libxcb 1.8

This commit is contained in:
Adam Jackson 2012-01-11 13:13:37 -05:00
parent 6c46fe074d
commit aba55b521e
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> 1.8-1
- libxcb 1.8
* Thu Jun 23 2011 Adam Jackson <ajax@redhat.com> 1.7-3
- libxcb-1.7-xts-fixes.patch: Backport some XTS5 fixes from git.

View File

@ -1 +1 @@
925699df361b99491165ebc12068056b libxcb-1.7.tar.bz2
eba59a8887ba6dbaa4cf337766f8d19d libxcb-1.8.tar.bz2