commit perl-Devel-CheckLib for openSUSE:Factory

2019-11-17 Thread root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2019-11-17 19:21:12

Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new.26869 (New)


Package is "perl-Devel-CheckLib"

Sun Nov 17 19:21:12 2019 rev:11 rq:748727 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2018-06-15 14:34:37.413914225 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new.26869/perl-Devel-CheckLib.changes
   2019-11-17 19:21:13.614915114 +0100
@@ -1,0 +2,8 @@
+Thu Nov 14 09:24:33 UTC 2019 -  
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.142019-11-12  Use Capture::Tiny instead of Capture::Output
+
+---

Old:

  Devel-CheckLib-1.13.tar.gz

New:

  Devel-CheckLib-1.14.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.jPA62X/_old  2019-11-17 19:21:14.074914919 +0100
+++ /var/tmp/diff_new_pack.jPA62X/_new  2019-11-17 19:21:14.078914917 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-CheckLib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Devel-CheckLib
-Version:1.13
+Version:1.14
 Release:0
 %define cpan_name Devel-CheckLib
-Summary:Check That a Library Is Available
+Summary:Check that a library is available
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Devel-CheckLib/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(IO::CaptureOutput) >= 1.0801
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Mock::Config) >= 0.02
+BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 
 %description
@@ -39,14 +40,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Devel-CheckLib-1.13.tar.gz -> Devel-CheckLib-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.13/CHANGES 
new/Devel-CheckLib-1.14/CHANGES
--- old/Devel-CheckLib-1.13/CHANGES 2018-06-03 17:39:56.0 +0200
+++ new/Devel-CheckLib-1.14/CHANGES 2019-11-12 06:22:28.0 +0100
@@ -1,3 +1,5 @@
+1.142019-11-12  Use Capture::Tiny instead of Capture::Output
+
 1.132018-06-23  Improve Makefile.PL
 update compatibility code from App-EUMM-Upgrade-1.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.13/META.json 
new/Devel-CheckLib-1.14/META.json
--- old/Devel-CheckLib-1.13/META.json   2018-06-03 17:40:55.0 +0200
+++ new/Devel-CheckLib-1.14/META.json   2019-11-12 06:23:23.0 +0100
@@ -6,7 +6,7 @@
   "Yasuhiro Matsumoto"
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -24,10 +24,7 @@
"prereqs" : {
   "build" : {
  "requires" : {
-"ExtUtils::MakeMaker" : "0",
-"IO::CaptureOutput" : "1.0801",
-"Mock::Config" : "0.02",
-"Test::More" : "0.62"
+"ExtUtils::MakeMaker" : "0"
  }
   },

commit perl-Devel-CheckLib for openSUSE:Factory

2018-06-15 Thread root
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 - co...@suse.com
+
+- updated to 1.13
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.132018-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.0 +0200
+++ new/Devel-CheckLib-1.13/CHANGES 2018-06-03 17:39:56.0 +0200
@@ -1,3 +1,6 @@
+1.132018-06-23  Improve Makefile.PL
+update compatibility code from App-EUMM-Upgrade-1.0
+
 1.122018-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.0 +0200
+++ new/Devel-CheckLib-1.13/META.json   2018-06-03 17:40:55.0 +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.yml2018-05-31 15:50:44.0 +0200
+++ new/Devel-CheckLib-1.13/META.yml2018-06-03 17:40:55.0 +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.0 +0200
+++ new/Devel-CheckLib-1.13/Makefile.PL 2018-06-03 17:38:51.0 +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',
+],
 

commit perl-Devel-CheckLib for openSUSE:Factory

2018-06-05 Thread root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2018-06-05 12:49: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"

Tue Jun  5 12:49:36 2018 rev:9 rq:613422 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2017-10-26 18:38:13.577190763 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2018-06-05 12:49:39.080803534 +0200
@@ -1,0 +2,9 @@
+Fri Jun  1 05:17:32 UTC 2018 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.122018-05-23  Fix order of flags for gcc
+  Fix problems with executable binaries
+
+---

