From 835f1b5f2beef1f31c60eed5262ad72d4aa495a7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 8 Mar 2018 10:20:43 +1000 Subject: [PATCH] Add BR for gcc --- xorg-x11-xbitmaps.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-xbitmaps.spec b/xorg-x11-xbitmaps.spec index f6139ae..fdece0a 100644 --- a/xorg-x11-xbitmaps.spec +++ b/xorg-x11-xbitmaps.spec @@ -5,7 +5,7 @@ Summary: X.Org X11 application bitmaps Name: xorg-x11-%{pkgname} Version: 1.1.1 -Release: 13%{?dist} +Release: 14%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -13,7 +13,7 @@ BuildArch: noarch Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2 -BuildRequires: automake +BuildRequires: automake gcc Requires: pkgconfig %description @@ -35,6 +35,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_datadir}/pkgconfig/xbitmaps.pc %changelog +* Thu Mar 08 2018 Peter Hutterer 1.1.1-14 +- Add BR for gcc + * Mon Feb 19 2018 Peter Hutterer 1.1.1-13 - Add BR for automake