1
0

- 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
This commit is contained in:
Stephan Kulow 2013-10-04 11:19:47 +00:00 committed by Git OBS Bridge
parent 89252452ba
commit b459dbf27f
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93d7a4fb646c643940f8dc4268af34271675bb15ed1e16baacbdfb0c17050a48
size 9814

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69b3192e22b37e930238f332b5bfa9e14e69bec1427ba70c8515fbba1137b0b3
size 9877

View File

@ -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

View File

@ -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}