Hello community,

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

Package is "perl-Sub-Identify"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sub-Identify/perl-Sub-Identify.changes      
2015-09-08 17:47:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Identify.new/perl-Sub-Identify.changes 
2015-09-11 09:04:45.000000000 +0200
@@ -1,0 +2,25 @@
+Thu Sep 10 10:06:49 UTC 2015 - [email protected]
+
+- updated to 0.12
+   see /usr/share/doc/packages/perl-Sub-Identify/Changes
+
+  0.12- Rafael Garcia-Suarez (2):
+        Update changes for 0.11
+        Fix build on perl 5.8
+  
+  0.11- B. Estrade (1):
+        Adding new test for signatures as part of Feb 2015 PRC.
+  
+        Rafael Garcia-Suarez (8):
+        Bump version to 0.10
+        Merge pull request #6 from estrabd/Issue-5-add-signature-test
+        Fix skipping tests on earliers perls
+        Add new test to MANIFEST
+        Do not let get_code_location() segfault on XSUBs
+        Add a test for calling get_code_location on XSUBs
+        Add a pure-perl version of last test
+        Bump version
+  
+  0.10- No changes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Sub-Identify.spec ++++++
--- /var/tmp/diff_new_pack.a0gUh0/_old  2015-09-11 09:04:46.000000000 +0200
+++ /var/tmp/diff_new_pack.a0gUh0/_new  2015-09-11 09:04:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sub-Identify
-Version:        0.11
+Version:        0.12
 Release:        0
 %define cpan_name Sub-Identify
 Summary:        Retrieve names of code references

++++++ Sub-Identify-0.11.tar.gz -> Sub-Identify-0.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.11/Changes 
new/Sub-Identify-0.12/Changes
--- old/Sub-Identify-0.11/Changes       2015-09-04 09:19:40.000000000 +0200
+++ new/Sub-Identify-0.12/Changes       2015-09-08 08:00:40.000000000 +0200
@@ -1,3 +1,22 @@
+0.12- Rafael Garcia-Suarez (2):
+      Update changes for 0.11
+      Fix build on perl 5.8
+
+0.11- B. Estrade (1):
+      Adding new test for signatures as part of Feb 2015 PRC.
+
+      Rafael Garcia-Suarez (8):
+      Bump version to 0.10
+      Merge pull request #6 from estrabd/Issue-5-add-signature-test
+      Fix skipping tests on earliers perls
+      Add new test to MANIFEST
+      Do not let get_code_location() segfault on XSUBs
+      Add a test for calling get_code_location on XSUBs
+      Add a pure-perl version of last test
+      Bump version
+
+0.10- No changes
+
 0.09- A. Sinan Unur (1):
       Fix test failure due to hard-coded filenames.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.11/Identify.xs 
new/Sub-Identify-0.12/Identify.xs
--- old/Sub-Identify-0.11/Identify.xs   2015-09-04 09:19:40.000000000 +0200
+++ new/Sub-Identify-0.12/Identify.xs   2015-09-08 08:00:40.000000000 +0200
@@ -1,9 +1,12 @@
-
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
 #include "ppport.h"
 
+#ifndef CvISXSUB
+#   define CvISXSUB(cv) CvXSUB(cv)
+#endif
+
 /*
 get_code_info:
   Pass in a coderef, returns:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.11/META.yml 
new/Sub-Identify-0.12/META.yml
--- old/Sub-Identify-0.11/META.yml      2015-09-04 09:20:52.000000000 +0200
+++ new/Sub-Identify-0.12/META.yml      2015-09-08 08:00:53.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Sub-Identify
-version:            0.11
+version:            0.12
 abstract:           Retrieve names of code references
 author:  []
 license:            perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Identify-0.11/lib/Sub/Identify.pm 
new/Sub-Identify-0.12/lib/Sub/Identify.pm
--- old/Sub-Identify-0.11/lib/Sub/Identify.pm   2015-09-04 09:19:40.000000000 
+0200
+++ new/Sub-Identify-0.12/lib/Sub/Identify.pm   2015-09-08 08:00:40.000000000 
+0200
@@ -4,7 +4,7 @@
 use Exporter;
 
 BEGIN {
-    our $VERSION = '0.11';
+    our $VERSION = '0.12';
     our @ISA = ('Exporter');
     our %EXPORT_TAGS = (
         all => [


Reply via email to