Hello community,

here is the log from the commit of package perl-B-COW for openSUSE:Leap:15.2 
checked in at 2020-04-28 20:11:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/perl-B-COW (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.perl-B-COW.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-B-COW"

Tue Apr 28 20:11:01 2020 rev:2 rq:797732 version:0.003

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/perl-B-COW/perl-B-COW.changes  2020-02-21 
10:49:43.702967856 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.perl-B-COW.new.2738/perl-B-COW.changes        
2020-04-28 20:11:04.440523893 +0200
@@ -1,0 +2,10 @@
+Tue Apr 21 03:07:23 UTC 2020 -  <timueller+p...@suse.de>
+
+- updated to 0.003
+   see /usr/share/doc/packages/perl-B-COW/Changes
+
+  0.003     2020-04-20 09:59:34-06:00 America/Denver
+  
+  support for Perl compiled without COW
+
+-------------------------------------------------------------------

Old:
----
  B-COW-0.002.tar.gz

New:
----
  B-COW-0.003.tar.gz

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

Other differences:
------------------
++++++ perl-B-COW.spec ++++++
--- /var/tmp/diff_new_pack.4lhXmV/_old  2020-04-28 20:11:04.848524740 +0200
+++ /var/tmp/diff_new_pack.4lhXmV/_new  2020-04-28 20:11:04.852524748 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-B-COW
-Version:        0.002
+Version:        0.003
 Release:        0
 %define cpan_name B-COW
 Summary:        B::COW additional B helpers to check COW status

++++++ B-COW-0.002.tar.gz -> B-COW-0.003.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/COW.xs new/B-COW-0.003/COW.xs
--- old/B-COW-0.002/COW.xs      2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/COW.xs      2020-04-20 17:59:35.000000000 +0200
@@ -15,7 +15,7 @@
 
 #define MIN_PERL_VERSION_FOR_COW  20
 
-#if PERL_REVISION >= 5 && PERL_VERSION >= MIN_PERL_VERSION_FOR_COW  
+#if defined(SV_COW_REFCNT_MAX)
 #   define B_CAN_COW 1
 #else
 #   define B_CAN_COW 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/Changes new/B-COW-0.003/Changes
--- old/B-COW-0.002/Changes     2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/Changes     2020-04-20 17:59:35.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for B-COW
 
+0.003     2020-04-20 09:59:34-06:00 America/Denver
+
+support for Perl compiled without COW
+
 0.002     2020-01-29 12:13:52-07:00 America/Denver
 
 fix unit test error for 'uncow' strings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/META.json new/B-COW-0.003/META.json
--- old/B-COW-0.002/META.json   2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/META.json   2020-04-20 17:59:35.000000000 +0200
@@ -52,7 +52,7 @@
    "provides" : {
       "B::COW" : {
          "file" : "lib/B/COW.pm",
-         "version" : "0.002"
+         "version" : "0.003"
       }
    },
    "release_status" : "stable",
@@ -66,10 +66,10 @@
          "web" : "https://github.com/atoomic/B-COW.git";
       }
    },
-   "version" : "0.002",
+   "version" : "0.003",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.026002"
+         "version" : "5.030001"
       },
       "plugins" : [
          {
@@ -270,7 +270,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000036",
                   "version" : "0.006"
                }
             },
@@ -293,7 +293,7 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.21.1 (Apple Git-122.3)",
+                  "git_version" : "2.24.1 (Apple Git-126)",
                   "repo_root" : "."
                }
             },
@@ -342,7 +342,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.21.1 (Apple Git-122.3)",
+                  "git_version" : "2.24.1 (Apple Git-126)",
                   "repo_root" : "."
                }
             },
@@ -370,7 +370,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.21.1 (Apple Git-122.3)",
+                  "git_version" : "2.24.1 (Apple Git-126)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -387,12 +387,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v0.002",
+                  "tag" : "v0.003",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.21.1 (Apple Git-122.3)",
+                  "git_version" : "2.24.1 (Apple Git-126)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -413,7 +413,7 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.21.1 (Apple Git-122.3)",
+                  "git_version" : "2.24.1 (Apple Git-126)",
                   "repo_root" : "."
                }
             },
@@ -457,7 +457,7 @@
                   "version_regexp" : "(?^:^v(.+)$)"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.21.1 (Apple Git-122.3)",
+                  "git_version" : "2.24.1 (Apple Git-126)",
                   "repo_root" : "."
                }
             },
@@ -641,7 +641,7 @@
          "version" : "6.012"
       }
    },
