All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3
@ 2014-08-02  9:18 Bernd Kuhls
  2014-08-02  9:18 ` [Buildroot] [PATCH 1/2] xcb-proto: Bump version to 1.11 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-08-02  9:18 UTC (permalink / raw)
  To: buildroot


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

diff --git a/package/x11r7/xapp_xrandr/xapp_xrandr.mk b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
index 3a0a021..16bd2c7 100644
--- a/package/x11r7/xapp_xrandr/xapp_xrandr.mk
+++ b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XRANDR_VERSION = 1.4.2
+XAPP_XRANDR_VERSION = 1.4.3
 XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
 XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XRANDR_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/2] xcb-proto: Bump version to 1.11
  2014-08-02  9:18 [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3 Bernd Kuhls
@ 2014-08-02  9:18 ` Bernd Kuhls
  2014-08-02  9:18 ` [Buildroot] [PATCH 2/2] libxcb: " Bernd Kuhls
  2014-08-03  8:20 ` [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-08-02  9:18 UTC (permalink / raw)
  To: buildroot


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

diff --git a/package/x11r7/xcb-proto/xcb-proto.mk b/package/x11r7/xcb-proto/xcb-proto.mk
index d08f74a..3cd1b18 100644
--- a/package/x11r7/xcb-proto/xcb-proto.mk
+++ b/package/x11r7/xcb-proto/xcb-proto.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XCB_PROTO_VERSION = 1.10
+XCB_PROTO_VERSION = 1.11
 XCB_PROTO_SOURCE = xcb-proto-$(XCB_PROTO_VERSION).tar.bz2
 XCB_PROTO_SITE = http://xcb.freedesktop.org/dist
 XCB_PROTO_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/2] libxcb: Bump version to 1.11
  2014-08-02  9:18 [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3 Bernd Kuhls
  2014-08-02  9:18 ` [Buildroot] [PATCH 1/2] xcb-proto: Bump version to 1.11 Bernd Kuhls
@ 2014-08-02  9:18 ` Bernd Kuhls
  2014-08-03  8:20 ` [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-08-02  9:18 UTC (permalink / raw)
  To: buildroot


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

diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index e955248..a8395bb 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBXCB_VERSION = 1.10
+LIBXCB_VERSION = 1.11
 LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.bz2
 LIBXCB_SITE = http://xcb.freedesktop.org/dist
 LIBXCB_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3
  2014-08-02  9:18 [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3 Bernd Kuhls
  2014-08-02  9:18 ` [Buildroot] [PATCH 1/2] xcb-proto: Bump version to 1.11 Bernd Kuhls
  2014-08-02  9:18 ` [Buildroot] [PATCH 2/2] libxcb: " Bernd Kuhls
@ 2014-08-03  8:20 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-08-03  8:20 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat,  2 Aug 2014 11:18:30 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x11r7/xapp_xrandr/xapp_xrandr.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, as well as the xcb-proto and libxcb bumps you have sent.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2014-08-03  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-02  9:18 [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3 Bernd Kuhls
2014-08-02  9:18 ` [Buildroot] [PATCH 1/2] xcb-proto: Bump version to 1.11 Bernd Kuhls
2014-08-02  9:18 ` [Buildroot] [PATCH 2/2] libxcb: " Bernd Kuhls
2014-08-03  8:20 ` [Buildroot] [PATCH 1/1] xapp_xrandr: Bump version to 1.4.3 Thomas Petazzoni

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.