Hello community,

here is the log from the commit of package perl-Test-UseAllModules for 
openSUSE:Factory checked in at 2015-04-15 16:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-UseAllModules (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-UseAllModules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-UseAllModules"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Test-UseAllModules/perl-Test-UseAllModules.changes
  2014-09-19 13:56:14.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-UseAllModules.new/perl-Test-UseAllModules.changes
     2015-04-15 16:22:41.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Apr 13 18:22:39 UTC 2015 - co...@suse.com
+
+- updated to 0.17
+   see /usr/share/doc/packages/perl-Test-UseAllModules/Changes
+
+  0.17 2014/11/13
+    - oops, forgot to update MANIFEST...
+  
+  0.16 2014/11/13
+    - dropped cpanfile support, as it forced users of this module
+      to update too many modules, especially while testing backward
+      compatibility with older perls.
+
+-------------------------------------------------------------------

Old:
----
  Test-UseAllModules-0.15.tar.gz

New:
----
  Test-UseAllModules-0.17.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-UseAllModules.spec ++++++
--- /var/tmp/diff_new_pack.jX86c4/_old  2015-04-15 16:22:41.000000000 +0200
+++ /var/tmp/diff_new_pack.jX86c4/_new  2015-04-15 16:22:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-UseAllModules
 #
-# 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-Test-UseAllModules
-Version:        0.15
+Version:        0.17
 Release:        0
 %define cpan_name Test-UseAllModules
 Summary:        do use_ok() for all the MANIFESTed modules
@@ -29,7 +29,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) >= 0.06
 %{perl_requires}
 
 %description
@@ -56,6 +55,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile README
+%doc Changes README
 
 %changelog

++++++ Test-UseAllModules-0.15.tar.gz -> Test-UseAllModules-0.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/Changes 
new/Test-UseAllModules-0.17/Changes
--- old/Test-UseAllModules-0.15/Changes 2014-07-12 19:06:32.000000000 +0200
+++ new/Test-UseAllModules-0.17/Changes 2014-11-13 09:11:35.000000000 +0100
@@ -1,5 +1,13 @@
 Revision history for Perl extension Test::UseAllModules.
 
+0.17 2014/11/13
+  - oops, forgot to update MANIFEST...
+
+0.16 2014/11/13
+  - dropped cpanfile support, as it forced users of this module
+    to update too many modules, especially while testing backward
+    compatibility with older perls.
+
 0.15 2014/07/13
   - dropped (experimental) Test::More 1.5/2.0 support
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/MANIFEST 
new/Test-UseAllModules-0.17/MANIFEST
--- old/Test-UseAllModules-0.15/MANIFEST        2014-07-12 19:07:27.000000000 
+0200
+++ new/Test-UseAllModules-0.17/MANIFEST        2014-11-13 09:12:20.000000000 
+0100
@@ -1,5 +1,4 @@
 Changes
-cpanfile
 lib/Test/UseAllModules.pm
 Makefile.PL
 MANIFEST                       This list of files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/META.json 
new/Test-UseAllModules-0.17/META.json
--- old/Test-UseAllModules-0.15/META.json       2014-07-12 19:07:27.000000000 
+0200
+++ new/Test-UseAllModules-0.17/META.json       2014-11-13 09:12:20.000000000 
+0100
@@ -3,8 +3,8 @@
    "author" : [
       "Kenichi Ishigaki <ishig...@cpan.org>"
    ],
-   "dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520",
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060",
    "license" : [
       "perl_5"
    ],
@@ -27,7 +27,7 @@
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker::CPANfile" : "0.06"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
@@ -45,5 +45,5 @@
          "url" : "https://github.com/charsbar/test-useallmodules";
       }
    },
-   "version" : "0.15"
+   "version" : "0.17"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/META.yml 
new/Test-UseAllModules-0.17/META.yml
--- old/Test-UseAllModules-0.15/META.yml        2014-07-12 19:07:27.000000000 
+0200
+++ new/Test-UseAllModules-0.17/META.yml        2014-11-13 09:12:20.000000000 
+0100
@@ -5,9 +5,9 @@
 build_requires:
   ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker::CPANfile: '0.06'
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.141520'
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142060'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,4 @@
   Test::More: '0.60'
 resources:
   repository: https://github.com/charsbar/test-useallmodules
-version: '0.15'
+version: '0.17'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/Makefile.PL 
new/Test-UseAllModules-0.17/Makefile.PL
--- old/Test-UseAllModules-0.15/Makefile.PL     2014-07-12 19:06:59.000000000 
+0200
+++ new/Test-UseAllModules-0.17/Makefile.PL     2014-11-13 09:01:28.000000000 
+0100
@@ -1,16 +1,28 @@
 use strict;
 use warnings;
-use ExtUtils::MakeMaker::CPANfile;
+use ExtUtils::MakeMaker;
 
-WriteMakefile(
+my %params = (
     NAME => 'Test::UseAllModules',
     VERSION_FROM => 'lib/Test/UseAllModules.pm',
     ABSTRACT_FROM => 'lib/Test/UseAllModules.pm',
     AUTHOR => 'Kenichi Ishigaki <ishig...@cpan.org>',
     LICENSE => 'perl',
+    PREREQ_PM => {
+        'Exporter'           => 0,
+        'ExtUtils::Manifest' => 0,
+        'Test::More'         => '0.60',
+        'Test::Builder'      => '0.30',
+    },
     META_MERGE => {
         resources => {
             repository => 'https://github.com/charsbar/test-useallmodules',
     },
   },
 );
+
+my $eumm = eval $ExtUtils::MakeMaker::VERSION;
+delete $params{LICENSE}    if $eumm < 6.31;
+delete $params{META_MERGE} if $eumm < 6.46;
+
+WriteMakefile(%params);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/cpanfile 
new/Test-UseAllModules-0.17/cpanfile
--- old/Test-UseAllModules-0.15/cpanfile        2014-07-12 19:06:32.000000000 
+0200
+++ new/Test-UseAllModules-0.17/cpanfile        1970-01-01 01:00:00.000000000 
+0100
@@ -1,4 +0,0 @@
-requires 'Exporter'           => 0,
-requires 'ExtUtils::Manifest' => 0,
-requires 'Test::More'         => '0.60',
-requires 'Test::Builder'      => '0.30',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/lib/Test/UseAllModules.pm 
new/Test-UseAllModules-0.17/lib/Test/UseAllModules.pm
--- old/Test-UseAllModules-0.15/lib/Test/UseAllModules.pm       2014-07-12 
19:06:32.000000000 +0200
+++ new/Test-UseAllModules-0.17/lib/Test/UseAllModules.pm       2014-11-13 
09:10:21.000000000 +0100
@@ -4,7 +4,7 @@
 use warnings;
 use ExtUtils::Manifest qw( maniread );
 
-our $VERSION = '0.15';
+our $VERSION = '0.17';
 
 use Exporter;
 


Reply via email to