Old:

  Devel-CheckLib-1.11.tar.gz

New:

  Devel-CheckLib-1.12.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.nv1vRR/_old  2018-06-05 12:49:39.620783748 +0200
+++ /var/tmp/diff_new_pack.nv1vRR/_new  2018-06-05 12:49:39.624783601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-CheckLib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.11
+Version:1.12
 Release:0
 %define cpan_name Devel-CheckLib
 Summary:Check That a Library Is Available
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-CheckLib/
 Source0:
https://cpan.metacpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz

++ Devel-CheckLib-1.11.tar.gz -> Devel-CheckLib-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.11/CHANGES 
new/Devel-CheckLib-1.12/CHANGES
--- old/Devel-CheckLib-1.11/CHANGES 2017-05-23 16:33:18.0 +0200
+++ new/Devel-CheckLib-1.12/CHANGES 2018-05-31 15:50:17.0 +0200
@@ -1,3 +1,6 @@
+1.122018-05-23  Fix order of flags for gcc
+Fix problems with executable binaries
+
 1.112017-05-23  Prevent concatenation warnings when LD_RUN_PATH is
 undefined.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.11/META.json 
new/Devel-CheckLib-1.12/META.json
--- old/Devel-CheckLib-1.11/META.json   2017-05-23 16:34:33.0 +0200
+++ new/Devel-CheckLib-1.12/META.json   2018-05-31 15:50:44.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "perl_5"
],
@@ -47,5 +47,5 @@
  "url" : "http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   "version" : "1.11"
+   "version" : "1.12"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.11/META.yml 
new/Devel-CheckLib-1.12/META.yml
--- old/Devel-CheckLib-1.11/META.yml2017-05-23 16:34:31.0 +0200
+++ new/Devel-CheckLib-1.12/META.yml2018-05-31 15:50:44.0 +0200
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,4 +26,4 @@
   perl: '5.00405'
 resources:
   repository: http://github.com/mattn/p5-Devel-CheckLib
-version: '1.11'
+version: '1.12'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.11/lib/Devel/CheckLib.pm 
new/Devel-CheckLib-1.12/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.11/lib/Devel/CheckLib.pm   2017-05-23 
16:31:16.0 +0200
+++ new/Devel-CheckLib-1.12/lib/Devel/CheckLib.pm   2018-05-31 
15:50:17.0 +0200
@@ -5,7 +5,7 @@
 use 5.00405; #postfix foreach
 use strict;
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION = 

commit perl-Devel-CheckLib for openSUSE:Factory

2017-10-26 Thread root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2017-10-26 18:38:12

Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new (New)


Package is "perl-Devel-CheckLib"

Thu Oct 26 18:38:12 2017 rev:8 rq:534185 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2017-03-24 02:23:22.581447211 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2017-10-26 18:38:13.577190763 +0200
@@ -1,0 +2,13 @@
+Mon Oct 16 10:33:19 UTC 2017 - co...@suse.com
+
+- updated to 1.11
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.112017-05-23  Prevent concatenation warnings when LD_RUN_PATH is
+  undefined.
+  
+  1.102017-04-08  Use Mock::Config.
+  
+  1.092017-04-08  Remove link options from @ldflags.
+
+---

Old:

  Devel-CheckLib-1.09.tar.gz

New:

  Devel-CheckLib-1.11.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.ojstKK/_old  2017-10-26 18:38:14.761135533 +0200
+++ /var/tmp/diff_new_pack.ojstKK/_new  2017-10-26 18:38:14.765135346 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.09
+Version:1.11
 Release:0
 %define cpan_name Devel-CheckLib
 Summary:Check That a Library Is Available
@@ -30,6 +30,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::CaptureOutput) >= 1.0801
+BuildRequires:  perl(Mock::Config) >= 0.02
 %{perl_requires}
 
 %description

++ Devel-CheckLib-1.09.tar.gz -> Devel-CheckLib-1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.09/CHANGES 
new/Devel-CheckLib-1.11/CHANGES
--- old/Devel-CheckLib-1.09/CHANGES 2017-03-18 14:10:49.0 +0100
+++ new/Devel-CheckLib-1.11/CHANGES 2017-05-23 16:33:18.0 +0200
@@ -1,3 +1,10 @@
+1.112017-05-23  Prevent concatenation warnings when LD_RUN_PATH is
+undefined.
+
+1.102017-04-08  Use Mock::Config.
+
+1.092017-04-08  Remove link options from @ldflags.
+
 1.092017-03-18  Add $PATH for the libs on Windows.
 
 1.082017-03-18  Add $LD_RUN_PATH for the libs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.09/META.json 
new/Devel-CheckLib-1.11/META.json
--- old/Devel-CheckLib-1.09/META.json   2017-03-18 14:11:07.0 +0100
+++ new/Devel-CheckLib-1.11/META.json   2017-05-23 16:34:33.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "perl_5"
],
@@ -23,6 +23,7 @@
   "build" : {
  "requires" : {
 "IO::CaptureOutput" : "1.0801",
+"Mock::Config" : "0.02",
 "Test::More" : "0.62"
  }
   },
@@ -46,5 +47,5 @@
  "url" : "http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   "version" : "1.09"
+   "version" : "1.11"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.09/META.yml 
new/Devel-CheckLib-1.11/META.yml
--- old/Devel-CheckLib-1.09/META.yml2017-03-18 14:11:06.0 +0100
+++ new/Devel-CheckLib-1.11/META.yml2017-05-23 16:34:31.0 +0200
@@ -4,11 +4,12 @@
   - unknown
 build_requires:
   IO::CaptureOutput: '1.0801'
+  Mock::Config: '0.02'
   Test::More: '0.62'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +26,4 @@
   perl: '5.00405'
 resources:
   repository: http://github.com/mattn/p5-Devel-CheckLib
-version: '1.09'
+version: '1.11'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.09/Makefile.PL 
new/Devel-CheckLib-1.11/Makefile.PL
--- old/Devel-CheckLib-1.09/Makefile.PL 2017-03-18 08:14:52.0 +0100
+++ new/Devel-CheckLib-1.11/Makefile.PL 2017-04-07 17:34:28.0 +0200
@@ -23,6 +23,7 @@
 BUILD_REQUIRES => {
 'Test::More'  

commit perl-Devel-CheckLib for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2017-03-24 02:23:21

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 Mar 24 02:23:21 2017 rev:7 rq:482154 version:1.09

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2016-04-12 19:39:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2017-03-24 02:23:22.581447211 +0100
@@ -1,0 +2,10 @@
+Sun Mar 19 06:28:00 UTC 2017 - co...@suse.com
+
+- updated to 1.09
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.092017-03-18  Add $PATH for the libs on Windows.
+  
+  1.082017-03-18  Add $LD_RUN_PATH for the libs.
+
+---

Old:

  Devel-CheckLib-1.07.tar.gz

New:

  Devel-CheckLib-1.09.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.NwGfol/_old  2017-03-24 02:23:23.029383831 +0100
+++ /var/tmp/diff_new_pack.NwGfol/_new  2017-03-24 02:23:23.033383265 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-CheckLib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.07
+Version:1.09
 Release:0
 %define cpan_name Devel-CheckLib
 Summary:Check That a Library Is Available
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-CheckLib/
-Source0:
http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Devel-CheckLib-1.07.tar.gz -> Devel-CheckLib-1.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.07/CHANGES 
new/Devel-CheckLib-1.09/CHANGES
--- old/Devel-CheckLib-1.07/CHANGES 2016-04-08 17:57:00.0 +0200
+++ new/Devel-CheckLib-1.09/CHANGES 2017-03-18 14:10:49.0 +0100
@@ -1,3 +1,7 @@
+1.092017-03-18  Add $PATH for the libs on Windows.
+
+1.082017-03-18  Add $LD_RUN_PATH for the libs.
+
 1.072016-04-09  Add analyze_binary feature.
 
 1.062016-02-20  Fix linking on MSVC.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.07/META.json 
new/Devel-CheckLib-1.09/META.json
--- old/Devel-CheckLib-1.07/META.json   2016-04-08 17:59:28.0 +0200
+++ new/Devel-CheckLib-1.09/META.json   2017-03-18 14:11:07.0 +0100
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.133380",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "perl_5"
],
@@ -46,5 +46,5 @@
  "url" : "http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   "version" : "1.07"
