From 07d4d0badce4364f89d06711d69dcc3c1812b42f Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Tue, 22 Jun 2021 19:11:50 +0800 Subject: [PATCH] add gcc to BuildRequires --- startup-notification.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/startup-notification.spec b/startup-notification.spec index c9080cd..9ef6798 100644 --- a/startup-notification.spec +++ b/startup-notification.spec @@ -1,11 +1,11 @@ Name: startup-notification Version: 0.12 -Release: 17 +Release: 18 Summary: Library for tracking application startup URL: http://www.freedesktop.org/software/startup-notification/ Source0: http://www.freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz License: LGPLv2 -BuildRequires: libX11-devel libXt-devel xcb-util-devel +BuildRequires: libX11-devel libXt-devel xcb-util-devel gcc %description This package contains libstartup-notification which implements a @@ -56,5 +56,8 @@ Help document for startup-notification %doc test/*.c test/*.h doc/startup-notification.txt ChangeLog NEWS %changelog +* Tue Jun 22 2021 shixuantong - 0.12-18 +- add gcc to BuildRequires + * Thu Nov 07 2019 Yiru Wang - 0.12-17 - Pakcage init