Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2
@ 2012-01-30 14:46 yegorslists at googlemail.com
  2012-01-30 14:46 ` [Buildroot] [PATCH 2/3] xapp_xinput: bump to 1.5.4 yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2012-01-30 14:46 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/x11r7/xapp_xinit/xapp_xinit.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xapp_xinit/xapp_xinit.mk b/package/x11r7/xapp_xinit/xapp_xinit.mk
index 48637f2..dc1decf 100644
--- a/package/x11r7/xapp_xinit/xapp_xinit.mk
+++ b/package/x11r7/xapp_xinit/xapp_xinit.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XINIT_VERSION = 1.2.1
+XAPP_XINIT_VERSION = 1.3.2
 XAPP_XINIT_SOURCE = xinit-$(XAPP_XINIT_VERSION).tar.bz2
 XAPP_XINIT_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XINIT_DEPENDENCIES = xapp_xauth xlib_libX11
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/3] xapp_xinput: bump to 1.5.4
  2012-01-30 14:46 [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2 yegorslists at googlemail.com
@ 2012-01-30 14:46 ` yegorslists at googlemail.com
  2012-01-30 14:46 ` [Buildroot] [PATCH 3/3] xterm: bump to 278 yegorslists at googlemail.com
  2012-02-01 21:19 ` [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2012-01-30 14:46 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/x11r7/xapp_xinput/xapp_xinput.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xapp_xinput/xapp_xinput.mk b/package/x11r7/xapp_xinput/xapp_xinput.mk
index 4e6884d..4bc5879 100644
--- a/package/x11r7/xapp_xinput/xapp_xinput.mk
+++ b/package/x11r7/xapp_xinput/xapp_xinput.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XINPUT_VERSION = 1.5.0
+XAPP_XINPUT_VERSION = 1.5.4
 XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2
 XAPP_XINPUT_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 3/3] xterm: bump to 278
  2012-01-30 14:46 [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2 yegorslists at googlemail.com
  2012-01-30 14:46 ` [Buildroot] [PATCH 2/3] xapp_xinput: bump to 1.5.4 yegorslists at googlemail.com
@ 2012-01-30 14:46 ` yegorslists at googlemail.com
  2012-02-01 21:19 ` [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2012-01-30 14:46 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

bump version and add project's URL

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/xterm/Config.in |    1 +
 package/xterm/xterm.mk  |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/xterm/Config.in b/package/xterm/Config.in
index 99c89cf..33adf25 100644
--- a/package/xterm/Config.in
+++ b/package/xterm/Config.in
@@ -6,3 +6,4 @@ config BR2_PACKAGE_XTERM
 	help
 	  xterm terminal emulator
 
+	  http://invisible-island.net/xterm/
diff --git a/package/xterm/xterm.mk b/package/xterm/xterm.mk
index fa36228..f462c7f 100644
--- a/package/xterm/xterm.mk
+++ b/package/xterm/xterm.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-XTERM_VERSION = 271
+XTERM_VERSION = 278
 XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
 XTERM_SITE = ftp://invisible-island.net/xterm
 XTERM_DEPENDENCIES = ncurses xlib_libXaw
-- 
1.7.1.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2
  2012-01-30 14:46 [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2 yegorslists at googlemail.com
  2012-01-30 14:46 ` [Buildroot] [PATCH 2/3] xapp_xinput: bump to 1.5.4 yegorslists at googlemail.com
  2012-01-30 14:46 ` [Buildroot] [PATCH 3/3] xterm: bump to 278 yegorslists at googlemail.com
@ 2012-02-01 21:19 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-02-01 21:19 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
 yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Thanks, committed all 3.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-01 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 14:46 [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2 yegorslists at googlemail.com
2012-01-30 14:46 ` [Buildroot] [PATCH 2/3] xapp_xinput: bump to 1.5.4 yegorslists at googlemail.com
2012-01-30 14:46 ` [Buildroot] [PATCH 3/3] xterm: bump to 278 yegorslists at googlemail.com
2012-02-01 21:19 ` [Buildroot] [PATCH 1/3] xapp_xinit: bump to 1.3.2 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox