diff --git a/xcb-proto.spec b/xcb-proto.spec index 3fd948d9f2ca98c72536e73481a444d43ba44eda..2c5158d58833fbaa26d67f5b681dab6aff906c52 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: xcb-proto Version: 1.15 -Release: 3 +Release: 4 Summary: XCB protocol descriptions License: MIT URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/ @@ -10,7 +10,7 @@ Patch01: 0001-Add-DOUBLE-BUFFER-extension-specification.patch BuildArch: noarch -BuildRequires: python3-devel +BuildRequires: python3-devel make automake Requires: pkgconfig %description @@ -37,6 +37,9 @@ to the protocol, improved threading support, and extensibility. %{python3_sitelib}/xcbgen %changelog +* Fri Mar 1 2024 liyanan - 1.15-4 +- Add automake and make buildrequires + * Tue Dec 26 2023 zhangliangpengkun - 1.15-3 - Add DOUBLE-BUFFER extension specification.