diff --git a/ExtUtils-PkgConfig-1.09.tar.bz2 b/ExtUtils-PkgConfig-1.09.tar.bz2 deleted file mode 100644 index 379ed72..0000000 --- a/ExtUtils-PkgConfig-1.09.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3183b8a8a5a6b5fab794f7d5267c94be57931dde18c393fb4d9d62cc2c52253a -size 8114 diff --git a/ExtUtils-PkgConfig-1.11.tar.bz2 b/ExtUtils-PkgConfig-1.11.tar.bz2 new file mode 100644 index 0000000..e2d9289 --- /dev/null +++ b/ExtUtils-PkgConfig-1.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828230ffe13190fb7b44a049ad9ba099657a66860d7bf1088db20c94eeea4d90 +size 8449 diff --git a/perl-ExtUtils-PkgConfig.changes b/perl-ExtUtils-PkgConfig.changes index 95e08b5..b6bb40c 100644 --- a/perl-ExtUtils-PkgConfig.changes +++ b/perl-ExtUtils-PkgConfig.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 17 11:06:29 CET 2008 - anicka@suse.cz + +- update to 1.11 + * Fix test failures. + * If pkg-config isn't found, warn and exit with status 0 instead of + just dying so that CPAN testers don't send bogus failure reports. + ------------------------------------------------------------------- Wed Jan 23 09:42:49 CET 2008 - anicka@suse.cz diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index 070ad74..7891167 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-ExtUtils-PkgConfig (Version 1.09) +# spec file for package perl-ExtUtils-PkgConfig (Version 1.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,9 +10,10 @@ # norootforbuild + Name: perl-ExtUtils-PkgConfig BuildRequires: pkgconfig -Version: 1.09 +Version: 1.11 Release: 1 Requires: perl = %{perl_version} AutoReqProv: on @@ -58,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Mon Mar 17 2008 anicka@suse.cz +- update to 1.11 + * Fix test failures. + * If pkg-config isn't found, warn and exit with status 0 instead of + just dying so that CPAN testers don't send bogus failure reports. * Wed Jan 23 2008 anicka@suse.cz - update to 1.09 * Add support for more pkg-config commands: cflags-only-I,