Hello community,

here is the log from the commit of package perl-CPAN-Meta-Check for 
openSUSE:Factory checked in at 2015-07-02 22:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Meta-Check (Old)
 and      /work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CPAN-Meta-Check"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Meta-Check/perl-CPAN-Meta-Check.changes    
    2015-04-25 21:16:42.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new/perl-CPAN-Meta-Check.changes
   2015-07-02 22:44:21.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Jun 21 08:16:25 UTC 2015 - [email protected]
+
+- updated to 0.012
+   see /usr/share/doc/packages/perl-CPAN-Meta-Check/Changes
+
+  0.012     2015-06-18 23:20:54+02:00 Europe/Amsterdam
+            Drop dependency on Exporter 5.57
+
+-------------------------------------------------------------------

Old:
----
  CPAN-Meta-Check-0.011.tar.gz

New:
----
  CPAN-Meta-Check-0.012.tar.gz

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

Other differences:
------------------
++++++ perl-CPAN-Meta-Check.spec ++++++
--- /var/tmp/diff_new_pack.2lmEcF/_old  2015-07-02 22:44:21.000000000 +0200
+++ /var/tmp/diff_new_pack.2lmEcF/_new  2015-07-02 22:44:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-CPAN-Meta-Check
-Version:        0.011
+Version:        0.012
 Release:        0
 %define cpan_name CPAN-Meta-Check
 Summary:        Verify requirements in a CPAN::Meta object
@@ -32,12 +32,12 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta) >= 2.120920
 BuildRequires:  perl(CPAN::Meta::Prereqs) >= 2.132830
-BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.121
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.121000
 BuildRequires:  perl(Module::Metadata) >= 1.000023
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(CPAN::Meta::Prereqs) >= 2.132830
-Requires:       perl(CPAN::Meta::Requirements) >= 2.121
+Requires:       perl(CPAN::Meta::Requirements) >= 2.121000
 Requires:       perl(Module::Metadata) >= 1.000023
 %{perl_requires}
 

++++++ CPAN-Meta-Check-0.011.tar.gz -> CPAN-Meta-Check-0.012.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.011/Changes 
new/CPAN-Meta-Check-0.012/Changes
--- old/CPAN-Meta-Check-0.011/Changes   2015-03-22 10:08:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.012/Changes   2015-06-18 23:21:02.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for CPAN-Meta-Check
 
+0.012     2015-06-18 23:20:54+02:00 Europe/Amsterdam
+          Drop dependency on Exporter 5.57
+
 0.011     2015-03-22 10:07:52+01:00 Europe/Amsterdam
           Declare the minimum version required for the "merged_requirements" 
interface
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.011/META.json 
new/CPAN-Meta-Check-0.012/META.json
--- old/CPAN-Meta-Check-0.011/META.json 2015-03-22 10:08:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.012/META.json 2015-06-18 23:21:02.000000000 +0200
@@ -34,8 +34,9 @@
          "requires" : {
             "CPAN::Meta::Prereqs" : "2.132830",
             "CPAN::Meta::Requirements" : "2.121",
-            "Exporter" : "5.57",
+            "Exporter" : "0",
             "Module::Metadata" : "1.000023",
+            "base" : "0",
             "perl" : "5.006",
             "strict" : "0",
             "warnings" : "0"
@@ -53,7 +54,7 @@
    "provides" : {
       "CPAN::Meta::Check" : {
          "file" : "lib/CPAN/Meta/Check.pm",
-         "version" : "0.011"
+         "version" : "0.012"
       }
    },
    "release_status" : "stable",
@@ -68,7 +69,7 @@
          "web" : "https://github.com/Leont/cpan-meta-check";
       }
    },
