From ae4c9e32477b640b0acdd504986c5b4b50125a72 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 1 Mar 2024 10:26:22 +0800 Subject: [PATCH] Add automake and make buildrequires --- xcb-proto.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcb-proto.spec b/xcb-proto.spec index 4f5d579..444d640 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,14 +1,14 @@ %define debug_package %{nil} Name: xcb-proto Version: 1.16.0 -Release: 1 +Release: 2 Summary: XCB protocol descriptions License: MIT URL: https://xcb.freedesktop.org Source0: https://www.x.org/releases/individual/proto/%{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: python3-devel +BuildRequires: python3-devel make automake Requires: pkgconfig %description @@ -36,6 +36,9 @@ to the protocol, improved threading support, and extensibility. %{python3_sitelib}/xcbgen %changelog +* Fri Mar 1 2024 liyanan - 1.16.0-2 +- Add automake and make buildrequires + * Sun Aug 20 2023 Funda Wang - 1.16.0-1 - update to 1.16.0 -- Gitee