diff --git a/.gitignore b/.gitignore index 1aa8a4e..89f2fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -xcb-proto-1.6.tar.bz2 -/xcb-proto-1.7.tar.bz2 -/xcb-proto-1.8.tar.bz2 -/xcb-proto-1.9.tar.bz2 -/xcb-proto-1.10.tar.bz2 -/xcb-proto-1.11.tar.bz2 -/xcb-proto-1.12.tar.bz2 -/xcb-proto-1.13.tar.bz2 +/xcb-proto-*.tar.* diff --git a/sources b/sources index 0fe23f4..d45c770 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xcb-proto-1.13.tar.bz2) = 002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7 +SHA512 (xcb-proto-1.14.1.tar.xz) = 140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d diff --git a/xcb-proto.spec b/xcb-proto.spec index 5ec9622..10853ce 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,18 +1,14 @@ -%define debug_package %{nil} - Name: xcb-proto -Version: 1.13 -Release: 14%{?dist} +Version: 1.14.1 +Release: 1%{?dist} Summary: XCB protocol descriptions License: MIT URL: https://xcb.freedesktop.org/ -Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/proto/%{name}-%{version}.tar.xz BuildArch: noarch - -BuildRequires: python3-devel -Requires: pkgconfig +BuildRequires: python3-devel %description XCB is a project to enable efficient language bindings to the X11 protocol. @@ -20,27 +16,35 @@ This package contains the protocol descriptions themselves. Language bindings use these protocol descriptions to generate code for marshalling the protocol. + %prep %autosetup -p1 + %build # Bit of a hack to get the pc file in /usr/share, so we can be noarch. %configure --libdir=%{_datadir} %make_build + %install %make_install + %files %license COPYING -%doc NEWS README TODO doc/xml-xcb.txt +%doc NEWS README.md TODO doc/xml-xcb.txt %{_datadir}/pkgconfig/xcb-proto.pc %dir %{_datadir}/xcb/ %{_datadir}/xcb/*.xsd %{_datadir}/xcb/*.xml %{python3_sitelib}/xcbgen + %changelog +* Tue Oct 13 2020 Björn Esser - 1.14.1-1 +- xcb-proto 1.14.1 + * Wed Jul 29 2020 Fedora Release Engineering - 1.13-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild