libxcb 1.16
Update package to version 1.16. Since upstream commit 78c492deaa7a ("Build xz tarballs instead of bzip2"), .tar.xz is used instead of .tar.bz2, update `Source0` accordingly. Also, upgrade the `BuildRequires` version of xcb-proto to >= 1.16 as required by upstream commit 151933465283 ("configure.ac: Require xcb-proto >= 1.16.0").
This commit is contained in:
parent
54f8020a26
commit
90508d37d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ libxcb-1.7.tar.bz2
|
|||||||
/libxcb-1.12.tar.bz2
|
/libxcb-1.12.tar.bz2
|
||||||
/libxcb-1.13.tar.bz2
|
/libxcb-1.13.tar.bz2
|
||||||
/libxcb-1.13.1.tar.bz2
|
/libxcb-1.13.1.tar.bz2
|
||||||
|
/libxcb-1.16.tar.xz
|
||||||
|
11
libxcb.spec
11
libxcb.spec
@ -1,13 +1,13 @@
|
|||||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.13.1
|
Version: 1.16
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
License: X11
|
License: X11
|
||||||
URL: http://xcb.freedesktop.org/
|
URL: http://xcb.freedesktop.org/
|
||||||
|
|
||||||
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# This is stolen straight from the pthread-stubs source:
|
# This is stolen straight from the pthread-stubs source:
|
||||||
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
||||||
@ -22,7 +22,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.13
|
BuildRequires: pkgconfig(xcb-proto) >= 1.16
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||||
BuildRequires: python3 python3-devel
|
BuildRequires: python3 python3-devel
|
||||||
|
|
||||||
@ -117,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 05 2023 José Expósito <jexposit@redhat.com> - 1.16-1
|
||||||
|
- libxcb 1.16
|
||||||
|
|
||||||
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com> - 1.13.1-13
|
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com> - 1.13.1-13
|
||||||
- SPDX Migration
|
- SPDX Migration
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libxcb-1.13.1.tar.bz2) = 763edff9572623674f75a858adc57b5c09591f508cc5d5093218e7bb047abdbe0a0108bd465419a8bf15c7dcdc85efdd2d4d9fd56605c41475d15dc992640c23
|
SHA512 (libxcb-1.16.tar.xz) = 002fbc126c6f09eb7db5e4197cd0572d495f64b6de714a76d9a024fe3e13122c1cfc7c55207c0dee76cc63fcccf87b37db513223eadaf760af2bd2a926443bf8
|
||||||
|
Loading…
Reference in New Issue
Block a user