Update to 1.3.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-03-24 08:35:37 +01:00
parent be62b5f93f
commit aefc5618a6

View File

@ -13,7 +13,7 @@
%endif %endif
Name: pkgconf Name: pkgconf
Version: 1.3.0 Version: 1.3.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Package compiler and linker metadata toolkit Summary: Package compiler and linker metadata toolkit
@ -21,7 +21,8 @@ License: ISC
URL: http://pkgconf.org/ URL: http://pkgconf.org/
Source0: https://distfiles.dereferenced.org/%{name}/%{name}-%{version}.tar.xz Source0: https://distfiles.dereferenced.org/%{name}/%{name}-%{version}.tar.xz
BuildRequires: gcc, make BuildRequires: gcc
BuildRequires: make
# For regenerating autotools scripts # For regenerating autotools scripts
BuildRequires: autoconf BuildRequires: autoconf
@ -29,7 +30,7 @@ BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
# For unit tests # For unit tests
BuildRequires: /usr/bin/kyua BuildRequires: %{_bindir}/kyua
BuildRequires: atf-tests BuildRequires: atf-tests
# pkgconf uses libpkgconf internally # pkgconf uses libpkgconf internally
@ -165,6 +166,9 @@ rm -rf %{buildroot}%{_datadir}/aclocal
%endif %endif
%changelog %changelog
* Fri Mar 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org< - 1.3.2-1
- Update to 1.3.2
* Sat Feb 25 2017 Neal Gompa <ngompa13@gmail.com> - 1.3.0-1 * Sat Feb 25 2017 Neal Gompa <ngompa13@gmail.com> - 1.3.0-1
- Update to 1.3.0 - Update to 1.3.0