Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Business-ISMN for 
openSUSE:Factory checked in at 2021-02-23 20:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Business-ISMN (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Business-ISMN.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Business-ISMN"

Tue Feb 23 20:18:41 2021 rev:8 rq:873053 version:1.202

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Business-ISMN/perl-Business-ISMN.changes    
2018-11-13 16:25:43.510657897 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Business-ISMN.new.2378/perl-Business-ISMN.changes
  2021-02-23 20:20:04.955638606 +0100
@@ -1,0 +2,9 @@
+Wed Feb 17 03:06:54 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 1.202
+   see /usr/share/doc/packages/perl-Business-ISMN/Changes
+
+  1.202 2021-02-16T12:43:17Z
+       * Freshen distro, add Github Actions
+
+-------------------------------------------------------------------

Old:
----
  Business-ISMN-1.201.tar.gz

New:
----
  Business-ISMN-1.202.tar.gz

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

Other differences:
------------------
++++++ perl-Business-ISMN.spec ++++++
--- /var/tmp/diff_new_pack.z8CIWP/_old  2021-02-23 20:20:05.619639193 +0100
+++ /var/tmp/diff_new_pack.z8CIWP/_new  2021-02-23 20:20:05.623639196 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Business-ISMN
 #
-# Copyright (c) 2018 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,21 +16,19 @@
 #
 
 
+%define cpan_name Business-ISMN
 Name:           perl-Business-ISMN
-Version:        1.201
+Version:        1.202
 Release:        0
-%define cpan_name Business-ISMN
 Summary:        Work with International Standard Music 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(Test::More) >= 0.95
+BuildRequires:  perl(Test::More) >= 1
 BuildRequires:  perl(Tie::Cycle) >= 1.21
 Requires:       perl(Tie::Cycle) >= 1.21
 %{perl_requires}
@@ -39,14 +37,14 @@
 work with International Standard Music Numbers
 
 %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
+make test
 
 %install
 %perl_make_install
@@ -54,7 +52,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes examples ismns.txt
 %license LICENSE
 

++++++ Business-ISMN-1.201.tar.gz -> Business-ISMN-1.202.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.201/Changes 
new/Business-ISMN-1.202/Changes
--- old/Business-ISMN-1.201/Changes     2018-10-18 17:28:13.000000000 +0200
+++ new/Business-ISMN-1.202/Changes     2021-02-16 13:43:28.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl module Business::ISMN
 
+1.202 2021-02-16T12:43:17Z
+       * Freshen distro, add Github Actions
+
 1.201 2018-10-18T15:27:35Z
        * Change publisher() to country() (because that's what it is).
        The old method names are still there but carp.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.201/MANIFEST.SKIP 
new/Business-ISMN-1.202/MANIFEST.SKIP
--- old/Business-ISMN-1.201/MANIFEST.SKIP       2018-10-18 17:28:13.000000000 
+0200
+++ new/Business-ISMN-1.202/MANIFEST.SKIP       2021-02-16 13:43:28.000000000 
+0100
@@ -58,10 +58,14 @@
 #!end included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
 
 
-\.travis\.yml
 \.?appveyor.yml
 \.releaserc
 \.lwpcookies
 
 Business-.*
 hacks/
+\bMANIFEST\s\d
+\bChanges\s\d
+\.icloud$
+\A\.github\b
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.201/META.json 
new/Business-ISMN-1.202/META.json
--- old/Business-ISMN-1.201/META.json   2018-10-18 17:28:14.000000000 +0200
+++ new/Business-ISMN-1.202/META.json   2021-02-16 13:43:30.000000000 +0100
@@ -4,13 +4,13 @@
       "brian d foy <bd...@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, 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-ISMN",
    "no_index" : {
@@ -38,7 +38,7 @@
       },
       "test" : {
          "requires" : {
-            "Test::More" : "0.95"
+            "Test::More" : "1"
          }
       }
    },
@@ -54,6 +54,6 @@
          "web" : "https://github.com/briandfoy/business-ismn";
       }
    },
-   "version" : "1.201",
-   "x_serialization_backend" : "JSON::PP version 2.27400_02"
+   "version" : "1.202",
+   "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.201/META.yml 
new/Business-ISMN-1.202/META.yml
--- old/Business-ISMN-1.201/META.yml    2018-10-18 17:28:14.000000000 +0200
+++ new/Business-ISMN-1.202/META.yml    2021-02-16 13:43:29.000000000 +0100
@@ -3,12 +3,12 @@
 author:
   - 'brian d foy <bd...@cpan.org>'
 build_requires:
