Hello community,

here is the log from the commit of package perl-Test-Strict for 
openSUSE:Factory checked in at 2019-06-04 12:11:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Strict (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Strict.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Strict"

Tue Jun  4 12:11:11 2019 rev:8 rq:707083 version:0.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Strict/perl-Test-Strict.changes        
2018-07-27 10:52:29.429215642 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Strict.new.5148/perl-Test-Strict.changes  
    2019-06-04 12:11:13.339843746 +0200
@@ -1,0 +2,9 @@
+Thu May 30 05:26:30 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.48
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.48  2019-05-29 11:00:00 MANWAR
+        - Added Test::Most to modules with strictures, #27 @robrwo
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Test-Strict.spec ++++++
--- /var/tmp/diff_new_pack.j9NWQM/_old  2019-06-04 12:11:14.003843528 +0200
+++ /var/tmp/diff_new_pack.j9NWQM/_new  2019-06-04 12:11:14.007843527 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Strict
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Test-Strict
-Version:        0.47
+Version:        0.48
 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-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Test-Strict/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -56,11 +56,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ Test-Strict-0.47.tar.gz -> Test-Strict-0.48.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.47/Changes new/Test-Strict-0.48/Changes
--- old/Test-Strict-0.47/Changes        2018-07-07 18:56:52.000000000 +0200
+++ new/Test-Strict-0.48/Changes        2019-05-29 11:59:40.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Test::Strict.
 
+0.48  2019-05-29 11:00:00 MANWAR
+      - Added Test::Most to modules with strictures, #27 @robrwo
+
 0.47  2018-07-07 18:00:00 MANWAR
       - Upgraded version.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.47/META.json 
new/Test-Strict-0.48/META.json
--- old/Test-Strict-0.47/META.json      2018-07-07 18:57:23.000000000 +0200
+++ new/Test-Strict-0.48/META.json      2019-05-29 12:00:10.000000000 +0200
@@ -4,13 +4,13 @@
       "Pierre Denis <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Test-Strict",
    "no_index" : {
@@ -64,12 +64,13 @@
          "x_license" : "http://dev.perl.org/licenses/";
       }
    },
-   "version" : "0.47",
+   "version" : "0.48",
    "x_contributors" : [
       "Gabor Szabo <[email protected]>",
       "Peter Vereshagin <[email protected]>",
       "Graham Knop <[email protected]>",
-      "Mohammad S Anwar <[email protected]>"
+      "Mohammad S Anwar <[email protected]>",
+      "Robert Rothenberg <[email protected]>"
    ],
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "x_serialization_backend" : "JSON::PP version 4.00"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.47/META.yml 
new/Test-Strict-0.48/META.yml
--- old/Test-Strict-0.47/META.yml       2018-07-07 18:57:23.000000000 +0200
+++ new/Test-Strict-0.48/META.yml       2019-05-29 12:00:10.000000000 +0200
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '6.64'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -33,10 +33,11 @@
 resources:
   bugtracker: http://github.com/manwar/Test-Strict
   repository: http://github.com/manwar/Test-Strict.git
-version: '0.47'
+version: '0.48'
 x_contributors:
   - 'Gabor Szabo <[email protected]>'
   - 'Peter Vereshagin <[email protected]>'
   - 'Graham Knop <[email protected]>'
   - 'Mohammad S Anwar <[email protected]>'
+  - 'Robert Rothenberg <[email protected]>'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.47/Makefile.PL 
new/Test-Strict-0.48/Makefile.PL
--- old/Test-Strict-0.47/Makefile.PL    2018-07-06 16:59:17.000000000 +0200
+++ new/Test-Strict-0.48/Makefile.PL    2019-05-29 11:57:43.000000000 +0200
@@ -46,6 +46,7 @@
             'Peter Vereshagin <[email protected]>',
             'Graham Knop <[email protected]>',
             'Mohammad S Anwar <[email protected]>',
+            'Robert Rothenberg <[email protected]>',
         ],
     };
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.47/lib/Test/Strict.pm 
new/Test-Strict-0.48/lib/Test/Strict.pm
--- old/Test-Strict-0.47/lib/Test/Strict.pm     2018-07-06 16:59:26.000000000 
+0200
+++ new/Test-Strict-0.48/lib/Test/Strict.pm     2019-05-29 11:58:19.000000000 
+0200
@@ -6,7 +6,7 @@
 
 =head1 VERSION
 
-Version 0.47
+Version 0.48
 
 =head1 SYNOPSIS
 
@@ -71,7 +71,7 @@
 use Config;
 
 our $COVER;
-our $VERSION = '0.47';
+our $VERSION = '0.48';
 our $PERL    = $^X || 'perl';
 our $COVERAGE_THRESHOLD = 50; # 50%
 our $UNTAINT_PATTERN    = qr|^(.*)$|;
@@ -291,6 +291,7 @@
     Role::Tiny
     Spiffy
     strictures
+    Test::Most
     Test::Roo
 );
 
@@ -336,6 +337,7 @@
     Role::Tiny
     Spiffy
     strictures
+    Test::Most
     Test::Roo
 );
 


Reply via email to