Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Business-ISBN for 
openSUSE:Factory checked in at 2021-01-22 21:49:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Business-ISBN (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Business-ISBN.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Business-ISBN"

Fri Jan 22 21:49:37 2021 rev:27 rq:864706 version:3.006

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Business-ISBN/perl-Business-ISBN.changes    
2019-12-18 14:48:07.621933365 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Business-ISBN.new.28504/perl-Business-ISBN.changes
 2021-01-22 21:49:53.565642194 +0100
@@ -1,0 +2,10 @@
+Wed Jan 20 03:06:20 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 3.006
+   see /usr/share/doc/packages/perl-Business-ISBN/Changes
+
+  3.006 2021-01-19T14:44:51Z
+       * freshen distro, dump Travis CI, add Github Actions
+       * New Business::ISBN::Data is on the way too
+
+-------------------------------------------------------------------

Old:
----
  Business-ISBN-3.005.tar.gz

New:
----
  Business-ISBN-3.006.tar.gz

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

Other differences:
------------------
++++++ perl-Business-ISBN.spec ++++++
--- /var/tmp/diff_new_pack.BhhwWH/_old  2021-01-22 21:49:54.149643022 +0100
+++ /var/tmp/diff_new_pack.BhhwWH/_new  2021-01-22 21:49:54.153643028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Business-ISBN
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,20 @@
 #
 
 
+%define cpan_name Business-ISBN
 Name:           perl-Business-ISBN
-Version:        3.005
+Version:        3.006
 Release:        0
-%define cpan_name Business-ISBN
 Summary:        Work with International Standard Book Numbers
 License:        Artistic-2.0
-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/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(Business::ISBN::Data) >= 20191107
-BuildRequires:  perl(Test::More) >= 0.95
+BuildRequires:  perl(Test::More) >= 1
 Requires:       perl(Business::ISBN::Data) >= 20191107
 %{perl_requires}
 
@@ -39,12 +37,17 @@
 This modules handles International Standard Book Numbers, including ISBN-10
 and ISBN-13.
 
+The data come from Business::ISBN::Data, which means you can update the
+data separately from the code. Also, you can use Business::ISBN::Data with
+whatever _RangeMessage.xml_ you like if you have updated data. See that
+module for details.
+
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -55,7 +58,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt
 %license LICENSE
 

++++++ Business-ISBN-3.005.tar.gz -> Business-ISBN-3.006.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/Changes 
new/Business-ISBN-3.006/Changes
--- old/Business-ISBN-3.005/Changes     2019-12-11 21:27:36.000000000 +0100
+++ new/Business-ISBN-3.006/Changes     2021-01-19 15:45:16.000000000 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl module Business::ISBN
 
+3.006 2021-01-19T14:44:51Z
+       * freshen distro, dump Travis CI, add Github Actions
+       * New Business::ISBN::Data is on the way too
+
 3.005 2019-12-11T20:27:13Z
        * Peter Williams fixed a big problem with ISBN-13 (GitHub #12)
        * You'll need to update Business::ISBN::Data too because Peter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/MANIFEST.SKIP 
new/Business-ISBN-3.006/MANIFEST.SKIP
--- old/Business-ISBN-3.005/MANIFEST.SKIP       2019-12-11 21:27:36.000000000 
+0100
+++ new/Business-ISBN-3.006/MANIFEST.SKIP       2021-01-19 15:45:16.000000000 
+0100
@@ -58,7 +58,6 @@
 #!end included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
 
 
-\.travis\.yml
 \.?appveyor.yml
 \.releaserc
 \.lwpcookies
@@ -75,3 +74,8 @@
 
 select_tabledata.pl
 dropbox
+\bMANIFEST\s\d
+\bChanges\s\d
+\.icloud$
+\A\.github\b
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/META.json 
new/Business-ISBN-3.006/META.json
--- old/Business-ISBN-3.005/META.json   2019-12-11 21:27:37.000000000 +0100
+++ new/Business-ISBN-3.006/META.json   2021-01-19 15:45:18.000000000 +0100
@@ -10,7 +10,7 @@
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Business-ISBN",
    "no_index" : {
@@ -37,7 +37,7 @@
       },
       "test" : {
          "requires" : {
-            "Test::More" : "0.95"
+            "Test::More" : "1"
          }
       }
    },
@@ -53,6 +53,6 @@
          "web" : "https://github.com/briandfoy/business-isbn";
       }
    },
-   "version" : "3.005",
-   "x_serialization_backend" : "JSON::PP version 2.27400_02"
+   "version" : "3.006",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/META.yml 
new/Business-ISBN-3.006/META.yml
--- old/Business-ISBN-3.005/META.yml    2019-12-11 21:27:37.000000000 +0100
+++ new/Business-ISBN-3.006/META.yml    2021-01-19 15:45:18.000000000 +0100
@@ -3,7 +3,7 @@
 author:
   - 'brian d foy <[email protected]>'
 build_requires:
-  Test::More: '0.95'
+  Test::More: '1'
 configure_requires:
   ExtUtils::MakeMaker: '6.64'
   File::Spec::Functions: '0'
@@ -25,5 +25,5 @@
   bugtracker: https://github.com/briandfoy/business-isbn/issues
   homepage: https://github.com/briandfoy/business-isbn
   repository: https://github.com/briandfoy/business-isbn.git
