Hello community,
here is the log from the commit of package perl-ExtUtils-PkgConfig for
openSUSE:Factory checked in at 2013-10-06 18:37:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-PkgConfig (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-PkgConfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-PkgConfig"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-PkgConfig/perl-ExtUtils-PkgConfig.changes
2013-06-06 15:05:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-PkgConfig.new/perl-ExtUtils-PkgConfig.changes
2013-10-06 18:37:47.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct 4 09:12:05 UTC 2013 - [email protected]
+
+- updated to 1.15
+ - Gracefully handle empty fields in pkg-config files.
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-PkgConfig-1.14.tar.gz
New:
----
ExtUtils-PkgConfig-1.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-PkgConfig.spec ++++++
--- /var/tmp/diff_new_pack.LvGffo/_old 2013-10-06 18:37:47.000000000 +0200
+++ /var/tmp/diff_new_pack.LvGffo/_new 2013-10-06 18:37:47.000000000 +0200
@@ -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 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+# MANUAL
BuildRequires: pkgconfig
+Requires: pkgconfig
#BuildRequires: perl(ExtUtils::PkgConfig)
%{perl_requires}
++++++ ExtUtils-PkgConfig-1.14.tar.gz -> ExtUtils-PkgConfig-1.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/Changes
new/ExtUtils-PkgConfig-1.15/Changes
--- old/ExtUtils-PkgConfig-1.14/Changes 2013-02-04 04:02:16.000000000 +0100
+++ new/ExtUtils-PkgConfig-1.15/Changes 2013-09-29 07:14:46.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Perl extension ExtUtils::PkgConfig.
+1.15 Sat Sep 28 22:14:31 PDT 2013
+ - Gracefully handle empty fields in pkg-config files.
+
1.14 Sun Feb 3 17:51:54 PDT 2013
- Skip tests for pkg-config binary with the '--max-version' switch on
OpenBSD 5.2, due to a bug in OpenBSD's implemenation of 'pkg-config'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/META.json
new/ExtUtils-PkgConfig-1.15/META.json
--- old/ExtUtils-PkgConfig-1.14/META.json 2013-02-04 04:03:46.000000000
+0100
+++ new/ExtUtils-PkgConfig-1.15/META.json 2013-09-29 07:20:11.000000000
+0200
@@ -4,7 +4,7 @@
"gtk2-perl Team <gtk-perl-list at gnome dot org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter
version 2.112621",
+ "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter
version 2.120921",
"license" : [
"lgpl_2_1"
],
@@ -36,5 +36,5 @@
},
"x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
},
- "version" : "1.14"
+ "version" : "1.15"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/META.yml
new/ExtUtils-PkgConfig-1.15/META.yml
--- old/ExtUtils-PkgConfig-1.14/META.yml 2013-02-04 04:03:46.000000000
+0100
+++ new/ExtUtils-PkgConfig-1.15/META.yml 2013-09-29 07:20:11.000000000
+0200
@@ -4,7 +4,7 @@
- 'gtk2-perl Team <gtk-perl-list at gnome dot org>'
build_requires: {}
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version
2.112621'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version
2.120921'
license: lgpl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,4 +20,4 @@
license: http://www.gnu.org/licenses/lgpl-2.1.html
repository: git://git.gnome.org/perl-ExtUtils-PkgConfig
x_MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
-version: 1.14
+version: 1.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/lib/ExtUtils/PkgConfig.pm
new/ExtUtils-PkgConfig-1.15/lib/ExtUtils/PkgConfig.pm
--- old/ExtUtils-PkgConfig-1.14/lib/ExtUtils/PkgConfig.pm 2013-02-04
03:56:20.000000000 +0100
+++ new/ExtUtils-PkgConfig-1.15/lib/ExtUtils/PkgConfig.pm 2013-09-29
07:14:59.000000000 +0200
@@ -24,7 +24,7 @@
use vars qw/ $VERSION $AUTOLOAD/;
-$VERSION = '1.14';
+$VERSION = '1.15';
sub import {
my $class = shift;
@@ -129,7 +129,7 @@
$data{$what} =~ s/[\015\012]+$//;
croak "*** can't find $what for \"$data{pkg}\"\n"
. "*** is it properly installed and available in
PKG_CONFIG_PATH?\n"
- unless $data{$what};
+ unless defined $data{$what};
}
return %data;
}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]