Hello community,

here is the log from the commit of package perl-version for openSUSE:Factory 
checked in at 2020-10-16 16:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-version (Old)
 and      /work/SRC/openSUSE:Factory/.perl-version.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-version"

Fri Oct 16 16:13:32 2020 rev:12 rq:841915 version:0.9928

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-version/perl-version.changes        
2020-08-25 09:38:49.464213153 +0200
+++ /work/SRC/openSUSE:Factory/.perl-version.new.3486/perl-version.changes      
2020-10-16 16:13:39.220679179 +0200
@@ -1,0 +2,6 @@
+Wed Sep 23 03:13:50 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.9928
+   see /usr/share/doc/packages/perl-version/CHANGES
+
+-------------------------------------------------------------------

Old:
----
  version-0.9927.tar.gz

New:
----
  version-0.9928.tar.gz

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

Other differences:
------------------
++++++ perl-version.spec ++++++
--- /var/tmp/diff_new_pack.YgdRmM/_old  2020-10-16 16:13:40.864679683 +0200
+++ /var/tmp/diff_new_pack.YgdRmM/_new  2020-10-16 16:13:40.868679684 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-version
-Version:        0.9927
+Version:        0.9928
 Release:        0
 %define cpan_name version
 Summary:        Perl extension for Version Objects

++++++ version-0.9927.tar.gz -> version-0.9928.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/META.json new/version-0.9928/META.json
--- old/version-0.9927/META.json        2020-08-20 22:03:17.000000000 +0200
+++ new/version-0.9928/META.json        2020-09-22 20:19:15.000000000 +0200
@@ -58,6 +58,6 @@
          "web" : "https://github.com/Perl/version.pm";
       }
    },
-   "version" : "0.9927",
+   "version" : "0.9928",
    "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/META.yml new/version-0.9928/META.yml
--- old/version-0.9927/META.yml 2020-08-20 22:03:17.000000000 +0200
+++ new/version-0.9928/META.yml 2020-09-22 20:19:15.000000000 +0200
@@ -27,5 +27,5 @@
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=version
   repository: git://github.com/Perl/version.pm.git
-version: '0.9927'
+version: '0.9928'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/Makefile.PL 
new/version-0.9928/Makefile.PL
--- old/version-0.9927/Makefile.PL      2020-08-20 22:01:08.000000000 +0200
+++ new/version-0.9928/Makefile.PL      2020-09-22 20:17:37.000000000 +0200
@@ -52,7 +52,7 @@
         'base'                  => 0,
     );
 
-    WriteMakefile( VERSION         => '0.9927',
+    WriteMakefile( VERSION         => '0.9928',
                    NAME            => 'version',
                    LICENSE         => 'perl',
                    MIN_PERL_VERSION=> 5.006002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/README new/version-0.9928/README
--- old/version-0.9927/README   2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/README   2020-09-22 20:17:37.000000000 +0200
@@ -1,4 +1,4 @@
-version 0.9927
+version 0.9928
 ==================================
 
 Object oriented versions for all Perl releases from 5.6.2 onward.  Replaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/lib/version/regex.pm 
new/version-0.9928/lib/version/regex.pm
--- old/version-0.9927/lib/version/regex.pm     2020-08-20 22:01:08.000000000 
+0200
+++ new/version-0.9928/lib/version/regex.pm     2020-09-22 20:16:32.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = 0.9927;
+our $VERSION = 0.9928;
 
 #--------------------------------------------------------------------------#
 # Version regexp components
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/lib/version.pm 
new/version-0.9928/lib/version.pm
--- old/version-0.9927/lib/version.pm   2020-08-20 22:01:08.000000000 +0200
+++ new/version-0.9928/lib/version.pm   2020-09-22 20:16:32.000000000 +0200
@@ -8,7 +8,7 @@
     warnings::register_categories(qw/version/);
 }
 
-our $VERSION = 0.9927;
+our $VERSION = 0.9928;
 our $CLASS = 'version';
 our (@ISA, $STRICT, $LAX);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/00impl-pp.t 
new/version-0.9928/t/00impl-pp.t
--- old/version-0.9927/t/00impl-pp.t    2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/00impl-pp.t    2020-09-22 20:17:41.000000000 +0200
@@ -14,7 +14,7 @@
         )
     );
     require $coretests;
-    use_ok('version::vpp', 0.9927);
+    use_ok('version::vpp', 0.9928);
 }
 
 BaseTests("version::vpp","new","qv");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/01base.t 
new/version-0.9928/t/01base.t
--- old/version-0.9927/t/01base.t       2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/01base.t       2020-09-22 20:17:41.000000000 +0200
@@ -14,7 +14,7 @@
         )
     );
     require $coretests;
-    use_ok('version', 0.9927);
+    use_ok('version', 0.9928);
 }
 
 BaseTests("version","new","qv");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/02derived.t 
new/version-0.9928/t/02derived.t
--- old/version-0.9927/t/02derived.t    2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/02derived.t    2020-09-22 20:17:41.000000000 +0200
@@ -15,7 +15,7 @@
         )
     );
     require $coretests;
-    use_ok("version", 0.9927);
+    use_ok("version", 0.9928);
     # If we made it this far, we are ok.
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/03require.t 
new/version-0.9928/t/03require.t
--- old/version-0.9927/t/03require.t    2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/03require.t    2020-09-22 20:17:41.000000000 +0200
@@ -19,7 +19,7 @@
 # Don't want to use, because we need to make sure that the import doesn't
 # fire just yet (some code does this to avoid importing qv() and delare()).
 require_ok("version");