+   "version" : "1.09"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.07/META.yml 
new/Devel-CheckLib-1.09/META.yml
--- old/Devel-CheckLib-1.07/META.yml2016-04-08 17:59:28.0 +0200
+++ new/Devel-CheckLib-1.09/META.yml2017-03-18 14:11:06.0 +0100
@@ -3,26 +3,26 @@
 author:
   - unknown
 build_requires:
-  IO::CaptureOutput: 1.0801
-  Test::More: 0.62
+  IO::CaptureOutput: '1.0801'
+  Test::More: '0.62'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.133380'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Devel-CheckLib
 no_index:
   directory:
 - t
 - inc
 requires:
-  Exporter: 0
-  File::Spec: 0
-  File::Temp: 0.16
-  perl: 5.00405
+  Exporter: '0'
+  File::Spec: '0'
+  File::Temp: '0.16'
+  perl: '5.00405'
 resources:
   repository: 

commit perl-Devel-CheckLib for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2016-04-12 19:39:12

Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new (New)


Package is "perl-Devel-CheckLib"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2016-02-26 00:38:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2016-04-12 19:39:13.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 11 12:25:14 UTC 2016 - co...@suse.com
+
+- updated to 1.07
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.072016-04-09  Add analyze_binary feature.
+
+---

Old:

  Devel-CheckLib-1.06.tar.gz

New:

  Devel-CheckLib-1.07.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.mWno5v/_old  2016-04-12 19:39:13.0 +0200
+++ /var/tmp/diff_new_pack.mWno5v/_new  2016-04-12 19:39:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.06
+Version:1.07
 Release:0
 %define cpan_name Devel-CheckLib
 Summary:Check That a Library Is Available

++ Devel-CheckLib-1.06.tar.gz -> Devel-CheckLib-1.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/CHANGES 
new/Devel-CheckLib-1.07/CHANGES
--- old/Devel-CheckLib-1.06/CHANGES 2016-02-19 17:23:31.0 +0100
+++ new/Devel-CheckLib-1.07/CHANGES 2016-04-08 17:57:00.0 +0200
@@ -1,3 +1,5 @@
+1.072016-04-09  Add analyze_binary feature.
+
 1.062016-02-20  Fix linking on MSVC.
 
 1.052015-09-16  Fix handling $PERL_MM_OPT.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/MANIFEST 
new/Devel-CheckLib-1.07/MANIFEST
--- old/Devel-CheckLib-1.06/MANIFEST2016-02-19 17:27:17.0 +0100
+++ new/Devel-CheckLib-1.07/MANIFEST2016-04-08 17:59:28.0 +0200
@@ -20,4 +20,6 @@
 t/cmdline-LIBS-INC.t
 t/custom-function.t
 META.yml Module meta-data (added by MakeMaker)
+t/analyze-binary.t
+t/flags.t
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/META.json 
new/Devel-CheckLib-1.07/META.json
--- old/Devel-CheckLib-1.06/META.json   2016-02-19 17:27:16.0 +0100
+++ new/Devel-CheckLib-1.07/META.json   2016-04-08 17:59:28.0 +0200
@@ -46,5 +46,5 @@
  "url" : "http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   "version" : "1.06"
+   "version" : "1.07"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/META.yml 
new/Devel-CheckLib-1.07/META.yml
--- old/Devel-CheckLib-1.06/META.yml2016-02-19 17:27:16.0 +0100
+++ new/Devel-CheckLib-1.07/META.yml2016-04-08 17:59:28.0 +0200
@@ -25,4 +25,4 @@
   perl: 5.00405
 resources:
   repository: http://github.com/mattn/p5-Devel-CheckLib
