diff --git a/xcb-proto-1.16.0.tar.xz b/xcb-proto-1.16.0.tar.xz deleted file mode 100644 index 495998343c97f40f7ecdcdec1c0fbc193e55abbb..0000000000000000000000000000000000000000 Binary files a/xcb-proto-1.16.0.tar.xz and /dev/null differ diff --git a/xcb-proto-1.17.0.tar.xz b/xcb-proto-1.17.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..6c909eaefef068750cfecdad5f45471358ba4c97 Binary files /dev/null and b/xcb-proto-1.17.0.tar.xz differ diff --git a/xcb-proto.spec b/xcb-proto.spec index 444d6407cbf4bcdd576d26d53379b46c9bec8f09..193b33d68f235356db106aa335ea7d49d2646c98 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,15 +1,14 @@ -%define debug_package %{nil} Name: xcb-proto -Version: 1.16.0 -Release: 2 +Version: 1.17.0 +Release: 1 Summary: XCB protocol descriptions -License: MIT +License: X11-distribute-modifications-variant URL: https://xcb.freedesktop.org Source0: https://www.x.org/releases/individual/proto/%{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: python3-devel make automake -Requires: pkgconfig +BuildRequires: python3 make +BuildRequires: autoconf automake %description The X protocol C-language Binding (XCB) is a replacement for @@ -20,6 +19,7 @@ to the protocol, improved threading support, and extensibility. %autosetup -n %{name}-%{version} -p1 %build +autoreconf -fi %configure %make_build @@ -36,6 +36,9 @@ to the protocol, improved threading support, and extensibility. %{python3_sitelib}/xcbgen %changelog +* Mon Jul 29 2024 Funda Wang - 1.17.0-1 +- update to 1.17.0 + * Fri Mar 1 2024 liyanan - 1.16.0-2 - Add automake and make buildrequires