From f55d7b3255a27e8159c044156b13354b80c8240e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 19 Feb 2018 11:47:41 +1000 Subject: [PATCH] Add gcc to BR --- mtdev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mtdev.spec b/mtdev.spec index 24d752e..b43787b 100644 --- a/mtdev.spec +++ b/mtdev.spec @@ -3,7 +3,7 @@ Name: mtdev Version: 1.1.5 -Release: 11%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 12%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Summary: Multitouch Protocol Translation Library Group: System Environment/Libraries @@ -20,7 +20,7 @@ Source2: commitid Source0: http://bitmath.org/code/%{name}/%{name}-%{version}.tar.bz2 %endif -BuildRequires: autoconf automake libtool +BuildRequires: autoconf automake libtool gcc %description %{name} is a stand-alone library which transforms all variants of kernel MT @@ -67,6 +67,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{_bindir}/mtdev-test %changelog +* Mon Feb 19 2018 Peter Hutterer 1.1.5-12 +- Add gcc to BR + * Fri Feb 09 2018 Igor Gnatenko - 1.1.5-11 - Escape macros in %%changelog