diff --git a/Business-ISBN-Data-20191107.tar.gz b/Business-ISBN-Data-20191107.tar.gz deleted file mode 100644 index 9d4a854..0000000 --- a/Business-ISBN-Data-20191107.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:844c4f64f193d389340b4465a1d5bc34c60f0c8e42e5c69ac8afe3d3bbc5ca0d -size 24838 diff --git a/Business-ISBN-Data-20210112.001.tar.gz b/Business-ISBN-Data-20210112.001.tar.gz new file mode 100644 index 0000000..0d4d5ed --- /dev/null +++ b/Business-ISBN-Data-20210112.001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca9758123136623db28f8f19b69a16ba5eddf16c12727a057cdacdb8ad12a68 +size 26649 diff --git a/perl-Business-ISBN-Data.changes b/perl-Business-ISBN-Data.changes index 2695f3d..0e78fe5 100644 --- a/perl-Business-ISBN-Data.changes +++ b/perl-Business-ISBN-Data.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 20 03:07:01 UTC 2021 - Tina Müller + +- updated to 20210112.001 + see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes + + 20210112.001 2021-01-19T14:48:12Z + * freshen distro, dump Travis CI, add Github Actions + * Update to latest Business::ISBN::Data + ------------------------------------------------------------------- Thu Dec 12 03:09:11 UTC 2019 - diff --git a/perl-Business-ISBN-Data.spec b/perl-Business-ISBN-Data.spec index 9edcfe4..cc1758b 100644 --- a/perl-Business-ISBN-Data.spec +++ b/perl-Business-ISBN-Data.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Business-ISBN-Data # -# 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,25 +16,23 @@ # -Name: perl-Business-ISBN-Data -Version: 20191107 -Release: 0 %define cpan_name Business-ISBN-Data +Name: perl-Business-ISBN-Data +Version: 20210112.001 +Release: 0 Summary: Data pack for Business::ISBN 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 %{perl_requires} %description -You don't need to load this module yourself in most cases. 'Business::ISBN' +You don't need to load this module yourself in most cases. Business::ISBN will load it when it loads. These data are generated from the _RangeMessage.xml_ file provided by the @@ -59,11 +57,11 @@ part is historical). If you want to see where the data are from, check '$Business::ISBN::country_data{_source}'. %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 @@ -74,7 +72,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples %license LICENSE