From 69026d65d9dfb88e406419f82d3c87107b269223 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Oct 16 2012 20:17:40 +0000 Subject: xcb-proto 1.8 --- diff --git a/.gitignore b/.gitignore index 99686b9..41d4dae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xcb-proto-1.6.tar.bz2 /xcb-proto-1.7.tar.bz2 +/xcb-proto-1.8.tar.bz2 diff --git a/sources b/sources index bba73a6..d8a904c 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ f5d73ec841ed055f5e80535819f18400 xcb-proto-1.7.tar.bz2 +a5de3432cc6e43cc6a27f241dbb991b1 xcb-proto-1.8.tar.bz2 diff --git a/xcb-proto.spec b/xcb-proto.spec index 31e49f4..a1eb60b 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} Name: xcb-proto -Version: 1.7 -Release: 3%{?dist} +Version: 1.8 +Release: 1%{?dist} Summary: XCB protocol descriptions Group: Development/Libraries @@ -12,9 +12,6 @@ URL: http://xcb.freedesktop.org/ Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 BuildArch: noarch -Patch0: xcb-proto-1.7-dri2.patch -Patch1: xcb-proto-1.7-xkb.patch - BuildRequires: python Requires: pkgconfig @@ -26,8 +23,6 @@ the protocol. %prep %setup -q -%patch0 -p1 -b .dri2 -%patch1 -p1 -b .xkb %build # Bit of a hack to get the pc file in /usr/share, so we can be noarch. @@ -51,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/xcbgen %changelog +* Tue Oct 16 2012 Adam Jackson 1.8-1 +- xcb-proto 1.8 + * Tue Sep 04 2012 Adam Jackson 1.7-3 - Backport 5a4e42f3 and d42d7918 to fix DRI2 and XKB, respectively.