-is $version::VERSION, 0.9927, "Make sure we have the correct class";
+is $version::VERSION, 0.9928, "Make sure we have the correct class";
 ok(!"main"->can("qv"), "We don't have the imported qv()");
 ok(!"main"->can("declare"), "We don't have the imported declare()");
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/05sigdie.t 
new/version-0.9928/t/05sigdie.t
--- old/version-0.9927/t/05sigdie.t     2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/05sigdie.t     2020-09-22 20:17:41.000000000 +0200
@@ -14,7 +14,7 @@
 }
 
 BEGIN {
-    use version 0.9927;
+    use version 0.9928;
 }
 
 pass "Didn't get caught by the wrong DIE handler, which is a good thing";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/06noop.t 
new/version-0.9928/t/06noop.t
--- old/version-0.9927/t/06noop.t       2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/06noop.t       2020-09-22 20:17:41.000000000 +0200
@@ -7,7 +7,7 @@
 use Test::More qw/no_plan/;
 
 BEGIN {
-    use_ok('version', 0.9927);
+    use_ok('version', 0.9928);
 }
 
 my $v1 = 'version'->new('1.2');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/07locale.t 
new/version-0.9928/t/07locale.t
--- old/version-0.9927/t/07locale.t     2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/07locale.t     2020-09-22 20:17:41.000000000 +0200
@@ -11,7 +11,7 @@
 use Config;
 
 BEGIN {
-    use_ok('version', 0.9927);
+    use_ok('version', 0.9928);
 }
 
 SKIP: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/08_corelist.t 
new/version-0.9928/t/08_corelist.t
--- old/version-0.9927/t/08_corelist.t  2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/08_corelist.t  2020-09-22 20:17:41.000000000 +0200
@@ -5,7 +5,7 @@
 #########################
 
 use Test::More tests => 3;
-use_ok("version", 0.9927);
+use_ok("version", 0.9928);
 
 # do strict lax tests in a sub to isolate a package to test importing
 SKIP: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/t/09_list_util.t 
new/version-0.9928/t/09_list_util.t
--- old/version-0.9927/t/09_list_util.t 2020-08-20 22:01:13.000000000 +0200
+++ new/version-0.9928/t/09_list_util.t 2020-09-22 20:17:41.000000000 +0200
@@ -4,7 +4,7 @@
 #########################
 
 use strict;
-use_ok("version", 0.9927);
+use_ok("version", 0.9928);
 use Test::More;
 
 BEGIN {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/vperl/vpp.pm 
new/version-0.9928/vperl/vpp.pm
--- old/version-0.9927/vperl/vpp.pm     2020-08-20 22:01:08.000000000 +0200
+++ new/version-0.9928/vperl/vpp.pm     2020-09-22 20:17:41.000000000 +0200
@@ -123,7 +123,7 @@
 
 use Config;
 
-our $VERSION = 0.9927;
+our $VERSION = 0.9928;
 our $CLASS = 'version::vpp';
 our ($LAX, $STRICT, $WARN_CATEGORY);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/vutil/lib/version/vxs.pm 
new/version-0.9928/vutil/lib/version/vxs.pm
--- old/version-0.9927/vutil/lib/version/vxs.pm 2020-08-20 22:01:08.000000000 
+0200
+++ new/version-0.9928/vutil/lib/version/vxs.pm 2020-09-22 20:17:41.000000000 
+0200
@@ -4,7 +4,7 @@
 use v5.10;
 use strict;
 
-our $VERSION = 0.9927;
+our $VERSION = 0.9928;
 our $CLASS = 'version::vxs';
 our @ISA;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/version-0.9927/vutil/vutil.h 
new/version-0.9928/vutil/vutil.h
--- old/version-0.9927/vutil/vutil.h    2020-08-15 12:38:19.000000000 +0200
+++ new/version-0.9928/vutil/vutil.h    2020-09-22 19:44:17.000000000 +0200
@@ -16,12 +16,24 @@
 #  else
 #    define MUTABLE_PTR(p) ((void *) (p))
 #  endif
+#endif
 
+#ifndef MUTABLE_AV
 #  define MUTABLE_AV(p)        ((AV *)MUTABLE_PTR(p))
+#endif
+#ifndef MUTABLE_CV
 #  define MUTABLE_CV(p)        ((CV *)MUTABLE_PTR(p))
+#endif
+#ifndef MUTABLE_GV
 #  define MUTABLE_GV(p)        ((GV *)MUTABLE_PTR(p))
+#endif
+#ifndef MUTABLE_HV
 #  define MUTABLE_HV(p)        ((HV *)MUTABLE_PTR(p))
+#endif
+#ifndef MUTABLE_IO
 #  define MUTABLE_IO(p)        ((IO *)MUTABLE_PTR(p))
+#endif
+#ifndef MUTABLE_SV
 #  define MUTABLE_SV(p)        ((SV *)MUTABLE_PTR(p))
 #endif
 
@@ -211,7 +223,7 @@
 
 
 #if PERL_VERSION_LT(5,27,9)
-#  define LC_NUMERIC_LOCK
+#  define LC_NUMERIC_LOCK(cond)
 #  define LC_NUMERIC_UNLOCK
 #  if PERL_VERSION_LT(5,19,0)
 #    undef STORE_LC_NUMERIC_SET_STANDARD


Reply via email to