[libxcb] libxcb 1.8

Adam Jackson ajax at fedoraproject.org
Wed Jan 11 18:13:40 UTC 2012


commit aba55b521e1187aaa7469fd876c5da00b2b734d9
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan 11 13:13:37 2012 -0500

    libxcb 1.8

 .gitignore  |    1 +
 libxcb.spec |   10 +++++-----
 sources     |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23568ac..1839ae0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ libxcb-1.3.tar.bz2
 libxcb-1.4.tar.bz2
 libxcb-1.5.tar.bz2
 libxcb-1.7.tar.bz2
+/libxcb-1.8.tar.bz2
diff --git a/libxcb.spec b/libxcb.spec
index 482910b..12e75bc 100644
--- a/libxcb.spec
+++ b/libxcb.spec
@@ -1,6 +1,6 @@
 Name:           libxcb
-Version:        1.7
-Release:        3%{?dist}
+Version:        1.8
+Release:        1%{?dist}
 Summary:        A C binding to the X11 protocol
 
 Group:          System Environment/Libraries
@@ -13,8 +13,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # we don't need the library because glibc has working pthreads, but we need
 # the pkgconfig file so libs that link against libxcb know this...
 Source1:	pthread-stubs.pc.in
-Patch0:		libxcb-1.7-xts-fixes.patch
-
 
 BuildRequires:  autoconf automake libtool pkgconfig
 BuildRequires:  doxygen
@@ -50,7 +48,6 @@ The %{name}-doc package contains documentation for the %{name} library.
 
 %prep
 %setup -q 
-%patch0 -p1 -b .xts
 
 %build
 sed -i 's/pthread-stubs //' configure.ac
@@ -112,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/doc/%{name}-%{version}
 
 %changelog
+* Wed Jan 11 2012 Adam Jackson <ajax at redhat.com> 1.8-1
+- libxcb 1.8
+
 * Thu Jun 23 2011 Adam Jackson <ajax at redhat.com> 1.7-3
 - libxcb-1.7-xts-fixes.patch: Backport some XTS5 fixes from git.
 
diff --git a/sources b/sources
index dda4b50..6f98d39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-925699df361b99491165ebc12068056b  libxcb-1.7.tar.bz2
+eba59a8887ba6dbaa4cf337766f8d19d  libxcb-1.8.tar.bz2


More information about the scm-commits mailing list