diff --git a/perl-PkgConfig-LibPkgConf.spec b/perl-PkgConfig-LibPkgConf.spec index 0bf5f45..f6e6728 100644 --- a/perl-PkgConfig-LibPkgConf.spec +++ b/perl-PkgConfig-LibPkgConf.spec @@ -1,6 +1,6 @@ Name: perl-PkgConfig-LibPkgConf Version: 0.08 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interface to pkg-config files via libpkgconf License: GPL+ or Artistic URL: http://search.cpan.org/dist/PkgConfig-LibPkgConf/ @@ -14,7 +14,7 @@ BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.8.1 # Use Alien::pkgconf instead of some complicated guess # script/cc_wrapper.pl and script/ld_wrapper.pl not used with Alien::pkgconf -BuildRequires: perl(Alien::pkgconf) >= 0.11 +BuildRequires: perl(Alien::pkgconf) >= 0.11-2 BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Run-time: @@ -67,6 +67,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jan 05 2018 Neal Gompa - 0.08-2 +- Rebuild for pkgconf 1.4.0 + * Tue Jan 02 2018 Petr Pisar - 0.08-1 - 0.08 bump