libxcb 1.11.1
This commit is contained in:
parent
cd4954b149
commit
049cddf601
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
libxcb.spec
11
libxcb.spec
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user