Hello community,

here is the log from the commit of package perl-Business-ISSN for 
openSUSE:Factory checked in at 2020-03-25 23:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Business-ISSN (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Business-ISSN.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Business-ISSN"

Wed Mar 25 23:44:30 2020 rev:5 rq:788065 version:1.004

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Business-ISSN/perl-Business-ISSN.changes    
2018-06-02 11:49:18.850237179 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Business-ISSN.new.3160/perl-Business-ISSN.changes
  2020-03-25 23:45:20.044033593 +0100
@@ -1,0 +2,6 @@
+Sat Mar 21 03:09:24 UTC 2020 -  <[email protected]>
+
+- updated to 1.004
+   see /usr/share/doc/packages/perl-Business-ISSN/Changes
+
+-------------------------------------------------------------------

Old:
----
  Business-ISSN-1.003.tar.gz

New:
----
  Business-ISSN-1.004.tar.gz

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

Other differences:
------------------
++++++ perl-Business-ISSN.spec ++++++
--- /var/tmp/diff_new_pack.hSY535/_old  2020-03-25 23:45:22.540034410 +0100
+++ /var/tmp/diff_new_pack.hSY535/_new  2020-03-25 23:45:22.576034421 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Business-ISSN
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,25 +12,25 @@
 # 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-Business-ISSN
-Version:        1.003
+Version:        1.004
 Release:        0
 %define cpan_name Business-ISSN
 Summary:        Perl extension for International Standard Serial Numbers
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Business-ISSN/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::More) >= 1
 %{perl_requires}
 
 %description
@@ -86,14 +86,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %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

++++++ Business-ISSN-1.003.tar.gz -> Business-ISSN-1.004.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISSN-1.003/Changes 
new/Business-ISSN-1.004/Changes
--- old/Business-ISSN-1.003/Changes     2018-05-09 22:28:03.000000000 +0200
+++ new/Business-ISSN-1.004/Changes     2020-03-20 04:33:12.000000000 +0100
@@ -1,7 +1,7 @@
 Revision history for Perl module Business::ISSN
 
-1.003 2018-05-09T20:27:50Z
-       * Clarify that it's the Artistic License 2.0
+1.004 2020-03-20T03:32:51Z
+       * This went missing from CPAN because I deleted it
 
 1.002 2016-12-05T18:59:45Z
        * Remove the prereq.t test. I'll do that locally.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISSN-1.003/META.json 
new/Business-ISSN-1.004/META.json
--- old/Business-ISSN-1.003/META.json   2018-05-09 22:28:04.000000000 +0200
+++ new/Business-ISSN-1.004/META.json   2020-03-20 04:33:14.000000000 +0100
@@ -4,13 +4,13 @@
       "brian d foy <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "artistic_2"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Business-ISSN",
    "no_index" : {
@@ -41,7 +41,7 @@
       },
       "test" : {
          "requires" : {
-            "Test::More" : "0.94"
+            "Test::More" : "1"
          }
       }
    },
@@ -57,6 +57,6 @@
          "web" : "https://github.com/briandfoy/business-issn";
       }
    },
-   "version" : "1.003",
-   "x_serialization_backend" : "JSON::PP version 2.27400_02"
+   "version" : "1.004",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISSN-1.003/META.yml 
new/Business-ISSN-1.004/META.yml
--- old/Business-ISSN-1.003/META.yml    2018-05-09 22:28:04.000000000 +0200
+++ new/Business-ISSN-1.004/META.yml    2020-03-20 04:33:14.000000000 +0100
@@ -3,7 +3,7 @@
 author:
   - 'brian d foy <[email protected]>'
 build_requires:
-  Test::More: '0.94'
+  Test::More: '1'
 configure_requires:
   Exporter: '0'
   ExtUtils::MakeMaker: '6.64'
@@ -13,7 +13,7 @@
   vars: '0'
   warnings: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,5 +29,5 @@
   bugtracker: https://github.com/briandfoy/business-issn/issues
   homepage: https://github.com/briandfoy/business-issn
   repository: https://github.com/briandfoy/business-issn.git
-version: '1.003'
+version: '1.004'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISSN-1.003/Makefile.PL 
new/Business-ISSN-1.004/Makefile.PL
--- old/Business-ISSN-1.003/Makefile.PL 2018-05-09 22:28:03.000000000 +0200
+++ new/Business-ISSN-1.004/Makefile.PL 2020-03-20 04:33:12.000000000 +0100
@@ -66,7 +66,7 @@
                },
 
        'TEST_REQUIRES' => {
-               'Test::More' => '0.94',
+               'Test::More' => '1',
                },
 
        'PREREQ_PM'     => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISSN-1.003/README.pod 
new/Business-ISSN-1.004/README.pod
--- old/Business-ISSN-1.003/README.pod  2018-05-09 22:28:03.000000000 +0200
+++ new/Business-ISSN-1.004/README.pod  2020-03-20 04:33:12.000000000 +0100
@@ -10,7 +10,7 @@
 
 =for HTML <a 
href="https://github.com/briandfoy/business-issn/blob/master/LICENSE";><img 
src="https://img.shields.io/cpan/l/Business-ISSN.svg"; /></a>
 
-=for HTML <a href="http://www.metacpan.org/module/Business::ISSN";><img 
src="https://img.shields.io/cpan/v/Business-ISSN.svg"; /></A>
+=for HTML <a href="https://metacpan.org/pod/Business::ISSN";><img 
src="https://img.shields.io/cpan/v/Business-ISSN.svg"; /></A>
 
 =head1 The Business::ISSN module
 
@@ -23,7 +23,7 @@
 
 To read about L<Business::ISSN>, look at the embedded documentation
 in the module itself. Inside the distribution, you can format it
-with L<perldoc|http://perldoc.perl.org/perldoc.html>:
+with L<perldoc|https://perldoc.perl.orgperldoc.html>:
 
        % perldoc lib/Business/ISSN.pm
 
@@ -32,17 +32,8 @@
 
        % perldoc Business::ISSN
 
-You can read the documentation and inspect the meta data on one of the
-CPAN web interfaces, such as L<CPAN 
Search|http://search.cpan.org/dist/Business-ISSN> or
-L<MetaCPAN|http://www.metacpan.org/module/Business::ISSN>:
-
-=over 4
-
-=item *        L<http://search.cpan.org/dist/Business-ISSN>
-
-=item *        L<http://www.metacpan.org/module/Business::ISSN>
-
-=back
+You can read the documentation and inspect the meta data at
+L<MetaCPAN|https://metacpan.org/pod/Business::ISSN>.
 
 The standard module documentation has example uses in the SYNOPSIS
 section, but you can also look in the I<examples/> directory (if it's
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISSN-1.003/lib/Business/ISSN.pm 
new/Business-ISSN-1.004/lib/Business/ISSN.pm
--- old/Business-ISSN-1.003/lib/Business/ISSN.pm        2018-05-09 
22:28:03.000000000 +0200
+++ new/Business-ISSN-1.004/lib/Business/ISSN.pm        2020-03-20 
04:33:12.000000000 +0100
@@ -12,7 +12,7 @@
 our @EXPORT    = qw();
 our @EXPORT_OK = qw(is_valid_checksum);
 
-our $VERSION = '1.003';
+our $VERSION = '1.004';
 
 sub new {
        my $class       = shift;


Reply via email to