-version: '3.005'
+version: '3.006'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/Makefile.PL 
new/Business-ISBN-3.006/Makefile.PL
--- old/Business-ISBN-3.005/Makefile.PL 2019-12-11 21:27:36.000000000 +0100
+++ new/Business-ISBN-3.006/Makefile.PL 2021-01-19 15:45:16.000000000 +0100
@@ -61,7 +61,7 @@
                },
 
        'TEST_REQUIRES' => {
-               'Test::More' => '0.95',
+               'Test::More' => '1',
                },
 
        'PREREQ_PM'     => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/README.pod 
new/Business-ISBN-3.006/README.pod
--- old/Business-ISBN-3.005/README.pod  2019-12-11 21:27:36.000000000 +0100
+++ new/Business-ISBN-3.006/README.pod  2021-01-19 15:45:16.000000000 +0100
@@ -2,7 +2,11 @@
 
 =encoding utf8
 
-=for HTML <a href="https://travis-ci.org/briandfoy/business-isbn";><img 
src="https://travis-ci.org/briandfoy/business-isbn.svg?branch=master";></a>
+=for HTML <a href="../../actions?query=workflow%3Amacos"><img 
src="../../workflows/macos/badge.svg"></a>
+
+=for HTML <a href="../../actions?query=workflow%3Aubuntu"><img 
src="../../workflows/ubuntu/badge.svg"></a>
+
+=for HTML <a href="../../actions?query=workflow%3Awindows"><img 
src="../../workflows/windows/badge.svg"></a>
 
 =for HTML <a 
href="https://ci.appveyor.com/project/briandfoy/business-isbn";><img 
src="https://ci.appveyor.com/api/projects/status/5hg1t2oa4lr46462?svg=true";></a>
 
@@ -100,7 +104,7 @@
 you diagnose your problem.
 
 You might like to read L<brian's Guide to Solving Any Perl
-Problem|http://archive.oreilly.com/pub/a/perl/excerpts/9780596527242/brians-guide.html>.
+Problem|https://briandfoy.github.io/brians-guide-to-solving-any-perl-problem/>.
 
 =head2 Copyright and License
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/lib/Business/ISBN.pm 
new/Business-ISBN-3.006/lib/Business/ISBN.pm
--- old/Business-ISBN-3.005/lib/Business/ISBN.pm        2019-12-11 
21:27:36.000000000 +0100
+++ new/Business-ISBN-3.006/lib/Business/ISBN.pm        2021-01-19 
15:45:16.000000000 +0100
@@ -1,3 +1,5 @@
+use 5.008;
+
 package Business::ISBN;
 use strict;
 
@@ -53,6 +55,11 @@
 This modules handles International Standard Book Numbers, including
 ISBN-10 and ISBN-13.
 
+The data come from L<Business::ISBN::Data>, which means you can update
+the data separately from the code. Also, you can use L<Business::ISBN::Data>
+with whatever F<RangeMessage.xml> you like if you have updated data. See
+that module for details.
+
 =cut
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
@@ -120,7 +127,7 @@
                );
        };
 
-our $VERSION   = '3.005';
+our $VERSION   = '3.006';
 
 sub ARTICLE_CODE_OUT_OF_RANGE () { -5 }
 sub INVALID_PREFIX            () { -4 };
@@ -895,7 +902,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright ?? 2001-2017, brian d foy <[email protected]>. All rights reserved.
+Copyright ?? 2001-2021, brian d foy <[email protected]>. All rights reserved.
 
 This module is licensed under the Artistic License 2.0. See the LICENSE
 file in the distribution, or https://opensource.org/licenses/Artistic-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/lib/Business/ISBN10.pm 
new/Business-ISBN-3.006/lib/Business/ISBN10.pm
--- old/Business-ISBN-3.005/lib/Business/ISBN10.pm      2019-12-11 
21:27:36.000000000 +0100
+++ new/Business-ISBN-3.006/lib/Business/ISBN10.pm      2021-01-19 
15:45:16.000000000 +0100
@@ -1,3 +1,5 @@
+use 5.008;
+
 package Business::ISBN10;
 use strict;
 use base qw(Business::ISBN);
@@ -13,7 +15,7 @@
 
 my $debug = 0;
 
-our $VERSION   = '3.005';
+our $VERSION   = '3.006';
 
 sub _max_length { 10 }
 
@@ -104,7 +106,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright ?? 2001-2017, brian d foy <[email protected]>. All rights reserved.
+Copyright ?? 2001-2021, brian d foy <[email protected]>. All rights reserved.
 
 This module is licensed under the Artistic License 2.0. See the LICENSE
 file in the distribution, or https://opensource.org/licenses/Artistic-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISBN-3.005/lib/Business/ISBN13.pm 
new/Business-ISBN-3.006/lib/Business/ISBN13.pm
--- old/Business-ISBN-3.005/lib/Business/ISBN13.pm      2019-12-11 
21:27:36.000000000 +0100
+++ new/Business-ISBN-3.006/lib/Business/ISBN13.pm      2021-01-19 
15:45:16.000000000 +0100
@@ -1,3 +1,5 @@
+use 5.008;
+
 package Business::ISBN13;
 use strict;
 use base qw(Business::ISBN);
@@ -9,7 +11,7 @@
 
 my $debug = 0;
 
-our $VERSION   = '3.005';
+our $VERSION   = '3.006';
 
 sub _max_length { 13 }
 
@@ -112,7 +114,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright ?? 2001-2017, brian d foy <[email protected]>. All rights reserved.
+Copyright ?? 2001-2021, brian d foy <[email protected]>. All rights reserved.
 
 This module is licensed under the Artistic License 2.0. See the LICENSE
 file in the distribution, or https://opensource.org/licenses/Artistic-2.0

Reply via email to