libxcb 1.13
This commit is contained in:
parent
8bf26e91db
commit
2a600f2b0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ libxcb-1.7.tar.bz2
|
|||||||
/libxcb-1.11.tar.bz2
|
/libxcb-1.11.tar.bz2
|
||||||
/libxcb-1.11.1.tar.bz2
|
/libxcb-1.11.1.tar.bz2
|
||||||
/libxcb-1.12.tar.bz2
|
/libxcb-1.12.tar.bz2
|
||||||
|
/libxcb-1.13.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.12
|
Version: 1.13
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org/
|
URL: http://xcb.freedesktop.org/
|
||||||
@ -21,7 +21,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||||
BuildRequires: pkgconfig(xcb-proto) >= 1.12
|
BuildRequires: pkgconfig(xcb-proto) >= 1.13
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
#BuildRequires: xorg-x11-proto-devel
|
#BuildRequires: xorg-x11-proto-devel
|
||||||
@ -117,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 05 2018 Adam Jackson <ajax@redhat.com> - 1.13-1
|
||||||
|
- libxcb 1.13
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user