All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Wagner <will_wagner@carallon.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 09/16] xproto_xf86miscproto: bump version
Date: Thu,  1 Apr 2010 13:46:39 +0100	[thread overview]
Message-ID: <1270126006-22405-9-git-send-email-will_wagner@carallon.com> (raw)
In-Reply-To: <1270126006-22405-1-git-send-email-will_wagner@carallon.com>

Signed-off-by: Will Wagner <will_wagner@carallon.com>
---
 package/x11r7/xproto_xf86miscproto/Config.in       |    2 +-
 .../xproto_xf86miscproto/xproto_xf86miscproto.mk   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xproto_xf86miscproto/Config.in b/package/x11r7/xproto_xf86miscproto/Config.in
index e0b614c..4c1c39d 100644
--- a/package/x11r7/xproto_xf86miscproto/Config.in
+++ b/package/x11r7/xproto_xf86miscproto/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_XPROTO_XF86MISCPROTO
 	bool "xf86miscproto"
 	help
-	  xf86miscproto 0.9.2
+	  xf86miscproto 0.9.3
 	  X.Org XF86Misc protocol headers
diff --git a/package/x11r7/xproto_xf86miscproto/xproto_xf86miscproto.mk b/package/x11r7/xproto_xf86miscproto/xproto_xf86miscproto.mk
index c4317cc..8cf8482 100644
--- a/package/x11r7/xproto_xf86miscproto/xproto_xf86miscproto.mk
+++ b/package/x11r7/xproto_xf86miscproto/xproto_xf86miscproto.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XPROTO_XF86MISCPROTO_VERSION = 0.9.2
+XPROTO_XF86MISCPROTO_VERSION = 0.9.3
 XPROTO_XF86MISCPROTO_SOURCE = xf86miscproto-$(XPROTO_XF86MISCPROTO_VERSION).tar.bz2
 XPROTO_XF86MISCPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_XF86MISCPROTO_AUTORECONF = NO
-- 
1.7.0

  parent reply	other threads:[~2010-04-01 12:46 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-01 12:46 [Buildroot] [PATCH 01/16] libdrm: bump version to 2.4.19 Will Wagner
2010-04-01 12:46 ` [Buildroot] [PATCH 02/16] pixman: bump version Will Wagner
2010-04-01 12:54   ` Lionel Landwerlin
2010-04-08 19:36     ` Peter Korsgaard
2010-04-08 19:36   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 03/16] mesa3d: bump version and convert to autotools Will Wagner
2010-04-08 19:38   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 04/16] correct name of xapp_xinput.mk Will Wagner
2010-04-08 19:42   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 05/16] xlib_libXau: remove duplicate dependancies Will Wagner
2010-04-01 18:09   ` Thomas Petazzoni
2010-04-08 19:43   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 06/16] pthread-stubs: bump version Will Wagner
2010-04-08 19:44   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 07/16] xproto_dri2proto: " Will Wagner
2010-04-08 19:47   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 08/16] xproto_fontcacheproto: " Will Wagner
2010-04-08 19:50   ` Peter Korsgaard
2010-04-01 12:46 ` Will Wagner [this message]
2010-04-08 19:51   ` [Buildroot] [PATCH 09/16] xproto_xf86miscproto: " Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 10/16] xlib_libpciaccess: " Will Wagner
2010-04-08 19:59   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 11/16] xlib_libXfontcache: " Will Wagner
2010-04-08 19:58   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 12/16] xkeyboard-config: " Will Wagner
2010-04-08 19:59   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 13/16] xproto_evieext: " Will Wagner
2010-04-08 20:01   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 14/16] xlib_libXxf86misc: " Will Wagner
2010-04-08 20:02   ` Peter Korsgaard
2010-04-01 12:46 ` [Buildroot] [PATCH 15/16] xserver_xorg-server: bump version, improve option support Will Wagner
2010-04-08 20:08   ` Peter Korsgaard
2010-04-08 22:01     ` Will Wagner
2010-04-14 11:50     ` Will Wagner
2010-04-14 13:00       ` Paulius Zaleckas
2010-04-14 13:09   ` Paulius Zaleckas
2010-04-14 13:52     ` Will Wagner
2010-04-01 12:46 ` [Buildroot] [PATCH 16/16] xdriver_xf86-video-intel: bump version Signed-off-by: Will Wagner <will_wagner@carallon.com> Will Wagner
2010-04-08 20:11   ` Peter Korsgaard
2010-04-01 12:51 ` [Buildroot] [PATCH 01/16] libdrm: bump version to 2.4.19 Will Wagner
2010-04-01 19:08   ` Paulius Zaleckas
2010-04-01 21:12     ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1270126006-22405-9-git-send-email-will_wagner@carallon.com \
    --to=will_wagner@carallon.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.