From 26f57029a1f46bd45ee45469bb4acc3d58f7572e Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 1 Mar 2024 09:52:05 +0800 Subject: [PATCH] Add automake and make buildrequires (cherry picked from commit 44e3c6ff1f54a1a480778faeb344d597b1875b48) --- xcb-proto.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcb-proto.spec b/xcb-proto.spec index 3fd948d..2c5158d 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. -- Gitee