-   "version" : "0.011",
+   "version" : "0.012",
    "x_contributors" : [
       "David Steinbrunner <[email protected]>",
       "Karen Etheridge <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.011/META.yml 
new/CPAN-Meta-Check-0.012/META.yml
--- old/CPAN-Meta-Check-0.011/META.yml  2015-03-22 10:08:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.012/META.yml  2015-06-18 23:21:02.000000000 +0200
@@ -19,19 +19,20 @@
 provides:
   CPAN::Meta::Check:
     file: lib/CPAN/Meta/Check.pm
-    version: '0.011'
+    version: '0.012'
 requires:
   CPAN::Meta::Prereqs: '2.132830'
   CPAN::Meta::Requirements: '2.121'
-  Exporter: '5.57'
+  Exporter: '0'
   Module::Metadata: '1.000023'
+  base: '0'
   perl: '5.006'
   strict: '0'
   warnings: '0'
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Check
   repository: git://github.com/Leont/cpan-meta-check.git
-version: '0.011'
+version: '0.012'
 x_contributors:
   - 'David Steinbrunner <[email protected]>'
   - 'Karen Etheridge <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.011/Makefile.PL 
new/CPAN-Meta-Check-0.012/Makefile.PL
--- old/CPAN-Meta-Check-0.011/Makefile.PL       2015-03-22 10:08:00.000000000 
+0100
+++ new/CPAN-Meta-Check-0.012/Makefile.PL       2015-06-18 23:21:02.000000000 
+0200
@@ -23,8 +23,9 @@
   "PREREQ_PM" => {
     "CPAN::Meta::Prereqs" => "2.132830",
     "CPAN::Meta::Requirements" => "2.121",
-    "Exporter" => "5.57",
+    "Exporter" => 0,
     "Module::Metadata" => "1.000023",
+    "base" => 0,
     "strict" => 0,
     "warnings" => 0
   },
@@ -34,7 +35,7 @@
     "Test::Deep" => 0,
     "Test::More" => "0.88"
   },
-  "VERSION" => "0.011",
+  "VERSION" => "0.012",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -46,11 +47,12 @@
   "CPAN::Meta::Prereqs" => "2.132830",
   "CPAN::Meta::Requirements" => "2.121",
   "Env" => 0,
-  "Exporter" => "5.57",
+  "Exporter" => 0,
   "ExtUtils::MakeMaker" => 0,
   "Module::Metadata" => "1.000023",
   "Test::Deep" => 0,
   "Test::More" => "0.88",
+  "base" => 0,
   "strict" => 0,
   "warnings" => 0
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.011/README 
new/CPAN-Meta-Check-0.012/README
--- old/CPAN-Meta-Check-0.011/README    2015-03-22 10:08:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.012/README    2015-06-18 23:21:02.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution CPAN-Meta-Check,
-version 0.011:
+version 0.012:
 
   Verify requirements in a CPAN::Meta object
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.011/lib/CPAN/Meta/Check.pm 
new/CPAN-Meta-Check-0.012/lib/CPAN/Meta/Check.pm
--- old/CPAN-Meta-Check-0.011/lib/CPAN/Meta/Check.pm    2015-03-22 
10:08:00.000000000 +0100
+++ new/CPAN-Meta-Check-0.012/lib/CPAN/Meta/Check.pm    2015-06-18 
23:21:02.000000000 +0200
@@ -1,9 +1,9 @@
 package CPAN::Meta::Check;
-$CPAN::Meta::Check::VERSION = '0.011';
+$CPAN::Meta::Check::VERSION = '0.012';
 use strict;
 use warnings;
 
-use Exporter 5.57 'import';
+use base 'Exporter';
 our @EXPORT = qw//;
 our @EXPORT_OK = qw/check_requirements requirements_for verify_dependencies/;
 our %EXPORT_TAGS = (all => [ @EXPORT, @EXPORT_OK ] );
@@ -76,7 +76,7 @@
 
 =head1 VERSION
 
-version 0.011
+version 0.012
 
 =head1 SYNOPSIS
 


Reply via email to