diff --git a/.gitignore b/.gitignore index 9abcd63..889baec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xcb-proto-1.6.tar.bz2 /xcb-proto-1.7.tar.bz2 /xcb-proto-1.8.tar.bz2 /xcb-proto-1.9.tar.bz2 +/xcb-proto-1.10.tar.bz2 diff --git a/sources b/sources index b721a9b..c659bd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -311817f844c45c0c3d76dd72e6560c10 xcb-proto-1.9.tar.bz2 +ade74b8e9c870dc7515adfa209e66063 xcb-proto-1.10.tar.bz2 diff --git a/xcb-proto-1.7-dri2.patch b/xcb-proto-1.7-dri2.patch deleted file mode 100644 index fb743b7..0000000 --- a/xcb-proto-1.7-dri2.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 5a4e42f37ac431df76f509b26329fd184790a36e Mon Sep 17 00:00:00 2001 -From: Chad Versace -Date: Mon, 04 Jun 2012 19:11:48 +0000 -Subject: dri2: Update to DRI2 1.4 - -In DRI2 1.4, the DRI2GetParam request was added. - -Signed-off-by: Chad Versace -Signed-off-by: Julien Danjou ---- -diff --git a/src/dri2.xml b/src/dri2.xml -index 3af1600..508e4c1 100644 ---- a/src/dri2.xml -+++ b/src/dri2.xml -@@ -28,7 +28,7 @@ authorization from the authors. - --> - - -+ major-version="1" minor-version="4"> - xproto - - -@@ -241,6 +241,18 @@ authorization from the authors. - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - --- -cgit v0.9.0.2-2-gbebe diff --git a/xcb-proto-1.7-xkb.patch b/xcb-proto-1.7-xkb.patch deleted file mode 100644 index 11a04a7..0000000 --- a/xcb-proto-1.7-xkb.patch +++ /dev/null @@ -1,153 +0,0 @@ -From d42d791806f8917f32e869f01e0895400bfb2688 Mon Sep 17 00:00:00 2001 -From: Daniel Stone -Date: Thu, 21 Jun 2012 11:40:02 +0000 -Subject: XKB: Fix broken events - -XKB events all have exactly the same event number - 0 (from the XKB -event base). Within this, they're all multiplexed by the xkbType field, -which comes immediately after the event type field, before the sequence -number. Without this field, the events are pretty much useless, so add -it manually. - -Signed-off-by: Daniel Stone -Reviewed-by: Uli Schlachter -Signed-off-by: Julien Danjou ---- -diff --git a/src/xkb.xml b/src/xkb.xml -index e8f4c02..a6ef374 100644 ---- a/src/xkb.xml -+++ b/src/xkb.xml -@@ -2593,7 +2593,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2607,7 +2609,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2632,7 +2636,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2656,7 +2662,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2671,7 +2679,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2680,7 +2690,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2689,7 +2701,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2709,7 +2723,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2719,7 +2735,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2733,7 +2751,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2747,7 +2767,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - -@@ -2757,7 +2779,9 @@ authorization from the authors. - - - -- -+ -+ -+ - - - --- -cgit v0.9.0.2-2-gbebe diff --git a/xcb-proto.spec b/xcb-proto.spec index 83cdb5a..42a3878 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} Name: xcb-proto -Version: 1.9 +Version: 1.10 Release: 1%{?dist} Summary: XCB protocol descriptions @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/xcbgen %changelog +* Fri Jan 17 2014 Adam Jackson 1.10-1 +- xcb-proto 1.10 + * Mon Dec 02 2013 Adam Jackson 1.9-1 - xcb-proto 1.9