libxcb 1.11.1

This commit is contained in:
Adam Jackson 2015-09-21 12:53:45 -04:00
parent cd4954b149
commit 049cddf601
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ libxcb-1.7.tar.bz2
/libxcb-1.9.1.tar.bz2
/libxcb-1.10.tar.bz2
/libxcb-1.11.tar.bz2
/libxcb-1.11.1.tar.bz2

View File

@ -1,8 +1,8 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Name: libxcb
Version: 1.11
Release: 8%{?dist}
Version: 1.11.1
Release: 1%{?dist}
Summary: A C binding to the X11 protocol
License: MIT
URL: http://xcb.freedesktop.org/
@ -15,10 +15,6 @@ Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
# the pkgconfig file so libs that link against libxcb know this...
Source1: pthread-stubs.pc.in
## upstream patches (post 1.11 tag commits)
Patch53: 0053-Call-_xcb_wake_up_next_reader-from-xcb_wait_for_spec.patch
Patch54: 0054-Fix-a-thread-hang-with-xcb_wait_for_special_event.patch
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: libtool
@ -121,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%{_pkgdocdir}
%changelog
* Mon Sep 21 2015 Adam Jackson <ajax@redhat.com> 1.11.1-1
- libxcb 1.11.1
* Thu Jun 25 2015 Rex Dieter <rdieter@fedoraproject.org> 1.11-8
- followup fix for thread deadlocks (#1193742, fdo#84252)

View File

@ -1 +1 @@
5a873ebd383d1a60612dd6ec6b42c781 libxcb-1.11.tar.bz2
f97a65e6158775de518ac391935634c2 libxcb-1.11.1.tar.bz2