parent
c1d3c57c35
commit
7efebad1bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ libxcb-1.7.tar.bz2
|
||||
/libxcb-1.13.tar.bz2
|
||||
/libxcb-1.13.1.tar.bz2
|
||||
/libxcb-1.16.tar.xz
|
||||
/libxcb-1.17.0.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
Name: libxcb
|
||||
Version: 1.16
|
||||
Release: 4%{?dist}
|
||||
Version: 1.17.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A C binding to the X11 protocol
|
||||
License: X11
|
||||
URL: http://xcb.freedesktop.org/
|
||||
@ -22,7 +22,7 @@ BuildRequires: libtool
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.16
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.17
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||
BuildRequires: python3 python3-devel
|
||||
|
||||
@ -118,6 +118,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 30 2024 Olivier Fourdan <ofourdan@redhat.com> - 1.17.0-1
|
||||
- libxcb 1.17.0
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxcb-1.16.tar.xz) = 002fbc126c6f09eb7db5e4197cd0572d495f64b6de714a76d9a024fe3e13122c1cfc7c55207c0dee76cc63fcccf87b37db513223eadaf760af2bd2a926443bf8
|
||||
SHA512 (libxcb-1.17.0.tar.xz) = 945b1f28e8b407a4d0ebf88c99ef3cbef763fd75e6eaa8e971946e44ce8dbe9b478c56ae85aaaadab7fdb25987e88570d9d4fb9ad2febd6d6bf21d644a0e10d0
|
||||
|
Loading…
Reference in New Issue
Block a user