All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7
@ 2014-03-29 21:43 Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 50/91] xapp_xman: Bump version to 1.1.3 Bernd Kuhls
                   ` (41 more replies)
  0 siblings, 42 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xclock/xapp_xclock.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xclock/xapp_xclock.mk b/package/x11r7/xapp_xclock/xapp_xclock.mk
index 5f4eb31..282d753 100644
--- a/package/x11r7/xapp_xclock/xapp_xclock.mk
+++ b/package/x11r7/xapp_xclock/xapp_xclock.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XCLOCK_VERSION = 1.0.6
+XAPP_XCLOCK_VERSION = 1.0.7
 XAPP_XCLOCK_SOURCE = xclock-$(XAPP_XCLOCK_VERSION).tar.bz2
 XAPP_XCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XCLOCK_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 50/91] xapp_xman: Bump version to 1.1.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 51/91] xapp_xwd: Bump version to 1.0.6 Bernd Kuhls
                   ` (40 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xman/xapp_xman.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xapp_xman/xapp_xman.mk b/package/x11r7/xapp_xman/xapp_xman.mk
index 2828805..7b3fbd5 100644
--- a/package/x11r7/xapp_xman/xapp_xman.mk
+++ b/package/x11r7/xapp_xman/xapp_xman.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XMAN_VERSION = 1.0.3
+XAPP_XMAN_VERSION = 1.1.3
 XAPP_XMAN_SOURCE = xman-$(XAPP_XMAN_VERSION).tar.bz2
 XAPP_XMAN_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XMAN_LICENSE = MIT
@@ -13,6 +13,7 @@ XAPP_XMAN_DEPENDENCIES = xlib_libXaw
 
 XAPP_XMAN_CONF_ENV = ac_cv_file__etc_man_conf=no \
 		ac_cv_file__etc_man_config=no \
-		ac_cv_file__etc_manpath_config=no
+		ac_cv_file__etc_manpath_config=no \
+		ac_cv_file__usr_share_misc_man_conf=no
 
 $(eval $(autotools-package))
-- 
1.7.10.4

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

* [Buildroot] [PATCH 51/91] xapp_xwd: Bump version to 1.0.6
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 50/91] xapp_xman: Bump version to 1.1.3 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 52/91] xapp_xset: Bump version to 1.2.3 Bernd Kuhls
                   ` (39 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xwd/xapp_xwd.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xwd/xapp_xwd.mk b/package/x11r7/xapp_xwd/xapp_xwd.mk
index 87cf256..c46dbb5 100644
--- a/package/x11r7/xapp_xwd/xapp_xwd.mk
+++ b/package/x11r7/xapp_xwd/xapp_xwd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XWD_VERSION = 1.0.5
+XAPP_XWD_VERSION = 1.0.6
 XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.bz2
 XAPP_XWD_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XWD_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 52/91] xapp_xset: Bump version to 1.2.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 50/91] xapp_xman: Bump version to 1.1.3 Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 51/91] xapp_xwd: Bump version to 1.0.6 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 53/91] xapp_xprop: Bump version to 1.2.2 Bernd Kuhls
                   ` (38 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xset/xapp_xset.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xset/xapp_xset.mk b/package/x11r7/xapp_xset/xapp_xset.mk
index 9a37588..157cd22 100644
--- a/package/x11r7/xapp_xset/xapp_xset.mk
+++ b/package/x11r7/xapp_xset/xapp_xset.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XSET_VERSION = 1.2.2
+XAPP_XSET_VERSION = 1.2.3
 XAPP_XSET_SOURCE = xset-$(XAPP_XSET_VERSION).tar.bz2
 XAPP_XSET_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XSET_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 53/91] xapp_xprop: Bump version to 1.2.2
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 52/91] xapp_xset: Bump version to 1.2.3 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 54/91] xapp_xload: Bump version to 1.1.2 Bernd Kuhls
                   ` (37 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xprop/xapp_xprop.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xprop/xapp_xprop.mk b/package/x11r7/xapp_xprop/xapp_xprop.mk
index 956e484..40a8577 100644
--- a/package/x11r7/xapp_xprop/xapp_xprop.mk
+++ b/package/x11r7/xapp_xprop/xapp_xprop.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XPROP_VERSION = 1.2.1
+XAPP_XPROP_VERSION = 1.2.2
 XAPP_XPROP_SOURCE = xprop-$(XAPP_XPROP_VERSION).tar.bz2
 XAPP_XPROP_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XPROP_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 54/91] xapp_xload: Bump version to 1.1.2
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (3 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 53/91] xapp_xprop: Bump version to 1.2.2 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 55/91] xapp_iceauth: Bump version to 1.0.6 Bernd Kuhls
                   ` (36 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xload/xapp_xload.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xload/xapp_xload.mk b/package/x11r7/xapp_xload/xapp_xload.mk
index 6b4207a..1db0db5 100644
--- a/package/x11r7/xapp_xload/xapp_xload.mk
+++ b/package/x11r7/xapp_xload/xapp_xload.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XLOAD_VERSION = 1.1.1
+XAPP_XLOAD_VERSION = 1.1.2
 XAPP_XLOAD_SOURCE = xload-$(XAPP_XLOAD_VERSION).tar.bz2
 XAPP_XLOAD_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XLOAD_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 55/91] xapp_iceauth: Bump version to 1.0.6
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (4 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 54/91] xapp_xload: Bump version to 1.1.2 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 56/91] xapp_xhost: " Bernd Kuhls
                   ` (35 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_iceauth/xapp_iceauth.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_iceauth/xapp_iceauth.mk b/package/x11r7/xapp_iceauth/xapp_iceauth.mk
index 28b111d..0f6ef3e 100644
--- a/package/x11r7/xapp_iceauth/xapp_iceauth.mk
+++ b/package/x11r7/xapp_iceauth/xapp_iceauth.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_ICEAUTH_VERSION = 1.0.5
+XAPP_ICEAUTH_VERSION = 1.0.6
 XAPP_ICEAUTH_SOURCE = iceauth-$(XAPP_ICEAUTH_VERSION).tar.bz2
 XAPP_ICEAUTH_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_ICEAUTH_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 56/91] xapp_xhost: Bump version to 1.0.6
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (5 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 55/91] xapp_iceauth: Bump version to 1.0.6 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 57/91] xapp_xfd: Bump version to 1.1.2 Bernd Kuhls
                   ` (34 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xhost/xapp_xhost.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xhost/xapp_xhost.mk b/package/x11r7/xapp_xhost/xapp_xhost.mk
index b81e1b9..d103133 100644
--- a/package/x11r7/xapp_xhost/xapp_xhost.mk
+++ b/package/x11r7/xapp_xhost/xapp_xhost.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XHOST_VERSION = 1.0.5
+XAPP_XHOST_VERSION = 1.0.6
 XAPP_XHOST_SOURCE = xhost-$(XAPP_XHOST_VERSION).tar.bz2
 XAPP_XHOST_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XHOST_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 57/91] xapp_xfd: Bump version to 1.1.2
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (6 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 56/91] xapp_xhost: " Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 58/91] xapp_mkfontscale: Bump version to 1.1.1 Bernd Kuhls
                   ` (33 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xfd/xapp_xfd.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xfd/xapp_xfd.mk b/package/x11r7/xapp_xfd/xapp_xfd.mk
index 5308a5c..e3c770b 100644
--- a/package/x11r7/xapp_xfd/xapp_xfd.mk
+++ b/package/x11r7/xapp_xfd/xapp_xfd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XFD_VERSION = 1.1.1
+XAPP_XFD_VERSION = 1.1.2
 XAPP_XFD_SOURCE = xfd-$(XAPP_XFD_VERSION).tar.bz2
 XAPP_XFD_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XFD_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 58/91] xapp_mkfontscale: Bump version to 1.1.1
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (7 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 57/91] xapp_xfd: Bump version to 1.1.2 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 59/91] xapp_xdpyinfo: Bump version to 1.3.1 Bernd Kuhls
                   ` (32 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk b/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk
index 067f380..c50bb0c 100644
--- a/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk
+++ b/package/x11r7/xapp_mkfontscale/xapp_mkfontscale.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_MKFONTSCALE_VERSION = 1.1.0
+XAPP_MKFONTSCALE_VERSION = 1.1.1
 XAPP_MKFONTSCALE_SOURCE = mkfontscale-$(XAPP_MKFONTSCALE_VERSION).tar.bz2
 XAPP_MKFONTSCALE_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_MKFONTSCALE_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 59/91] xapp_xdpyinfo: Bump version to 1.3.1
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (8 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 58/91] xapp_mkfontscale: Bump version to 1.1.1 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 60/91] xapp_bitmap: Bump version to 1.0.7 Bernd Kuhls
                   ` (31 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk b/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk
index dcfe77a..29d7a50 100644
--- a/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk
+++ b/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XDPYINFO_VERSION = 1.3.0
+XAPP_XDPYINFO_VERSION = 1.3.1
 XAPP_XDPYINFO_SOURCE = xdpyinfo-$(XAPP_XDPYINFO_VERSION).tar.bz2
 XAPP_XDPYINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XDPYINFO_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 60/91] xapp_bitmap: Bump version to 1.0.7
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (9 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 59/91] xapp_xdpyinfo: Bump version to 1.3.1 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 61/91] xapp_xwininfo: Bump version to 1.1.3 Bernd Kuhls
                   ` (30 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_bitmap/xapp_bitmap.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_bitmap/xapp_bitmap.mk b/package/x11r7/xapp_bitmap/xapp_bitmap.mk
index bfe7246..5c4dc1c 100644
--- a/package/x11r7/xapp_bitmap/xapp_bitmap.mk
+++ b/package/x11r7/xapp_bitmap/xapp_bitmap.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_BITMAP_VERSION = 1.0.6
+XAPP_BITMAP_VERSION = 1.0.7
 XAPP_BITMAP_SOURCE = bitmap-$(XAPP_BITMAP_VERSION).tar.bz2
 XAPP_BITMAP_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_BITMAP_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 61/91] xapp_xwininfo: Bump version to 1.1.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (10 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 60/91] xapp_bitmap: Bump version to 1.0.7 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 62/91] xapp_xrefresh: Bump version to 1.0.5 Bernd Kuhls
                   ` (29 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xwininfo/xapp_xwininfo.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xwininfo/xapp_xwininfo.mk b/package/x11r7/xapp_xwininfo/xapp_xwininfo.mk
index a6d7c46..8ae5961 100644
--- a/package/x11r7/xapp_xwininfo/xapp_xwininfo.mk
+++ b/package/x11r7/xapp_xwininfo/xapp_xwininfo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XWININFO_VERSION = 1.1.2
+XAPP_XWININFO_VERSION = 1.1.3
 XAPP_XWININFO_SOURCE = xwininfo-$(XAPP_XWININFO_VERSION).tar.bz2
 XAPP_XWININFO_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XWININFO_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 62/91] xapp_xrefresh: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (11 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 61/91] xapp_xwininfo: Bump version to 1.1.3 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 63/91] xapp_xfontsel: " Bernd Kuhls
                   ` (28 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xrefresh/xapp_xrefresh.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xrefresh/xapp_xrefresh.mk b/package/x11r7/xapp_xrefresh/xapp_xrefresh.mk
index 5578e46..8403762 100644
--- a/package/x11r7/xapp_xrefresh/xapp_xrefresh.mk
+++ b/package/x11r7/xapp_xrefresh/xapp_xrefresh.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XREFRESH_VERSION = 1.0.4
+XAPP_XREFRESH_VERSION = 1.0.5
 XAPP_XREFRESH_SOURCE = xrefresh-$(XAPP_XREFRESH_VERSION).tar.bz2
 XAPP_XREFRESH_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XREFRESH_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 63/91] xapp_xfontsel: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (12 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 62/91] xapp_xrefresh: Bump version to 1.0.5 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 64/91] xapp_appres: Bump version to 1.0.4 Bernd Kuhls
                   ` (27 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xfontsel/xapp_xfontsel.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk b/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk
index 1a64763..781b4d3 100644
--- a/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk
+++ b/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XFONTSEL_VERSION = 1.0.4
+XAPP_XFONTSEL_VERSION = 1.0.5
 XAPP_XFONTSEL_SOURCE = xfontsel-$(XAPP_XFONTSEL_VERSION).tar.bz2
 XAPP_XFONTSEL_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XFONTSEL_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 64/91] xapp_appres: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (13 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 63/91] xapp_xfontsel: " Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 65/91] xapp_xfs: Bump version to 1.1.3 Bernd Kuhls
                   ` (26 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_appres/xapp_appres.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_appres/xapp_appres.mk b/package/x11r7/xapp_appres/xapp_appres.mk
index c2f8d99..b84d742 100644
--- a/package/x11r7/xapp_appres/xapp_appres.mk
+++ b/package/x11r7/xapp_appres/xapp_appres.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_APPRES_VERSION = 1.0.1
+XAPP_APPRES_VERSION = 1.0.4
 XAPP_APPRES_SOURCE = appres-$(XAPP_APPRES_VERSION).tar.bz2
 XAPP_APPRES_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_APPRES_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 65/91] xapp_xfs: Bump version to 1.1.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (14 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 64/91] xapp_appres: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 66/91] xapp_sessreg: Bump version to 1.0.8 Bernd Kuhls
                   ` (25 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xfs/xapp_xfs.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xfs/xapp_xfs.mk b/package/x11r7/xapp_xfs/xapp_xfs.mk
index 3c63906..0907fc3 100644
--- a/package/x11r7/xapp_xfs/xapp_xfs.mk
+++ b/package/x11r7/xapp_xfs/xapp_xfs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XFS_VERSION = 1.0.5
+XAPP_XFS_VERSION = 1.1.3
 XAPP_XFS_SOURCE = xfs-$(XAPP_XFS_VERSION).tar.bz2
 XAPP_XFS_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XFS_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 66/91] xapp_sessreg: Bump version to 1.0.8
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (15 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 65/91] xapp_xfs: Bump version to 1.1.3 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 67/91] xapp_twm: " Bernd Kuhls
                   ` (24 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_sessreg/xapp_sessreg.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_sessreg/xapp_sessreg.mk b/package/x11r7/xapp_sessreg/xapp_sessreg.mk
index ba2a07b..1b27a7b 100644
--- a/package/x11r7/xapp_sessreg/xapp_sessreg.mk
+++ b/package/x11r7/xapp_sessreg/xapp_sessreg.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_SESSREG_VERSION = 1.0.7
+XAPP_SESSREG_VERSION = 1.0.8
 XAPP_SESSREG_SOURCE = sessreg-$(XAPP_SESSREG_VERSION).tar.bz2
 XAPP_SESSREG_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_SESSREG_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 67/91] xapp_twm: Bump version to 1.0.8
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (16 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 66/91] xapp_sessreg: Bump version to 1.0.8 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 68/91] xapp_rstart: Bump version to 1.0.5 Bernd Kuhls
                   ` (23 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_twm/xapp_twm.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_twm/xapp_twm.mk b/package/x11r7/xapp_twm/xapp_twm.mk
index f566e10..e004b8d 100644
--- a/package/x11r7/xapp_twm/xapp_twm.mk
+++ b/package/x11r7/xapp_twm/xapp_twm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_TWM_VERSION = 1.0.6
+XAPP_TWM_VERSION = 1.0.8
 XAPP_TWM_SOURCE = twm-$(XAPP_TWM_VERSION).tar.bz2
 XAPP_TWM_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_TWM_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 68/91] xapp_rstart: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (17 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 67/91] xapp_twm: " Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 69/91] xapp_xvinfo: Bump version to 1.1.2 Bernd Kuhls
                   ` (22 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_rstart/xapp_rstart.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_rstart/xapp_rstart.mk b/package/x11r7/xapp_rstart/xapp_rstart.mk
index aa6a4b3..2bcc292 100644
--- a/package/x11r7/xapp_rstart/xapp_rstart.mk
+++ b/package/x11r7/xapp_rstart/xapp_rstart.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_RSTART_VERSION = 1.0.2
+XAPP_RSTART_VERSION = 1.0.5
 XAPP_RSTART_SOURCE = rstart-$(XAPP_RSTART_VERSION).tar.bz2
 XAPP_RSTART_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_RSTART_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 69/91] xapp_xvinfo: Bump version to 1.1.2
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (18 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 68/91] xapp_rstart: Bump version to 1.0.5 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 70/91] xapp_xstdcmap: Bump version to 1.0.3 Bernd Kuhls
                   ` (21 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xvinfo/xapp_xvinfo.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xvinfo/xapp_xvinfo.mk b/package/x11r7/xapp_xvinfo/xapp_xvinfo.mk
index 2db7840..0446ed3 100644
--- a/package/x11r7/xapp_xvinfo/xapp_xvinfo.mk
+++ b/package/x11r7/xapp_xvinfo/xapp_xvinfo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XVINFO_VERSION = 1.1.1
+XAPP_XVINFO_VERSION = 1.1.2
 XAPP_XVINFO_SOURCE = xvinfo-$(XAPP_XVINFO_VERSION).tar.bz2
 XAPP_XVINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XVINFO_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 70/91] xapp_xstdcmap: Bump version to 1.0.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (19 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 69/91] xapp_xvinfo: Bump version to 1.1.2 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 71/91] xapp_xsm: " Bernd Kuhls
                   ` (20 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk b/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk
index 8a21080..a4d6dc3 100644
--- a/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk
+++ b/package/x11r7/xapp_xstdcmap/xapp_xstdcmap.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XSTDCMAP_VERSION = 1.0.1
+XAPP_XSTDCMAP_VERSION = 1.0.3
 XAPP_XSTDCMAP_SOURCE = xstdcmap-$(XAPP_XSTDCMAP_VERSION).tar.bz2
 XAPP_XSTDCMAP_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XSTDCMAP_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 71/91] xapp_xsm: Bump version to 1.0.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (20 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 70/91] xapp_xstdcmap: Bump version to 1.0.3 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 72/91] xapp_xkbutils: Bump version to 1.0.4 Bernd Kuhls
                   ` (19 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xsm/xapp_xsm.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xsm/xapp_xsm.mk b/package/x11r7/xapp_xsm/xapp_xsm.mk
index 9229bbe..d4d2407 100644
--- a/package/x11r7/xapp_xsm/xapp_xsm.mk
+++ b/package/x11r7/xapp_xsm/xapp_xsm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XSM_VERSION = 1.0.2
+XAPP_XSM_VERSION = 1.0.3
 XAPP_XSM_SOURCE = xsm-$(XAPP_XSM_VERSION).tar.bz2
 XAPP_XSM_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XSM_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 72/91] xapp_xkbutils: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (21 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 71/91] xapp_xsm: " Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 73/91] xapp_xfsinfo: " Bernd Kuhls
                   ` (18 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xkbutils/xapp_xkbutils.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xkbutils/xapp_xkbutils.mk b/package/x11r7/xapp_xkbutils/xapp_xkbutils.mk
index eaabea5..96ca8a4 100644
--- a/package/x11r7/xapp_xkbutils/xapp_xkbutils.mk
+++ b/package/x11r7/xapp_xkbutils/xapp_xkbutils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XKBUTILS_VERSION = 1.0.3
+XAPP_XKBUTILS_VERSION = 1.0.4
 XAPP_XKBUTILS_SOURCE = xkbutils-$(XAPP_XKBUTILS_VERSION).tar.bz2
 XAPP_XKBUTILS_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XKBUTILS_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 73/91] xapp_xfsinfo: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (22 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 72/91] xapp_xkbutils: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 74/91] xapp_xev: Bump version to 1.2.1 Bernd Kuhls
                   ` (17 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xfsinfo/xapp_xfsinfo.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xfsinfo/xapp_xfsinfo.mk b/package/x11r7/xapp_xfsinfo/xapp_xfsinfo.mk
index 738b28a..2019287 100644
--- a/package/x11r7/xapp_xfsinfo/xapp_xfsinfo.mk
+++ b/package/x11r7/xapp_xfsinfo/xapp_xfsinfo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XFSINFO_VERSION = 1.0.1
+XAPP_XFSINFO_VERSION = 1.0.4
 XAPP_XFSINFO_SOURCE = xfsinfo-$(XAPP_XFSINFO_VERSION).tar.bz2
 XAPP_XFSINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XFSINFO_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 74/91] xapp_xev: Bump version to 1.2.1
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (23 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 73/91] xapp_xfsinfo: " Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 75/91] xapp_xsetroot: Bump version to 1.1.1 Bernd Kuhls
                   ` (16 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xev/xapp_xev.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xev/xapp_xev.mk b/package/x11r7/xapp_xev/xapp_xev.mk
index f98868c..f8460a7 100644
--- a/package/x11r7/xapp_xev/xapp_xev.mk
+++ b/package/x11r7/xapp_xev/xapp_xev.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XEV_VERSION = 1.2.0
+XAPP_XEV_VERSION = 1.2.1
 XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2
 XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XEV_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 75/91] xapp_xsetroot: Bump version to 1.1.1
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (24 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 74/91] xapp_xev: Bump version to 1.2.1 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 76/91] xapp_rgb: Bump version to 1.0.5 Bernd Kuhls
                   ` (15 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xsetroot/xapp_xsetroot.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk b/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk
index 0f23128..9000867 100644
--- a/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk
+++ b/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XSETROOT_VERSION = 1.1.0
+XAPP_XSETROOT_VERSION = 1.1.1
 XAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2
 XAPP_XSETROOT_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XSETROOT_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 76/91] xapp_rgb: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (25 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 75/91] xapp_xsetroot: Bump version to 1.1.1 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 77/91] xapp_ico: Bump version to 1.0.4 Bernd Kuhls
                   ` (14 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_rgb/xapp_rgb.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_rgb/xapp_rgb.mk b/package/x11r7/xapp_rgb/xapp_rgb.mk
index f597c8c..7a07614 100644
--- a/package/x11r7/xapp_rgb/xapp_rgb.mk
+++ b/package/x11r7/xapp_rgb/xapp_rgb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_RGB_VERSION = 1.0.1
+XAPP_RGB_VERSION = 1.0.5
 XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.bz2
 XAPP_RGB_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_RGB_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 77/91] xapp_ico: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (26 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 76/91] xapp_rgb: Bump version to 1.0.5 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 78/91] xapp_xcalc: Bump version to 1.0.5 Bernd Kuhls
                   ` (13 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_ico/xapp_ico.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_ico/xapp_ico.mk b/package/x11r7/xapp_ico/xapp_ico.mk
index aecd95a..621d1e4 100644
--- a/package/x11r7/xapp_ico/xapp_ico.mk
+++ b/package/x11r7/xapp_ico/xapp_ico.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_ICO_VERSION = 1.0.2
+XAPP_ICO_VERSION = 1.0.4
 XAPP_ICO_SOURCE = ico-$(XAPP_ICO_VERSION).tar.bz2
 XAPP_ICO_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_ICO_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 78/91] xapp_xcalc: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (27 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 77/91] xapp_ico: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 79/91] xapp_beforelight: " Bernd Kuhls
                   ` (12 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xcalc/xapp_xcalc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xcalc/xapp_xcalc.mk b/package/x11r7/xapp_xcalc/xapp_xcalc.mk
index b53684b..3dd0f1f 100644
--- a/package/x11r7/xapp_xcalc/xapp_xcalc.mk
+++ b/package/x11r7/xapp_xcalc/xapp_xcalc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XCALC_VERSION = 1.0.2
+XAPP_XCALC_VERSION = 1.0.5
 XAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.bz2
 XAPP_XCALC_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XCALC_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 79/91] xapp_beforelight: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (28 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 78/91] xapp_xcalc: Bump version to 1.0.5 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 80/91] xapp_bdftopcf: Bump version to 1.0.4 Bernd Kuhls
                   ` (11 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_beforelight/xapp_beforelight.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_beforelight/xapp_beforelight.mk b/package/x11r7/xapp_beforelight/xapp_beforelight.mk
index e92f056..b39fe78 100644
--- a/package/x11r7/xapp_beforelight/xapp_beforelight.mk
+++ b/package/x11r7/xapp_beforelight/xapp_beforelight.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_BEFORELIGHT_VERSION = 1.0.2
+XAPP_BEFORELIGHT_VERSION = 1.0.5
 XAPP_BEFORELIGHT_SOURCE = beforelight-$(XAPP_BEFORELIGHT_VERSION).tar.bz2
 XAPP_BEFORELIGHT_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_BEFORELIGHT_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 80/91] xapp_bdftopcf: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (29 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 79/91] xapp_beforelight: " Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 81/91] xapp_xvidtune: Bump version to 1.0.3 Bernd Kuhls
                   ` (10 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk b/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk
index b03f80e..950d988 100644
--- a/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk
+++ b/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_BDFTOPCF_VERSION = 1.0.3
+XAPP_BDFTOPCF_VERSION = 1.0.4
 XAPP_BDFTOPCF_SOURCE = bdftopcf-$(XAPP_BDFTOPCF_VERSION).tar.bz2
 XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_BDFTOPCF_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 81/91] xapp_xvidtune: Bump version to 1.0.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (30 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 80/91] xapp_bdftopcf: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 82/91] xapp_xmessage: Bump version to 1.0.4 Bernd Kuhls
                   ` (9 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xvidtune/xapp_xvidtune.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk b/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk
index 41c9dfe..d7c4d5b 100644
--- a/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk
+++ b/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XVIDTUNE_VERSION = 1.0.2
+XAPP_XVIDTUNE_VERSION = 1.0.3
 XAPP_XVIDTUNE_SOURCE = xvidtune-$(XAPP_XVIDTUNE_VERSION).tar.bz2
 XAPP_XVIDTUNE_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XVIDTUNE_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 82/91] xapp_xmessage: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (31 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 81/91] xapp_xvidtune: Bump version to 1.0.3 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 83/91] xapp_xmag: Bump version to 1.0.5 Bernd Kuhls
                   ` (8 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xmessage/xapp_xmessage.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xmessage/xapp_xmessage.mk b/package/x11r7/xapp_xmessage/xapp_xmessage.mk
index 61b8a08..9c85563 100644
--- a/package/x11r7/xapp_xmessage/xapp_xmessage.mk
+++ b/package/x11r7/xapp_xmessage/xapp_xmessage.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XMESSAGE_VERSION = 1.0.2
+XAPP_XMESSAGE_VERSION = 1.0.4
 XAPP_XMESSAGE_SOURCE = xmessage-$(XAPP_XMESSAGE_VERSION).tar.bz2
 XAPP_XMESSAGE_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XMESSAGE_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 83/91] xapp_xmag: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (32 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 82/91] xapp_xmessage: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 84/91] xapp_xgc: Bump version to 1.0.4 Bernd Kuhls
                   ` (7 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xmag/xapp_xmag.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xmag/xapp_xmag.mk b/package/x11r7/xapp_xmag/xapp_xmag.mk
index bd98695..9851499 100644
--- a/package/x11r7/xapp_xmag/xapp_xmag.mk
+++ b/package/x11r7/xapp_xmag/xapp_xmag.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XMAG_VERSION = 1.0.4
+XAPP_XMAG_VERSION = 1.0.5
 XAPP_XMAG_SOURCE = xmag-$(XAPP_XMAG_VERSION).tar.bz2
 XAPP_XMAG_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XMAG_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 84/91] xapp_xgc: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (33 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 83/91] xapp_xmag: Bump version to 1.0.5 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 85/91] xapp_xditview: Bump version to 1.0.3 Bernd Kuhls
                   ` (6 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>

- removed xapp_xgc-replace-ac-check-file.patch, applied upstream

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../xapp_xgc/xapp_xgc-replace-ac-check-file.patch  |   29 --------------------
 package/x11r7/xapp_xgc/xapp_xgc.mk                 |    3 +-
 2 files changed, 1 insertion(+), 31 deletions(-)
 delete mode 100644 package/x11r7/xapp_xgc/xapp_xgc-replace-ac-check-file.patch

diff --git a/package/x11r7/xapp_xgc/xapp_xgc-replace-ac-check-file.patch b/package/x11r7/xapp_xgc/xapp_xgc-replace-ac-check-file.patch
deleted file mode 100644
index 97cbcda..0000000
--- a/package/x11r7/xapp_xgc/xapp_xgc-replace-ac-check-file.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From ff668395fc408f540604bd534e323b483f52a4ea Mon Sep 17 00:00:00 2001
-From: Gaetan Nadon <memsize@videotron.ca>
-Date: Mon, 01 Nov 2010 17:19:23 +0000
-Subject: config: replace AC_CHECK_FILE with test -f
-
-* AC_CHECK_FILE doesn't work for cross compilation
-
-Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
----
-diff --git a/configure.ac b/configure.ac
-index 667a3e7..0644050 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -36,8 +36,11 @@ XORG_DEFAULT_OPTIONS
- AC_PROG_LEX
- AC_PROG_YACC
- AC_PATH_PROG([YACC_INST], $YACC)
--AC_CHECK_FILE([$srcdir/gram.c], [],
--              [test -z "$YACC_INST" && AC_MSG_ERROR([yacc not found - unable to compile gram.y])])
-+if test ! -f "gram.c"; then
-+   if test -z "$YACC_INST"; then
-+      AC_MSG_ERROR([yacc not found - unable to compile gram.y])
-+   fi
-+fi
- 
- PKG_CHECK_MODULES(XGC, xaw7 xt)
- xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
---
-cgit v0.9.0.2-2-gbebe
diff --git a/package/x11r7/xapp_xgc/xapp_xgc.mk b/package/x11r7/xapp_xgc/xapp_xgc.mk
index 69c464f..6ea4ebb 100644
--- a/package/x11r7/xapp_xgc/xapp_xgc.mk
+++ b/package/x11r7/xapp_xgc/xapp_xgc.mk
@@ -4,12 +4,11 @@
 #
 ################################################################################
 
-XAPP_XGC_VERSION = 1.0.3
+XAPP_XGC_VERSION = 1.0.4
 XAPP_XGC_SOURCE = xgc-$(XAPP_XGC_VERSION).tar.bz2
 XAPP_XGC_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XGC_LICENSE = MIT
 XAPP_XGC_LICENSE_FILES = COPYING
 XAPP_XGC_DEPENDENCIES = xlib_libXaw
-XAPP_XGC_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
1.7.10.4

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

* [Buildroot] [PATCH 85/91] xapp_xditview: Bump version to 1.0.3
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (34 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 84/91] xapp_xgc: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 86/91] xapp_viewres: Bump version to 1.0.4 Bernd Kuhls
                   ` (5 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xditview/xapp_xditview.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xditview/xapp_xditview.mk b/package/x11r7/xapp_xditview/xapp_xditview.mk
index 2ead9a5..e91b3d8 100644
--- a/package/x11r7/xapp_xditview/xapp_xditview.mk
+++ b/package/x11r7/xapp_xditview/xapp_xditview.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XDITVIEW_VERSION = 1.0.2
+XAPP_XDITVIEW_VERSION = 1.0.3
 XAPP_XDITVIEW_SOURCE = xditview-$(XAPP_XDITVIEW_VERSION).tar.bz2
 XAPP_XDITVIEW_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XDITVIEW_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 86/91] xapp_viewres: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (35 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 85/91] xapp_xditview: Bump version to 1.0.3 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 87/91] xapp_showfont: " Bernd Kuhls
                   ` (4 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_viewres/xapp_viewres.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_viewres/xapp_viewres.mk b/package/x11r7/xapp_viewres/xapp_viewres.mk
index 6a7fe51..3e1fd8d 100644
--- a/package/x11r7/xapp_viewres/xapp_viewres.mk
+++ b/package/x11r7/xapp_viewres/xapp_viewres.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_VIEWRES_VERSION = 1.0.3
+XAPP_VIEWRES_VERSION = 1.0.4
 XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2
 XAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_VIEWRES_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 87/91] xapp_showfont: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (36 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 86/91] xapp_viewres: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:43 ` [Buildroot] [PATCH 88/91] xapp_editres: Bump version to 1.0.6 Bernd Kuhls
                   ` (3 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_showfont/xapp_showfont.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_showfont/xapp_showfont.mk b/package/x11r7/xapp_showfont/xapp_showfont.mk
index 413786a..494e2af 100644
--- a/package/x11r7/xapp_showfont/xapp_showfont.mk
+++ b/package/x11r7/xapp_showfont/xapp_showfont.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_SHOWFONT_VERSION = 1.0.1
+XAPP_SHOWFONT_VERSION = 1.0.4
 XAPP_SHOWFONT_SOURCE = showfont-$(XAPP_SHOWFONT_VERSION).tar.bz2
 XAPP_SHOWFONT_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_SHOWFONT_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 88/91] xapp_editres: Bump version to 1.0.6
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (37 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 87/91] xapp_showfont: " Bernd Kuhls
@ 2014-03-29 21:43 ` Bernd Kuhls
  2014-03-29 21:44 ` [Buildroot] [PATCH 89/91] xapp_fstobdf: Bump version to 1.0.5 Bernd Kuhls
                   ` (2 subsequent siblings)
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:43 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_editres/xapp_editres.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_editres/xapp_editres.mk b/package/x11r7/xapp_editres/xapp_editres.mk
index fc439f5..6cc4805 100644
--- a/package/x11r7/xapp_editres/xapp_editres.mk
+++ b/package/x11r7/xapp_editres/xapp_editres.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_EDITRES_VERSION = 1.0.5
+XAPP_EDITRES_VERSION = 1.0.6
 XAPP_EDITRES_SOURCE = editres-$(XAPP_EDITRES_VERSION).tar.bz2
 XAPP_EDITRES_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_EDITRES_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 89/91] xapp_fstobdf: Bump version to 1.0.5
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (38 preceding siblings ...)
  2014-03-29 21:43 ` [Buildroot] [PATCH 88/91] xapp_editres: Bump version to 1.0.6 Bernd Kuhls
