From aefc5618a6f240541c59bbedba2fce9bc8ada6db Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 24 Mar 2017 08:35:37 +0100 Subject: [PATCH] Update to 1.3.2 Signed-off-by: Igor Gnatenko --- pkgconf.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgconf.spec b/pkgconf.spec index 51c71be..3446022 100644 --- a/pkgconf.spec +++ b/pkgconf.spec @@ -13,7 +13,7 @@ %endif Name: pkgconf -Version: 1.3.0 +Version: 1.3.2 Release: 1%{?dist} Summary: Package compiler and linker metadata toolkit @@ -21,7 +21,8 @@ License: ISC URL: http://pkgconf.org/ Source0: https://distfiles.dereferenced.org/%{name}/%{name}-%{version}.tar.xz -BuildRequires: gcc, make +BuildRequires: gcc +BuildRequires: make # For regenerating autotools scripts BuildRequires: autoconf @@ -29,7 +30,7 @@ BuildRequires: automake BuildRequires: libtool # For unit tests -BuildRequires: /usr/bin/kyua +BuildRequires: %{_bindir}/kyua BuildRequires: atf-tests # pkgconf uses libpkgconf internally @@ -165,6 +166,9 @@ rm -rf %{buildroot}%{_datadir}/aclocal %endif %changelog +* Fri Mar 24 2017 Igor Gnatenko - 1.3.0-1 - Update to 1.3.0