Hello community,

here is the log from the commit of package perl-Sub-Identify for 
openSUSE:Factory checked in at 2017-04-20 20:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sub-Identify (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Sub-Identify.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Sub-Identify"

Thu Apr 20 20:47:42 2017 rev:17 rq:487651 version:0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sub-Identify/perl-Sub-Identify.changes      
2017-04-11 12:41:55.546039913 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Identify.new/perl-Sub-Identify.changes 
2017-04-20 20:47:43.683298748 +0200
@@ -1,0 +2,9 @@
+Wed Apr 12 06:38:06 UTC 2017 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Sub-Identify/Changes
+
+  0.14 2017-04-11 RGARCIA
+      - Make tests pass without . in @INC (actual fix, by James E Keenan)
+
+-------------------------------------------------------------------

Old:
----
  Sub-Identify-0.13.tar.gz

New:
----
  Sub-Identify-0.14.tar.gz

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

Other differences:
------------------
++++++ perl-Sub-Identify.spec ++++++
--- /var/tmp/diff_new_pack.IfH06f/_old  2017-04-20 20:47:44.787142674 +0200
+++ /var/tmp/diff_new_pack.IfH06f/_new  2017-04-20 20:47:44.787142674 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sub-Identify
-Version:        0.13
+Version:        0.14
 Release:        0
 %define cpan_name Sub-Identify
 Summary:        Retrieve names of code references

++++++ Sub-Identify-0.13.tar.gz -> Sub-Identify-0.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/Changes 
new/Sub-Identify-0.14/Changes
--- old/Sub-Identify-0.13/Changes       2017-04-02 17:20:24.000000000 +0200
+++ new/Sub-Identify-0.14/Changes       2017-04-11 09:14:57.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for CPAN module Sub::Identify
 
+0.14 2017-04-11 RGARCIA
+    - Make tests pass without . in @INC (actual fix, by James E Keenan)
+
 0.13 2017-04-02 RGARCIA
     - Reformatted Changes to follow basic format in CPAN::Changes::Spec
     - Make tests pass without . in @INC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/META.json 
new/Sub-Identify-0.14/META.json
--- old/Sub-Identify-0.13/META.json     2017-04-02 17:21:01.000000000 +0200
+++ new/Sub-Identify-0.14/META.json     2017-04-11 09:15:14.000000000 +0200
@@ -4,7 +4,7 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.140640",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
    "license" : [
       "perl_5"
    ],
@@ -19,6 +19,23 @@
          "inc"
       ]
    },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::More" : "0"
+         }
+      }
+   },
    "release_status" : "stable",
    "resources" : {
       "repository" : {
@@ -27,5 +44,6 @@
          "web" : "https://github.com/rgs/Sub-Identify";
       }
    },
-   "version" : "0.13"
+   "version" : "0.14",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/META.yml 
new/Sub-Identify-0.14/META.yml
--- old/Sub-Identify-0.13/META.yml      2017-04-02 17:21:01.000000000 +0200
+++ new/Sub-Identify-0.14/META.yml      2017-04-11 09:15:14.000000000 +0200
@@ -2,9 +2,12 @@
 abstract: 'Retrieve names of code references'
 author:
   - unknown
-build_requires: {}
+build_requires:
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -14,6 +17,9 @@
   directory:
     - t
     - inc
+requires:
+  Test::More: '0'
 resources:
   repository: https://github.com/rgs/Sub-Identify.git
-version: '0.13'
+version: '0.14'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/lib/Sub/Identify.pm 
new/Sub-Identify-0.14/lib/Sub/Identify.pm
--- old/Sub-Identify-0.13/lib/Sub/Identify.pm   2017-04-02 17:19:25.000000000 
+0200
+++ new/Sub-Identify-0.14/lib/Sub/Identify.pm   2017-04-11 09:14:57.000000000 
+0200
@@ -4,7 +4,7 @@
 use Exporter;
 
 BEGIN {
-    our $VERSION = '0.13';
+    our $VERSION = '0.14';
     our @ISA = ('Exporter');
     our %EXPORT_TAGS = (
         all => [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/t/01basic-pureperl.t 
new/Sub-Identify-0.14/t/01basic-pureperl.t
--- old/Sub-Identify-0.13/t/01basic-pureperl.t  2016-03-23 10:13:35.000000000 
+0100
+++ new/Sub-Identify-0.14/t/01basic-pureperl.t  2017-04-11 09:14:57.000000000 
+0200
@@ -1,3 +1,3 @@
 #!perl
 BEGIN { $ENV{PERL_SUB_IDENTIFY_PP} = 1 }
-do 't/01basic.t';
+do './t/01basic.t';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/t/04codelocation-pureperl.t 
new/Sub-Identify-0.14/t/04codelocation-pureperl.t
--- old/Sub-Identify-0.13/t/04codelocation-pureperl.t   2016-03-23 
10:13:35.000000000 +0100
+++ new/Sub-Identify-0.14/t/04codelocation-pureperl.t   2017-04-11 
09:14:57.000000000 +0200
@@ -1,3 +1,3 @@
 #!perl
 BEGIN { $ENV{PERL_SUB_IDENTIFY_PP} = 1 }
-do 't/04codelocation.t'
+do './t/04codelocation.t'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/t/05constant-pureperl.t 
new/Sub-Identify-0.14/t/05constant-pureperl.t
--- old/Sub-Identify-0.13/t/05constant-pureperl.t       2014-09-07 
17:30:07.000000000 +0200
+++ new/Sub-Identify-0.14/t/05constant-pureperl.t       2017-04-11 
09:14:57.000000000 +0200
@@ -1,3 +1,3 @@
 #!perl
 BEGIN { $ENV{PERL_SUB_IDENTIFY_PP} = 1 }
-do 't/05constant.t';
+do './t/05constant.t';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.13/t/06codelocxs-pureperl.t 
new/Sub-Identify-0.14/t/06codelocxs-pureperl.t
--- old/Sub-Identify-0.13/t/06codelocxs-pureperl.t      2016-03-23 
10:13:35.000000000 +0100
+++ new/Sub-Identify-0.14/t/06codelocxs-pureperl.t      2017-04-11 
09:14:57.000000000 +0200
@@ -1,4 +1,4 @@
 #!perl
 
 BEGIN { $ENV{PERL_SUB_IDENTIFY_PP} = 1 }
-do 't/06codelocxs.t'
+do './t/06codelocxs.t'


Reply via email to