-version: 1.06
+version: 1.07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/lib/Devel/CheckLib.pm 
new/Devel-CheckLib-1.07/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.06/lib/Devel/CheckLib.pm   2016-02-19 
17:23:39.0 +0100
+++ new/Devel-CheckLib-1.07/lib/Devel/CheckLib.pm   2016-04-08 
17:57:06.0 +0200
@@ -5,7 +5,7 @@
 use 5.00405; #postfix foreach
 use strict;
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '1.06';
+$VERSION = '1.07';
 use Config qw(%Config);
 use Text::ParseWords 'quotewords';
 
@@ -54,7 +54,7 @@
 
 It works by trying to compile some code - which defaults to this:
 
-int main(void) { return 0; }
+int main(int argc, char *argv[]) { return 0; }
 
 and linking it to the specified libraries.  If something pops out the end
 which looks executable, it gets executed, and if main() returns 0 we know
@@ -142,6 +142,23 @@
 
 This can also be supplied on the command-line.
 
+=item ccflags
+
+Extra flags to pass to the compiler.
+
+=item ldflags
+
+Extra flags to pass to the linker.
+
+=item analyze_binary
+
+a callback function that will be invoked in order to perform custom
+analysis of the generated binary. The callback arguments are the
+library name and the path to the binary just compiled.
+
+It is possible to use this callback, for instance, to inspect the
+binary for further dependencies.
+
 =back
 

commit perl-Devel-CheckLib for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2016-02-25 22:05:54

Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new (New)


Package is "perl-Devel-CheckLib"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2015-09-24 06:14:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2016-02-26 00:38:20.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 21 09:47:59 UTC 2016 - co...@suse.com
+
+- updated to 1.06
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+---

Old:

  Devel-CheckLib-1.05.tar.gz

New:

  Devel-CheckLib-1.06.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.VJ9uYp/_old  2016-02-26 00:38:21.0 +0100
+++ /var/tmp/diff_new_pack.VJ9uYp/_new  2016-02-26 00:38:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-CheckLib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.05
+Version:1.06
 Release:0
 %define cpan_name Devel-CheckLib
 Summary:Check That a Library Is Available
@@ -38,7 +38,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Devel-CheckLib-1.05.tar.gz -> Devel-CheckLib-1.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.05/CHANGES 
new/Devel-CheckLib-1.06/CHANGES
--- old/Devel-CheckLib-1.05/CHANGES 2015-09-16 13:20:30.0 +0200
+++ new/Devel-CheckLib-1.06/CHANGES 2016-02-19 17:23:31.0 +0100
@@ -1,6 +1,8 @@
-1.05   2015-09-16  Fix handling $PERL_MM_OPT.
+1.062016-02-20  Fix linking on MSVC.
 
-1.04   2015-09-16  Handle $PERL_MM_OPT.
+1.052015-09-16  Fix handling $PERL_MM_OPT.
+
+1.042015-09-16  Handle $PERL_MM_OPT.
 
 1.032015-01-04  Update travis.yml
 Fix possible crash bug on windows.
@@ -12,7 +14,7 @@
 1.002013-07-26  Deprecate use-devel-checklib script.
 
 0.992013-04-02  Allow -R rpaths as libpaths used with solaris cc
- (see RT #81330)
+(see RT #81330)
 
 0.982012-03-17  Merge ldflags & perllibs.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.05/META.json 
new/Devel-CheckLib-1.06/META.json
--- old/Devel-CheckLib-1.05/META.json   2015-09-16 13:21:40.0 +0200
+++ new/Devel-CheckLib-1.06/META.json   2016-02-19 17:27:16.0 +0100
@@ -46,5 +46,5 @@
  "url" : "http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   "version" : "1.05"
+   "version" : "1.06"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.05/META.yml 
new/Devel-CheckLib-1.06/META.yml
--- old/Devel-CheckLib-1.05/META.yml2015-09-16 13:21:40.0 +0200
+++ new/Devel-CheckLib-1.06/META.yml2016-02-19 17:27:16.0 +0100
@@ -25,4 +25,4 @@
   perl: 5.00405
 resources:
   repository: http://github.com/mattn/p5-Devel-CheckLib
-version: 1.05
+version: 1.06
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.05/lib/Devel/CheckLib.pm 
new/Devel-CheckLib-1.06/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.05/lib/Devel/CheckLib.pm   2015-09-16 
13:20:18.0 +0200
+++ new/Devel-CheckLib-1.06/lib/Devel/CheckLib.pm   2016-02-19 
17:23:39.0 +0100
@@ -5,7 +5,7 @@
 use 5.00405; #postfix foreach
 use strict;
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '1.05';
+$VERSION = '1.06';
 use Config qw(%Config);
 use Text::ParseWords 'quotewords';
 
@@ -283,7 +283,7 @@
 }
 }
 
