Hello community,

here is the log from the commit of package perl-experimental for 
openSUSE:Factory checked in at 2020-05-07 14:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-experimental (Old)
 and      /work/SRC/openSUSE:Factory/.perl-experimental.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-experimental"

Thu May  7 14:53:30 2020 rev:10 rq:800730 version:0.022

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-experimental/perl-experimental.changes      
2020-02-25 16:05:16.400412409 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-experimental.new.2738/perl-experimental.changes
    2020-05-07 14:53:36.086202123 +0200
@@ -1,0 +2,10 @@
+Tue May  5 03:19:34 UTC 2020 - Tina Müller <[email protected]>
+
+updated to 0.022
+   see /usr/share/doc/packages/perl-experimental/Changes
+
+  0.022     2020-05-04 22:34:48+02:00 Europe/Amsterdam
+            - Skip tests when needed, to allow installation on <5.10
+  
+
+-------------------------------------------------------------------

Old:
----
  experimental-0.021.tar.gz

New:
----
  experimental-0.022.tar.gz

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

Other differences:
------------------
++++++ perl-experimental.spec ++++++
--- /var/tmp/diff_new_pack.Xu4oaZ/_old  2020-05-07 14:53:37.078203863 +0200
+++ /var/tmp/diff_new_pack.Xu4oaZ/_new  2020-05-07 14:53:37.082203870 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-experimental
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           perl-experimental
-Version:        0.021
+Version:        0.022
 Release:        0
 %define cpan_name experimental
 Summary:        Experimental features made easy
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch

++++++ experimental-0.021.tar.gz -> experimental-0.022.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.021/Changes 
new/experimental-0.022/Changes
--- old/experimental-0.021/Changes      2020-02-22 23:18:24.000000000 +0100
+++ new/experimental-0.022/Changes      2020-05-04 22:34:51.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for experimental
 
+0.022     2020-05-04 22:34:48+02:00 Europe/Amsterdam
+          - Skip tests when needed, to allow installation on <5.10
+
 0.021     2020-02-22 23:18:22+01:00 Europe/Amsterdam
           - Add the isa feature
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.021/META.json 
new/experimental-0.022/META.json
--- old/experimental-0.021/META.json    2020-02-22 23:18:24.000000000 +0100
+++ new/experimental-0.022/META.json    2020-05-04 22:34:51.000000000 +0200
@@ -45,7 +45,7 @@
    "provides" : {
       "experimental" : {
          "file" : "lib/experimental.pm",
-         "version" : "0.021"
+         "version" : "0.022"
       }
    },
    "release_status" : "stable",
@@ -60,7 +60,7 @@
          "web" : "https://github.com/Dual-Life/experimental";
       }
    },
-   "version" : "0.021",
+   "version" : "0.022",
    "x_contributors" : [
       "brian greenfield <[email protected]>",
       "Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.021/META.yml 
new/experimental-0.022/META.yml
--- old/experimental-0.021/META.yml     2020-02-22 23:18:24.000000000 +0100
+++ new/experimental-0.022/META.yml     2020-05-04 22:34:51.000000000 +0200
@@ -16,7 +16,7 @@
 provides:
   experimental:
     file: lib/experimental.pm
-    version: '0.021'
+    version: '0.022'
 requires:
   Carp: '0'
   strict: '0'
@@ -25,7 +25,7 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=experimental
   repository: git://github.com/Dual-Life/experimental.git
-version: '0.021'
+version: '0.022'
 x_contributors:
   - 'brian greenfield <[email protected]>'
   - 'Dagfinn Ilmari Mannsåker <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.021/Makefile.PL 
new/experimental-0.022/Makefile.PL
--- old/experimental-0.021/Makefile.PL  2020-02-22 23:18:24.000000000 +0100
+++ new/experimental-0.022/Makefile.PL  2020-05-04 22:34:51.000000000 +0200
@@ -24,7 +24,7 @@
   "TEST_REQUIRES" => {
     "Test::More" => "0.89"
   },
-  "VERSION" => "0.021",
+  "VERSION" => "0.022",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.021/README 
new/experimental-0.022/README
--- old/experimental-0.021/README       2020-02-22 23:18:24.000000000 +0100
+++ new/experimental-0.022/README       2020-05-04 22:34:51.000000000 +0200
@@ -1,5 +1,5 @@
 This archive contains the distribution experimental,
-version 0.021:
+version 0.022:
 
   Experimental features made easy
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.021/lib/experimental.pm 
new/experimental-0.022/lib/experimental.pm
--- old/experimental-0.021/lib/experimental.pm  2020-02-22 23:18:24.000000000 
+0100
+++ new/experimental-0.022/lib/experimental.pm  2020-05-04 22:34:51.000000000 
+0200
@@ -1,5 +1,5 @@
 package experimental;
-$experimental::VERSION = '0.021';
+$experimental::VERSION = '0.022';
 use strict;
 use warnings;
 use version ();
@@ -134,7 +134,7 @@
 
 =head1 VERSION
 
-version 0.021
+version 0.022
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.021/t/basic.t 
new/experimental-0.022/t/basic.t
--- old/experimental-0.021/t/basic.t    2020-02-22 23:18:24.000000000 +0100
+++ new/experimental-0.022/t/basic.t    2020-05-04 22:34:51.000000000 +0200
@@ -5,6 +5,8 @@
 
 use Test::More 0.89;
 
+plan skip_all => 'This module is a no-op on perls earlier than 5.010' if "$]" 
< 5.010000;
+
 local $SIG{__WARN__} = sub { fail("Got unexpected warning"); diag($_[0]) };
 
 if ($] >= 5.010000) {


Reply via email to