@ 2014-03-29 21:44 ` Bernd Kuhls
  2014-03-29 21:44 ` [Buildroot] [PATCH 90/91] xapp_fslsfonts: Bump version to 1.0.4 Bernd Kuhls
  2014-03-29 21:44 ` [Buildroot] [PATCH 91/91] xapp_xlsfonts: " Bernd Kuhls
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:44 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_fstobdf/xapp_fstobdf.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_fstobdf/xapp_fstobdf.mk b/package/x11r7/xapp_fstobdf/xapp_fstobdf.mk
index b93f7dd..b57220f 100644
--- a/package/x11r7/xapp_fstobdf/xapp_fstobdf.mk
+++ b/package/x11r7/xapp_fstobdf/xapp_fstobdf.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_FSTOBDF_VERSION = 1.0.2
+XAPP_FSTOBDF_VERSION = 1.0.5
 XAPP_FSTOBDF_SOURCE = fstobdf-$(XAPP_FSTOBDF_VERSION).tar.bz2
 XAPP_FSTOBDF_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_FSTOBDF_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 90/91] xapp_fslsfonts: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (39 preceding siblings ...)
  2014-03-29 21:44 ` [Buildroot] [PATCH 89/91] xapp_fstobdf: Bump version to 1.0.5 Bernd Kuhls