-my ($cc, $ld) = _findcc();
+my ($cc, $ld) = _findcc($args{debug});
 my @missing;
 my @wrongresult;
 my @use_headers;
@@ -310,7 +310,8 @@
 "/Fe$exefile",
 (map { '/I'.Win32::GetShortPathName($_) } @incpaths),
"/link",
-   @$ld
+   @$ld,
+   split(' 

commit perl-Devel-CheckLib for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2015-09-24 06:14:42

Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new (New)


Package is "perl-Devel-CheckLib"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2015-02-08 11:42:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2015-09-24 06:14:44.0 +0200
@@ -1,0 +2,10 @@
+Sun Sep 20 08:46:25 UTC 2015 - co...@suse.com
+
+- updated to 1.05
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.05 2015-09-16  Fix handling $PERL_MM_OPT.
+  
+  1.04 2015-09-16  Handle $PERL_MM_OPT.
+
+---

Old:

  Devel-CheckLib-1.03.tar.gz

New:

  Devel-CheckLib-1.05.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.TDuAaL/_old  2015-09-24 06:14:45.0 +0200
+++ /var/tmp/diff_new_pack.TDuAaL/_new  2015-09-24 06:14:45.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.03
+Version:1.05
 Release:0
 %define cpan_name Devel-CheckLib
-Summary:check that a library is available
+Summary:Check That a Library Is Available
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-CheckLib/
-Source: 
http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Devel-CheckLib-1.03.tar.gz -> Devel-CheckLib-1.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.03/CHANGES 
new/Devel-CheckLib-1.05/CHANGES
--- old/Devel-CheckLib-1.03/CHANGES 2015-01-04 03:10:19.0 +0100
+++ new/Devel-CheckLib-1.05/CHANGES 2015-09-16 13:20:30.0 +0200
@@ -1,3 +1,7 @@
+1.05   2015-09-16  Fix handling $PERL_MM_OPT.
+
+1.04   2015-09-16  Handle $PERL_MM_OPT.
+
 1.032015-01-04  Update travis.yml
 Fix possible crash bug on windows.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.03/META.json 
new/Devel-CheckLib-1.05/META.json
--- old/Devel-CheckLib-1.03/META.json   2015-01-04 03:10:46.0 +0100
+++ new/Devel-CheckLib-1.05/META.json   2015-09-16 13:21:40.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142690",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.133380",
"license" : [
   "perl_5"
],
@@ -46,5 +46,5 @@
  "url" : "http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   "version" : "1.03"
+   "version" : "1.05"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.03/META.yml 
new/Devel-CheckLib-1.05/META.yml
--- old/Devel-CheckLib-1.03/META.yml2015-01-04 03:10:46.0 +0100
+++ new/Devel-CheckLib-1.05/META.yml2015-09-16 13:21:40.0 +0200
@@ -3,26 +3,26 @@
 author:
   - unknown
 build_requires:
-  IO::CaptureOutput: '1.0801'
-  Test::More: '0.62'
+  IO::CaptureOutput: 1.0801
+  Test::More: 0.62
 configure_requires:
-  ExtUtils::MakeMaker: '0'
+  ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.133380'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: '1.4'
+  version: 1.4
 name: Devel-CheckLib
 no_index:
   directory:
 - t
 - inc
 requires:
-  Exporter: '0'
-  File::Spec: '0'
-  File::Temp: '0.16'
-  perl: '5.00405'
+  Exporter: 0
+  File::Spec: 0
+  File::Temp: 0.16
+  perl: 5.00405
 resources:
   repository: http://github.com/mattn/p5-Devel-CheckLib
-version: '1.03'
+version: 1.05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.03/lib/Devel/CheckLib.pm 
new/Devel-CheckLib-1.05/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.03/lib/Devel/CheckLib.pm   2015-01-04 
03:08:55.0 +0100
+++ 

commit perl-Devel-CheckLib for openSUSE:Factory

2015-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2015-02-08 11:42:41

Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new (New)


Package is perl-Devel-CheckLib

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2014-03-25 13:19:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2015-02-08 11:42:42.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  7 07:21:42 UTC 2015 - co...@suse.com
+
+- updated to 1.03
+   *  Fix possible crash bug on windows.
+  Remove .exe when it run on cygwin.
+
+---

Old:

  Devel-CheckLib-1.01.tar.gz

New:

  Devel-CheckLib-1.03.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.rz4DKv/_old  2015-02-08 11:42:42.0 +0100
+++ /var/tmp/diff_new_pack.rz4DKv/_new  2015-02-08 11:42:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-CheckLib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.01
+Version:1.03
 Release:0
 %define cpan_name Devel-CheckLib
 Summary:check that a library is available

++ Devel-CheckLib-1.01.tar.gz - Devel-CheckLib-1.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.01/CHANGES 
new/Devel-CheckLib-1.03/CHANGES
--- old/Devel-CheckLib-1.01/CHANGES 2013-07-26 11:55:33.0 +0200
+++ new/Devel-CheckLib-1.03/CHANGES 2015-01-04 03:10:19.0 +0100
@@ -1,3 +1,8 @@
+1.032015-01-04  Update travis.yml
+Fix possible crash bug on windows.
+
+1.022014-08-30  Remove .exe when it run on cygwin.
+
 1.012013-07-26  Correct version
 
 1.002013-07-26  Deprecate use-devel-checklib script.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.01/META.json 
new/Devel-CheckLib-1.03/META.json
--- old/Devel-CheckLib-1.01/META.json   2013-07-26 11:55:59.0 +0200
+++ new/Devel-CheckLib-1.03/META.json   2015-01-04 03:10:46.0 +0100
@@ -4,7 +4,7 @@
   unknown
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter 
version 2.120351,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142690,
license : [
   perl_5
],
@@ -46,5 +46,5 @@
  url : http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   version : 1.01
+   version : 1.03
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.01/META.yml 
new/Devel-CheckLib-1.03/META.yml
--- old/Devel-CheckLib-1.01/META.yml2013-07-26 11:55:59.0 +0200
+++ new/Devel-CheckLib-1.03/META.yml2015-01-04 03:10:46.0 +0100
@@ -3,26 +3,26 @@
 author:
   - unknown
 build_requires:
-  IO::CaptureOutput: 1.0801
-  Test::More: 0.62
+  IO::CaptureOutput: '1.0801'
+  Test::More: '0.62'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 
2.120351'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142690'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Devel-CheckLib
 no_index:
   directory:
 - t
 - inc
 requires:
-  Exporter: 0
-  File::Spec: 0
-  File::Temp: 0.16
-  perl: 5.00405
+  Exporter: '0'
+  File::Spec: '0'
+  File::Temp: '0.16'
+  perl: '5.00405'
 resources:
   repository: http://github.com/mattn/p5-Devel-CheckLib
-version: 1.01
+version: '1.03'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.01/lib/Devel/CheckLib.pm 
new/Devel-CheckLib-1.03/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.01/lib/Devel/CheckLib.pm   2013-07-26 
11:54:27.0 +0200
+++ new/Devel-CheckLib-1.03/lib/Devel/CheckLib.pm   2015-01-04 
03:08:55.0 +0100
@@ -5,7 +5,7 @@
 use 5.00405; #postfix foreach
 use strict;
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '1.01';
+$VERSION = '1.03';
 use Config