-   "x_generated_by_perl" : "v5.26.2",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.06"
+   "x_generated_by_perl" : "v5.30.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/META.yml new/B-COW-0.003/META.yml
--- old/B-COW-0.002/META.yml    2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/META.yml    2020-04-20 17:59:35.000000000 +0200
@@ -19,16 +19,16 @@
 provides:
   B::COW:
     file: lib/B/COW.pm
-    version: '0.002'
+    version: '0.003'
 requires:
   perl: '5.008'
 resources:
   bugtracker: https://github.com/atoomic/B-COW/issues
   repository: https://github.com/atoomic/B-COW.git
-version: '0.002'
+version: '0.003'
 x_Dist_Zilla:
   perl:
-    version: '5.026002'
+    version: '5.030001'
   plugins:
     -
       class: Dist::Zilla::Plugin::OurPkgVersion
@@ -184,7 +184,7 @@
           inherit_version: '1'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000036'
           version: '0.006'
       name: MetaProvides::Package
       version: '2.004003'
@@ -201,7 +201,7 @@
             - 'gh HEAD:refs/heads/released'
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.21.1 (Apple Git-122.3)'
+          git_version: '2.24.1 (Apple Git-126)'
           repo_root: .
       name: Git::Push
       version: '2.046'
@@ -237,7 +237,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.21.1 (Apple Git-122.3)'
+          git_version: '2.24.1 (Apple Git-126)'
           repo_root: .
       name: '@Git/Check'
       version: '2.046'
@@ -258,7 +258,7 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.21.1 (Apple Git-122.3)'
+          git_version: '2.24.1 (Apple Git-126)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -271,11 +271,11 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v0.002
+          tag: v0.003
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.21.1 (Apple Git-122.3)'
+          git_version: '2.24.1 (Apple Git-126)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -290,7 +290,7 @@
             - 'gh HEAD:refs/heads/released'
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.21.1 (Apple Git-122.3)'
+          git_version: '2.24.1 (Apple Git-126)'
           repo_root: .
       name: '@Git/Push'
       version: '2.046'
@@ -323,7 +323,7 @@
           version_by_branch: 0
           version_regexp: (?^:^v(.+)$)
         Dist::Zilla::Role::Git::Repo:
-          git_version: '2.21.1 (Apple Git-122.3)'
+          git_version: '2.24.1 (Apple Git-126)'
           repo_root: .
       name: Git::NextVersion
       version: '2.046'
@@ -464,5 +464,5 @@
     config:
       is_trial: '0'
     version: '6.012'
-x_generated_by_perl: v5.26.2
+x_generated_by_perl: v5.30.1
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/Makefile.PL new/B-COW-0.003/Makefile.PL
--- old/B-COW-0.002/Makefile.PL 2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/Makefile.PL 2020-04-20 17:59:35.000000000 +0200
@@ -23,7 +23,7 @@
     "File::Spec" => 0,
     "Test::More" => 0
   },
-  "VERSION" => "0.002",
+  "VERSION" => "0.003",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/README new/B-COW-0.003/README
--- old/B-COW-0.002/README      2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/README      2020-04-20 17:59:35.000000000 +0200
@@ -1,5 +1,5 @@
 This archive contains the distribution B-COW,
-version 0.002:
+version 0.003:
 
   B::COW additional B helpers to check COW status
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/lib/B/COW.pm new/B-COW-0.003/lib/B/COW.pm
--- old/B-COW-0.002/lib/B/COW.pm        2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/lib/B/COW.pm        2020-04-20 17:59:35.000000000 +0200
@@ -7,7 +7,7 @@
 
 use base 'Exporter';
 
-our $VERSION = '0.002'; # VERSION: generated by DZP::OurPkgVersion
+our $VERSION = '0.003'; # VERSION: generated by DZP::OurPkgVersion
 
 use XSLoader;
 
@@ -38,7 +38,7 @@
 
 =head1 VERSION
 
-version 0.002
+version 0.003
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-COW-0.002/t/01-basic.t new/B-COW-0.003/t/01-basic.t
--- old/B-COW-0.002/t/01-basic.t        2020-01-29 20:13:54.000000000 +0100
+++ new/B-COW-0.003/t/01-basic.t        2020-04-20 17:59:35.000000000 +0200
@@ -8,7 +8,7 @@
 
 use B::COW qw{:all};
 
-if ( $] >= 5.020 ) {
+if ( can_cow() ) {
     ok can_cow(), "can cow with Perl $]";    
 
     ok !is_cow(undef), "!is_cow(undef)";


Reply via email to