-  Test::More: '0.95'
+  Test::More: '1'
 configure_requires:
   ExtUtils::MakeMaker: '6.64'
   File::Spec::Functions: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,5 +26,5 @@
   bugtracker: https://github.com/briandfoy/business-ismn/issues
   homepage: https://github.com/briandfoy/business-ismn
   repository: https://github.com/briandfoy/business-ismn.git
-version: '1.201'
+version: '1.202'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.201/Makefile.PL 
new/Business-ISMN-1.202/Makefile.PL
--- old/Business-ISMN-1.201/Makefile.PL 2018-10-18 17:28:13.000000000 +0200
+++ new/Business-ISMN-1.202/Makefile.PL 2021-02-16 13:43:28.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-ISMN-1.201/README.pod 
new/Business-ISMN-1.202/README.pod
--- old/Business-ISMN-1.201/README.pod  2018-10-18 17:28:13.000000000 +0200
+++ new/Business-ISMN-1.202/README.pod  2021-02-16 13:43:28.000000000 +0100
@@ -2,7 +2,11 @@
 
 =encoding utf8
 
-=for HTML <a href="https://travis-ci.org/briandfoy/business-ismn";><img 
src="https://travis-ci.org/briandfoy/business-ismn.svg?branch=master"; /></a>
+=for HTML <a 
href="https://www.github.com/briandfoy/business-ismn/actions?query=workflow%3Amacos";><img
 
src="https://www.github.com/briandfoy/business-ismn/workflows/macos/badge.svg";></a>
+
+=for HTML <a 
href="https://www.github.com/briandfoy/business-ismn/actions?query=workflow%3Aubuntu";><img
 
src="https://www.github.com/briandfoy/business-ismn/workflows/ubuntu/badge.svg";></a>
+
+=for HTML <a 
href="https://www.github.com/briandfoy/business-ismn/actions?query=workflow%3Awindows";><img
 
src="https://www.github.com/briandfoy/business-ismn/workflows/windows/badge.svg";></a>
 
 =for HTML <a 
href='https://ci.appveyor.com/project/briandfoy/business-ismn'><img 
src='https://ci.appveyor.com/api/projects/status/m0w13dsqp8atfsol' /></a>
 
@@ -98,7 +102,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-ISMN-1.201/lib/Business/ISMN/Data.pm 
new/Business-ISMN-1.202/lib/Business/ISMN/Data.pm
--- old/Business-ISMN-1.201/lib/Business/ISMN/Data.pm   2018-10-18 
17:28:13.000000000 +0200
+++ new/Business-ISMN-1.202/lib/Business/ISMN/Data.pm   2021-02-16 
13:43:28.000000000 +0100
@@ -1,7 +1,9 @@
+use 5.008;
+
 package Business::ISMN::Data;
 use strict;
 
-our $VERSION  = '1.132';
+our $VERSION  = '1.202';
 
 =encoding utf8
 
@@ -23,7 +25,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright ?? 2005-2018, brian d foy <bd...@cpan.org>. All rights reserved.
+Copyright ?? 2005-2021, brian d foy <bd...@cpan.org>. All rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Artistic License 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.201/lib/Business/ISMN.pm 
new/Business-ISMN-1.202/lib/Business/ISMN.pm
--- old/Business-ISMN-1.201/lib/Business/ISMN.pm        2018-10-18 
17:28:13.000000000 +0200
+++ new/Business-ISMN-1.202/lib/Business/ISMN.pm        2021-02-16 
13:43:28.000000000 +0100
@@ -1,3 +1,5 @@
+use 5.008;
+
 package Business::ISMN;
 use strict;
 
@@ -21,7 +23,7 @@
 our @EXPORT_OK = qw(is_valid_checksum ean_to_ismn ismn_to_ean
        INVALID_PUBLISHER_CODE BAD_CHECKSUM GOOD_ISMN BAD_ISMN);
 
-our $VERSION = '1.201';
+our $VERSION = '1.202';
 
 sub INVALID_PUBLISHER_CODE { -3 };
 sub BAD_CHECKSUM           { -1 };
@@ -547,7 +549,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright ?? 2001-2018, brian d foy <bd...@cpan.org>. All rights reserved.
+Copyright ?? 2001-2021, brian d foy <bd...@cpan.org>. All rights reserved.
 
 You may redistribute this under the terms of the Artistic License 2.0.
 

Reply via email to