Hello community,

here is the log from the commit of package perl-Test-Strict for 
openSUSE:Factory checked in at 2018-02-26 23:23:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Strict (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Strict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Strict"

Mon Feb 26 23:23:16 2018 rev:5 rq:579896 version:0.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Strict/perl-Test-Strict.changes        
2018-02-18 11:38:57.856923934 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Strict.new/perl-Test-Strict.changes   
2018-02-26 23:23:17.074363563 +0100
@@ -1,0 +2,24 @@
+Sun Feb 25 07:01:11 UTC 2018 - [email protected]
+
+- updated to 0.45
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.45  2018-02-22 16:45:00 MANWAR
+        - Revisited to address issue #17, (Devel::Cover no longer prereq).
+  
+  0.44  2018-02-21 19:20:00 MANWAR
+        - Added key 'clean' and 'dist' to Makefile.PL script.
+
+-------------------------------------------------------------------
+Wed Feb 21 07:06:41 UTC 2018 - [email protected]
+
+- updated to 0.43
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.43  2018-02-20 15:00:00 MANWAR
+        - Bumped the version.
+  
+  0.42  2018-02-20 13:00:00 MANWAR
+        - Addressed issue #17, (Devel::Cover no longer prereq).
+
+-------------------------------------------------------------------

Old:
----
  Test-Strict-0.41.tar.gz

New:
----
  Test-Strict-0.45.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Strict.spec ++++++
--- /var/tmp/diff_new_pack.my8g9X/_old  2018-02-26 23:23:18.006330048 +0100
+++ /var/tmp/diff_new_pack.my8g9X/_new  2018-02-26 23:23:18.006330048 +0100
@@ -17,11 +17,11 @@
 
 
 Name:           perl-Test-Strict
-Version:        0.41
+Version:        0.45
 Release:        0
 %define cpan_name Test-Strict
 Summary:        Check syntax, presence of use strict; and test coverage
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Test-Strict/
 Source0:        
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
@@ -30,10 +30,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::Cover) >= 0.43
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Test::More) >= 1.00
-Requires:       perl(Devel::Cover) >= 0.43
 %{perl_requires}
 
 %description

++++++ Test-Strict-0.41.tar.gz -> Test-Strict-0.45.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/Changes new/Test-Strict-0.45/Changes
--- old/Test-Strict-0.41/Changes        2018-02-09 13:29:07.000000000 +0100
+++ new/Test-Strict-0.45/Changes        2018-02-22 17:44:31.000000000 +0100
@@ -1,5 +1,17 @@
 Revision history for Test::Strict.
 
+0.45  2018-02-22 16:45:00 MANWAR
+      - Revisited to address issue #17, (Devel::Cover no longer prereq).
+
+0.44  2018-02-21 19:20:00 MANWAR
+      - Added key 'clean' and 'dist' to Makefile.PL script.
+
+0.43  2018-02-20 15:00:00 MANWAR
+      - Bumped the version.
+
+0.42  2018-02-20 13:00:00 MANWAR
+      - Addressed issue #17, (Devel::Cover no longer prereq).
+
 0.41  2018-02-09 12:30:00 MANWAR
       - Merged pull request #23, thanks @arc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/META.json 
new/Test-Strict-0.45/META.json
--- old/Test-Strict-0.41/META.json      2018-02-09 13:29:59.000000000 +0100
+++ new/Test-Strict-0.45/META.json      2018-02-22 17:45:40.000000000 +0100
@@ -30,7 +30,6 @@
       },
       "runtime" : {
          "requires" : {
-            "Devel::Cover" : "0.43",
             "File::Find" : "0.01",
             "File::Spec" : "0.01",
             "File::Temp" : "0.01",
@@ -50,7 +49,7 @@
    "provides" : {
       "Test::Strict" : {
          "file" : "lib/Test/Strict.pm",
-         "version" : "0.41"
+         "version" : "0.45"
       }
    },
    "release_status" : "stable",
@@ -65,7 +64,7 @@
          "x_license" : "http://dev.perl.org/licenses/";
       }
    },
