From b459dbf27f3b139e21a797fa68924a1c9e3ea9f6831482c29aba379b2d6b3886 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 4 Oct 2013 11:19:47 +0000 Subject: [PATCH] - updated to 1.15 - Gracefully handle empty fields in pkg-config files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-PkgConfig?expand=0&rev=20 --- ExtUtils-PkgConfig-1.14.tar.gz | 3 --- ExtUtils-PkgConfig-1.15.tar.gz | 3 +++ perl-ExtUtils-PkgConfig.changes | 6 ++++++ perl-ExtUtils-PkgConfig.spec | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 ExtUtils-PkgConfig-1.14.tar.gz create mode 100644 ExtUtils-PkgConfig-1.15.tar.gz diff --git a/ExtUtils-PkgConfig-1.14.tar.gz b/ExtUtils-PkgConfig-1.14.tar.gz deleted file mode 100644 index 0ad6c02..0000000 --- a/ExtUtils-PkgConfig-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93d7a4fb646c643940f8dc4268af34271675bb15ed1e16baacbdfb0c17050a48 -size 9814 diff --git a/ExtUtils-PkgConfig-1.15.tar.gz b/ExtUtils-PkgConfig-1.15.tar.gz new file mode 100644 index 0000000..a0e9030 --- /dev/null +++ b/ExtUtils-PkgConfig-1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b3192e22b37e930238f332b5bfa9e14e69bec1427ba70c8515fbba1137b0b3 +size 9877 diff --git a/perl-ExtUtils-PkgConfig.changes b/perl-ExtUtils-PkgConfig.changes index 9e36590..54524df 100644 --- a/perl-ExtUtils-PkgConfig.changes +++ b/perl-ExtUtils-PkgConfig.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 4 09:12:05 UTC 2013 - coolo@suse.com + +- updated to 1.15 + - Gracefully handle empty fields in pkg-config files. + ------------------------------------------------------------------- Tue Jun 4 08:50:16 UTC 2013 - coolo@suse.com diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index 6f3a879..24b5ce8 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -17,7 +17,7 @@ Name: perl-ExtUtils-PkgConfig -Version: 1.14 +Version: 1.15 Release: 0 %define cpan_name ExtUtils-PkgConfig Summary: simplistic interface to pkg-config @@ -29,7 +29,9 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +# MANUAL BuildRequires: pkgconfig +Requires: pkgconfig #BuildRequires: perl(ExtUtils::PkgConfig) %{perl_requires}