Hello community,
here is the log from the commit of package perl-Business-ISBN for
openSUSE:Factory checked in at 2017-05-18 20:41:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Business-ISBN (Old)
and /work/SRC/openSUSE:Factory/.perl-Business-ISBN.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Business-ISBN"
Thu May 18 20:41:56 2017 rev:25 rq:492414 version:3.004
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Business-ISBN/perl-Business-ISBN.changes
2016-10-01 23:44:00.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Business-ISBN.new/perl-Business-ISBN.changes
2017-05-18 20:41:59.088904960 +0200
@@ -1,0 +2,12 @@
+Tue Apr 25 05:08:46 UTC 2017 - [email protected]
+
+- updated to 3.004
+ see /usr/share/doc/packages/perl-Business-ISBN/Changes
+
+ 3.004 2017-04-24T20:02:52Z
+ * Remove Mojo dependencies after splitting out Business::xISBN
+ (Michiel Beijen)
+ * Remove unneeded code from the checksumming stuff (Mike O'Regan)
+ * We now test on Windows through AppVeyor
+
+-------------------------------------------------------------------
Old:
----
Business-ISBN-3.003.tar.gz
New:
----
Business-ISBN-3.004.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Business-ISBN.spec ++++++
--- /var/tmp/diff_new_pack.lhuFmG/_old 2017-05-18 20:41:59.608831586 +0200
+++ /var/tmp/diff_new_pack.lhuFmG/_new 2017-05-18 20:41:59.608831586 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,26 +17,22 @@
Name: perl-Business-ISBN
-Version: 3.003
+Version: 3.004
Release: 0
%define cpan_name Business-ISBN
Summary: Work with International Standard Book Numbers
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Business-ISBN/
-Source0:
http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
+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) >= 20140910.002
-BuildRequires: perl(Mojo::DOM)
-BuildRequires: perl(Mojo::UserAgent)
BuildRequires: perl(Test::More) >= 0.95
Requires: perl(Business::ISBN::Data) >= 20140910.002
-Requires: perl(Mojo::DOM)
-Requires: perl(Mojo::UserAgent)
%{perl_requires}
%description
@@ -60,6 +56,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt
LICENSE
+%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt
+%license LICENSE
%changelog
++++++ Business-ISBN-3.003.tar.gz -> Business-ISBN-3.004.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Business-ISBN-3.003/Changes
new/Business-ISBN-3.004/Changes
--- old/Business-ISBN-3.003/Changes 2016-09-20 00:03:45.000000000 +0200
+++ new/Business-ISBN-3.004/Changes 2017-04-24 22:04:32.000000000 +0200
@@ -1,5 +1,11 @@
Revision history for Perl module Business::ISBN
+3.004 2017-04-24T20:02:52Z
+ * Remove Mojo dependencies after splitting out Business::xISBN
+ (Michiel Beijen)
+ * Remove unneeded code from the checksumming stuff (Mike O'Regan)
+ * We now test on Windows through AppVeyor
+
3.003 2016-09-19T22:03:24Z
* Clarify everywhere that I'm using Artistic License 2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Business-ISBN-3.003/MANIFEST.SKIP
new/Business-ISBN-3.004/MANIFEST.SKIP
--- old/Business-ISBN-3.003/MANIFEST.SKIP 2016-09-20 00:03:45.000000000
+0200
+++ new/Business-ISBN-3.004/MANIFEST.SKIP 2017-04-24 22:04:32.000000000
+0200
@@ -59,6 +59,7 @@
\.travis\.yml
+\.appveyor.yml
\.releaserc
\.lwpcookies
Business-.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Business-ISBN-3.003/META.json
new/Business-ISBN-3.004/META.json
--- old/Business-ISBN-3.003/META.json 2016-09-20 00:04:36.000000000 +0200
+++ new/Business-ISBN-3.004/META.json 2017-04-24 22:04:35.000000000 +0200
@@ -4,7 +4,7 @@
"brian d foy <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter
version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter
version 2.140640",
"license" : [
"artistic_2"
],
@@ -32,8 +32,6 @@
"runtime" : {
"requires" : {
"Business::ISBN::Data" : "20140910.002",
- "Mojo::DOM" : "0",
- "Mojo::UserAgent" : "0",
"perl" : "5.008"
}
},
@@ -55,6 +53,5 @@
"web" : "https://github.com/briandfoy/business-isbn"
}
},
- "version" : "3.003",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "3.004"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Business-ISBN-3.003/META.yml
new/Business-ISBN-3.004/META.yml
--- old/Business-ISBN-3.003/META.yml 2016-09-20 00:04:34.000000000 +0200
+++ new/Business-ISBN-3.004/META.yml 2017-04-24 22:04:34.000000000 +0200
@@ -8,7 +8,7 @@
ExtUtils::MakeMaker: '6.64'
File::Spec::Functions: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version
2.140640'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,12 +20,9 @@
- inc
requires:
Business::ISBN::Data: '20140910.002'
- Mojo::DOM: '0'
- Mojo::UserAgent: '0'
perl: '5.008'
resources:
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.003'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
+version: '3.004'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Business-ISBN-3.003/Makefile.PL
new/Business-ISBN-3.004/Makefile.PL
--- old/Business-ISBN-3.003/Makefile.PL 2016-09-20 00:03:45.000000000 +0200
+++ new/Business-ISBN-3.004/Makefile.PL 2017-04-24 22:04:32.000000000 +0200
@@ -66,8 +66,6 @@
'PREREQ_PM' => {
'Business::ISBN::Data' => '20140910.002',
- 'Mojo::DOM' => '0',
- 'Mojo::UserAgent' => '0',
},
'META_MERGE' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Business-ISBN-3.003/README.pod
new/Business-ISBN-3.004/README.pod
--- old/Business-ISBN-3.003/README.pod 2016-09-20 00:03:45.000000000 +0200
+++ new/Business-ISBN-3.004/README.pod 2017-04-24 22:04:32.000000000 +0200
@@ -2,6 +2,14 @@
=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='https://coveralls.io/github/briandfoy/business-isbn?branch=master'><img
src='https://coveralls.io/repos/github/briandfoy/business-isbn/badge.svg?branch=master'
alt='Coverage Status' /></a>
+
+=for HTML <a
href="https://github.com/briandfoy/Business-ISBN/blob/master/LICENSE"><img
src="https://img.shields.io/cpan/l/Business-ISBN.svg" /></a>
+
+=for HTML <a href="http://www.metacpan.org/module/Business::ISBN"><img
src="https://img.shields.io/cpan/v/Business-ISBN.svg" /></A>
+
=head1 The Business::ISBN module
This is the I<README> for the L<Business::ISBN> Perl module, which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Business-ISBN-3.003/lib/Business/ISBN.pm
new/Business-ISBN-3.004/lib/Business/ISBN.pm
--- old/Business-ISBN-3.003/lib/Business/ISBN.pm 2016-09-20
00:03:45.000000000 +0200
+++ new/Business-ISBN-3.004/lib/Business/ISBN.pm 2017-04-24
22:04:32.000000000 +0200
@@ -110,7 +110,7 @@
);
};
-$VERSION = '3.003';
+$VERSION = '3.004';
sub ARTICLE_CODE_OUT_OF_RANGE () { -5 }
sub INVALID_PREFIX () { -4 };
@@ -885,7 +885,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright © 2001-2016, brian d foy <[email protected]>. All rights reserved.
+Copyright © 2001-2017, 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.003/lib/Business/ISBN10.pm
new/Business-ISBN-3.004/lib/Business/ISBN10.pm
--- old/Business-ISBN-3.003/lib/Business/ISBN10.pm 2016-09-20
00:03:45.000000000 +0200
+++ new/Business-ISBN-3.004/lib/Business/ISBN10.pm 2017-04-24
22:04:32.000000000 +0200
@@ -15,7 +15,7 @@
my $debug = 0;
-$VERSION = '3.003';
+$VERSION = '3.004';
sub _max_length { 10 }
@@ -106,7 +106,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright © 2001-2016, brian d foy <[email protected]>. All rights reserved.
+Copyright © 2001-2017, 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.003/lib/Business/ISBN13.pm
new/Business-ISBN-3.004/lib/Business/ISBN13.pm
--- old/Business-ISBN-3.003/lib/Business/ISBN13.pm 2016-09-20
00:03:45.000000000 +0200
+++ new/Business-ISBN-3.004/lib/Business/ISBN13.pm 2017-04-24
22:04:32.000000000 +0200
@@ -14,7 +14,7 @@
my $debug = 0;
-$VERSION = '3.003';
+$VERSION = '3.004';
sub _max_length { 13 }
@@ -71,7 +71,6 @@
return unless defined $data;
- my @digits = split //, $data;
my $sum = 0;
foreach my $index ( 0, 2, 4, 6, 8, 10 )
@@ -118,7 +117,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright © 2001-2016, brian d foy <[email protected]>. All rights reserved.
+Copyright © 2001-2017, 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