-   "version" : "0.41",
+   "version" : "0.45",
    "x_contributors" : [
       "Gabor Szabo <[email protected]>",
       "Peter Vereshagin <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/META.yml 
new/Test-Strict-0.45/META.yml
--- old/Test-Strict-0.41/META.yml       2018-02-09 13:29:59.000000000 +0100
+++ new/Test-Strict-0.45/META.yml       2018-02-22 17:45:40.000000000 +0100
@@ -22,9 +22,8 @@
 provides:
   Test::Strict:
     file: lib/Test/Strict.pm
-    version: '0.41'
+    version: '0.45'
 requires:
-  Devel::Cover: '0.43'
   File::Find: '0.01'
   File::Spec: '0.01'
   File::Temp: '0.01'
@@ -34,7 +33,7 @@
 resources:
   bugtracker: http://github.com/manwar/Test-Strict
   repository: http://github.com/manwar/Test-Strict.git
-version: '0.41'
+version: '0.45'
 x_contributors:
   - 'Gabor Szabo <[email protected]>'
   - 'Peter Vereshagin <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/Makefile.PL 
new/Test-Strict-0.45/Makefile.PL
--- old/Test-Strict-0.41/Makefile.PL    2018-02-09 13:29:13.000000000 +0100
+++ new/Test-Strict-0.45/Makefile.PL    2018-02-22 17:42:48.000000000 +0100
@@ -14,9 +14,10 @@
         'File::Spec'    => 0.01,
         'FindBin'       => 0.01,
         'File::Find'    => 0.01,
-        'Devel::Cover'  => 0.43,
         'File::Temp'    => 0.01,
     },
+    dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+    clean => { FILES => 'Test-Strict-*' },
 );
 
 if (eval { ExtUtils::MakeMaker->VERSION(6.3002) }) {
@@ -27,7 +28,7 @@
     $conf{META_MERGE} = {
         'meta-spec' => { version => 2 },
         provides    => {
-            'Test::Strict' => { file => 'lib/Test/Strict.pm', version => 
'0.41' },
+            'Test::Strict' => { file => 'lib/Test/Strict.pm', version => 
'0.45' },
         },
         resources   => {
             repository  => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/lib/Test/Strict.pm 
new/Test-Strict-0.45/lib/Test/Strict.pm
--- old/Test-Strict-0.41/lib/Test/Strict.pm     2018-02-09 13:29:24.000000000 
+0100
+++ new/Test-Strict-0.45/lib/Test/Strict.pm     2018-02-22 17:42:33.000000000 
+0100
@@ -6,7 +6,7 @@
 
 =head1 VERSION
 
-Version 0.41
+Version 0.45
 
 =head1 SYNOPSIS
 
@@ -71,7 +71,7 @@
 use Config;
 
 our $COVER;
-our $VERSION = '0.41';
+our $VERSION = '0.45';
 our $PERL    = $^X || 'perl';
 our $COVERAGE_THRESHOLD = 50; # 50%
 our $UNTAINT_PATTERN    = qr|^(.*)$|;
@@ -458,6 +458,10 @@
 =cut
 
 sub all_cover_ok {
+    my $cover_bin    = _cover_path();
+    die "ERROR: Cover binary not found, please install Devel::Cover.\n"
+        unless (defined $cover_bin);
+
     my $threshold = shift || $COVERAGE_THRESHOLD;
     my @dirs = @_ ? @_
         : (File::Spec->splitpath( $0 ))[1] || '.';
@@ -466,7 +470,6 @@
     _all_files(@dirs);
     _make_plan();
 
-    my $cover_bin    = _cover_path() or do{ $Test->skip(); $Test->diag("Cover 
binary not found"); return};
     my $perl_bin     = _untaint($PERL);
     local $ENV{PATH} = _untaint($ENV{PATH}) if $ENV{PATH};
     if ($IS_WINDOWS and ! -d $DEVEL_COVER_DB) {


Reply via email to