Hello community,
here is the log from the commit of package perl-Devel-CheckLib for
openSUSE:Factory checked in at 2018-06-15 14:34:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-CheckLib"
Fri Jun 15 14:34:36 2018 rev:10 rq:615383 version:1.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes
2018-06-05 12:49:39.080803534 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes
2018-06-15 14:34:37.413914225 +0200
@@ -1,0 +2,9 @@
+Mon Jun 4 05:18:12 UTC 2018 - [email protected]
+
+- updated to 1.13
+ see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+ 1.13 2018-06-23 Improve Makefile.PL
+ update compatibility code from App-EUMM-Upgrade-1.0
+
+-------------------------------------------------------------------
Old:
----
Devel-CheckLib-1.12.tar.gz
New:
----
Devel-CheckLib-1.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-CheckLib.spec ++++++
--- /var/tmp/diff_new_pack.IKPkOG/_old 2018-06-15 14:34:38.013892280 +0200
+++ /var/tmp/diff_new_pack.IKPkOG/_new 2018-06-15 14:34:38.017892133 +0200
@@ -17,7 +17,7 @@
Name: perl-Devel-CheckLib
-Version: 1.12
+Version: 1.13
Release: 0
%define cpan_name Devel-CheckLib
Summary: Check That a Library Is Available
++++++ Devel-CheckLib-1.12.tar.gz -> Devel-CheckLib-1.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.12/CHANGES
new/Devel-CheckLib-1.13/CHANGES
--- old/Devel-CheckLib-1.12/CHANGES 2018-05-31 15:50:17.000000000 +0200
+++ new/Devel-CheckLib-1.13/CHANGES 2018-06-03 17:39:56.000000000 +0200
@@ -1,3 +1,6 @@
+1.13 2018-06-23 Improve Makefile.PL
+ update compatibility code from App-EUMM-Upgrade-1.0
+
1.12 2018-05-23 Fix order of flags for gcc
Fix problems with executable binaries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.12/META.json
new/Devel-CheckLib-1.13/META.json
--- old/Devel-CheckLib-1.12/META.json 2018-05-31 15:50:44.000000000 +0200
+++ new/Devel-CheckLib-1.13/META.json 2018-06-03 17:40:55.000000000 +0200
@@ -1,9 +1,11 @@
{
- "abstract" : "unknown",
+ "abstract" : "check that a library is available",
"author" : [
- "unknown"
+ "David Cantrell",
+ "David Golden",
+ "Yasuhiro Matsumoto"
],
- "dynamic_config" : 1,
+ "dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter
version 2.150001",
"license" : [
"perl_5"
@@ -22,6 +24,7 @@
"prereqs" : {
"build" : {
"requires" : {
+ "ExtUtils::MakeMaker" : "0",
"IO::CaptureOutput" : "1.0801",
"Mock::Config" : "0.02",
"Test::More" : "0.62"
@@ -47,5 +50,5 @@
"url" : "http://github.com/mattn/p5-Devel-CheckLib"
}
},
- "version" : "1.12"
+ "version" : "1.13"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.12/META.yml
new/Devel-CheckLib-1.13/META.yml
--- old/Devel-CheckLib-1.12/META.yml 2018-05-31 15:50:44.000000000 +0200
+++ new/Devel-CheckLib-1.13/META.yml 2018-06-03 17:40:55.000000000 +0200
@@ -1,14 +1,17 @@
---
-abstract: unknown
+abstract: 'check that a library is available'
author:
- - unknown
+ - 'David Cantrell'
+ - 'David Golden'
+ - 'Yasuhiro Matsumoto'
build_requires:
+ ExtUtils::MakeMaker: '0'
IO::CaptureOutput: '1.0801'
Mock::Config: '0.02'
Test::More: '0.62'
configure_requires:
ExtUtils::MakeMaker: '0'
-dynamic_config: 1
+dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter
version 2.150001'
license: perl
meta-spec:
@@ -26,4 +29,4 @@
perl: '5.00405'
resources:
repository: http://github.com/mattn/p5-Devel-CheckLib
-version: '1.12'
+version: '1.13'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.12/Makefile.PL
new/Devel-CheckLib-1.13/Makefile.PL
--- old/Devel-CheckLib-1.12/Makefile.PL 2018-05-31 15:50:17.000000000 +0200
+++ new/Devel-CheckLib-1.13/Makefile.PL 2018-06-03 17:38:51.000000000 +0200
@@ -8,7 +8,13 @@
WriteMakefile1(
NAME => 'Devel::CheckLib',
+ ABSTRACT_FROM => 'lib/Devel/CheckLib.pm',
VERSION_FROM => 'lib/Devel/CheckLib.pm',
+ AUTHOR => [
+ 'David Cantrell',
+ 'David Golden',
+ 'Yasuhiro Matsumoto',
+ ],
PREREQ_PM => {
'File::Temp' => 0.16,
'Exporter' => 0,
@@ -16,11 +22,12 @@
},
MIN_PERL_VERSION => '5.00405',
META_MERGE => {
+ dynamic_config => 0,
resources => {
repository => 'http://github.com/mattn/p5-Devel-CheckLib',
},
},
- BUILD_REQUIRES => {
+ TEST_REQUIRES => {
'Test::More' => 0.62, # too high? but API changed here
'IO::CaptureOutput' => 1.0801,
'Mock::Config' => 0.02,
@@ -31,12 +38,20 @@
)],
);
-sub WriteMakefile1 { #Written by Alexandr Ciornii, version 0.21. Added by
eumm-upgrade.
+sub WriteMakefile1 { #Compatibility code for old versions of EU::MM. Written
by Alexandr Ciornii, version 2. Added by eumm-upgrade.
my %params=@_;
my $eumm_version=$ExtUtils::MakeMaker::VERSION;
$eumm_version=eval $eumm_version;
die "EXTRA_META is deprecated" if exists $params{EXTRA_META};
die "License not specified" if not exists $params{LICENSE};
+ if ($params{AUTHOR} and ref($params{AUTHOR}) eq 'ARRAY' and $eumm_version
< 6.5705) {
+ $params{META_ADD}->{author}=$params{AUTHOR};
+ $params{AUTHOR}=join(', ',@{$params{AUTHOR}});
+ }
+ if ($params{TEST_REQUIRES} and $eumm_version < 6.64) {
+ $params{BUILD_REQUIRES}={ %{$params{BUILD_REQUIRES} || {}} ,
%{$params{TEST_REQUIRES}} };
+ delete $params{TEST_REQUIRES};
+ }
if ($params{BUILD_REQUIRES} and $eumm_version < 6.5503) {
#EUMM 6.5502 has problems with BUILD_REQUIRES
$params{PREREQ_PM}={ %{$params{PREREQ_PM} || {}} ,
%{$params{BUILD_REQUIRES}} };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.12/lib/Devel/CheckLib.pm
new/Devel-CheckLib-1.13/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.12/lib/Devel/CheckLib.pm 2018-05-31
15:50:17.000000000 +0200
+++ new/Devel-CheckLib-1.13/lib/Devel/CheckLib.pm 2018-06-03
17:39:00.000000000 +0200
@@ -5,7 +5,7 @@
use 5.00405; #postfix foreach
use strict;
use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '1.12';
+$VERSION = '1.13';
use Config qw(%Config);
use Text::ParseWords 'quotewords';