@ 2014-03-29 21:44 ` Bernd Kuhls
  2014-03-29 21:44 ` [Buildroot] [PATCH 91/91] xapp_xlsfonts: " Bernd Kuhls
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:44 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_fslsfonts/xapp_fslsfonts.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_fslsfonts/xapp_fslsfonts.mk b/package/x11r7/xapp_fslsfonts/xapp_fslsfonts.mk
index 14623c9..503b552 100644
--- a/package/x11r7/xapp_fslsfonts/xapp_fslsfonts.mk
+++ b/package/x11r7/xapp_fslsfonts/xapp_fslsfonts.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_FSLSFONTS_VERSION = 1.0.1
+XAPP_FSLSFONTS_VERSION = 1.0.4
 XAPP_FSLSFONTS_SOURCE = fslsfonts-$(XAPP_FSLSFONTS_VERSION).tar.bz2
 XAPP_FSLSFONTS_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_FSLSFONTS_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 91/91] xapp_xlsfonts: Bump version to 1.0.4
  2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
                   ` (40 preceding siblings ...)
  2014-03-29 21:44 ` [Buildroot] [PATCH 90/91] xapp_fslsfonts: Bump version to 1.0.4 Bernd Kuhls
@ 2014-03-29 21:44 ` Bernd Kuhls
  41 siblings, 0 replies; 43+ messages in thread
From: Bernd Kuhls @ 2014-03-29 21:44 UTC (permalink / raw)
  To: buildroot

From: Bernd Kuhls <berndkuhls@hotmail.com>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xlsfonts/xapp_xlsfonts.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xlsfonts/xapp_xlsfonts.mk b/package/x11r7/xapp_xlsfonts/xapp_xlsfonts.mk
index 619b7c5..f642d14 100644
--- a/package/x11r7/xapp_xlsfonts/xapp_xlsfonts.mk
+++ b/package/x11r7/xapp_xlsfonts/xapp_xlsfonts.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XLSFONTS_VERSION = 1.0.1
+XAPP_XLSFONTS_VERSION = 1.0.4
 XAPP_XLSFONTS_SOURCE = xlsfonts-$(XAPP_XLSFONTS_VERSION).tar.bz2
 XAPP_XLSFONTS_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XLSFONTS_LICENSE = MIT
-- 
1.7.10.4

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

end of thread, other threads:[~2014-03-29 21:44 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-29 21:43 [Buildroot] [PATCH 49/91] xapp_xclock: Bump version to 1.0.7 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 50/91] xapp_xman: Bump version to 1.1.3 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 51/91] xapp_xwd: Bump version to 1.0.6 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 52/91] xapp_xset: Bump version to 1.2.3 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 53/91] xapp_xprop: Bump version to 1.2.2 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 54/91] xapp_xload: Bump version to 1.1.2 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 55/91] xapp_iceauth: Bump version to 1.0.6 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 56/91] xapp_xhost: " Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 57/91] xapp_xfd: Bump version to 1.1.2 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 58/91] xapp_mkfontscale: Bump version to 1.1.1 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 59/91] xapp_xdpyinfo: Bump version to 1.3.1 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 60/91] xapp_bitmap: Bump version to 1.0.7 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 61/91] xapp_xwininfo: Bump version to 1.1.3 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 62/91] xapp_xrefresh: Bump version to 1.0.5 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 63/91] xapp_xfontsel: " Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 64/91] xapp_appres: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 65/91] xapp_xfs: Bump version to 1.1.3 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 66/91] xapp_sessreg: Bump version to 1.0.8 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 67/91] xapp_twm: " Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 68/91] xapp_rstart: Bump version to 1.0.5 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 69/91] xapp_xvinfo: Bump version to 1.1.2 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 70/91] xapp_xstdcmap: Bump version to 1.0.3 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 71/91] xapp_xsm: " Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 72/91] xapp_xkbutils: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 73/91] xapp_xfsinfo: " Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 74/91] xapp_xev: Bump version to 1.2.1 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 75/91] xapp_xsetroot: Bump version to 1.1.1 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 76/91] xapp_rgb: Bump version to 1.0.5 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 77/91] xapp_ico: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 78/91] xapp_xcalc: Bump version to 1.0.5 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 79/91] xapp_beforelight: " Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 80/91] xapp_bdftopcf: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 81/91] xapp_xvidtune: Bump version to 1.0.3 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 82/91] xapp_xmessage: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 83/91] xapp_xmag: Bump version to 1.0.5 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 84/91] xapp_xgc: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 85/91] xapp_xditview: Bump version to 1.0.3 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 86/91] xapp_viewres: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 87/91] xapp_showfont: " Bernd Kuhls
2014-03-29 21:43 ` [Buildroot] [PATCH 88/91] xapp_editres: Bump version to 1.0.6 Bernd Kuhls
2014-03-29 21:44 ` [Buildroot] [PATCH 89/91] xapp_fstobdf: Bump version to 1.0.5 Bernd Kuhls
2014-03-29 21:44 ` [Buildroot] [PATCH 90/91] xapp_fslsfonts: Bump version to 1.0.4 Bernd Kuhls
2014-03-29 21:44 ` [Buildroot] [PATCH 91/91] xapp_xlsfonts: " Bernd Kuhls

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.