diff --git a/Business-ISBN-Data-20230528.001.tar.gz b/Business-ISBN-Data-20230528.001.tar.gz deleted file mode 100644 index 253b011..0000000 --- a/Business-ISBN-Data-20230528.001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3444c0682252c75523ba12d30cd923ef29341ef355baae67da6979a25c9bfaf9 -size 31366 diff --git a/Business-ISBN-Data-20230719.001.tar.gz b/Business-ISBN-Data-20230719.001.tar.gz new file mode 100644 index 0000000..fdfb405 --- /dev/null +++ b/Business-ISBN-Data-20230719.001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d7eec7be1cf459dd8240d8097bfd3cde4091366bb1a78a876b46cde7d228a6 +size 31522 diff --git a/perl-Business-ISBN-Data.changes b/perl-Business-ISBN-Data.changes index efb37fd..0420843 100644 --- a/perl-Business-ISBN-Data.changes +++ b/perl-Business-ISBN-Data.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jul 20 03:06:06 UTC 2023 - Tina Müller + +- updated to 20230719.001 + see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes + + 20230719.001 2023-07-19T19:30:03Z + * Data update for 2023-07-19 + 20230718.001 2023-07-18T19:22:42Z + * Data update for 20230718.001 + 20230714.001 2023-07-14T07:35:39Z + * Data update for 20230707 + 20230707.001 2023-07-07T03:52:07Z + * Data update for 20230707 + 20230626.001 2023-06-26T15:49:00Z + * Data update for 20230626 + ------------------------------------------------------------------- Mon May 29 03:06:12 UTC 2023 - Tina Müller diff --git a/perl-Business-ISBN-Data.spec b/perl-Business-ISBN-Data.spec index 3dcd34b..712d45d 100644 --- a/perl-Business-ISBN-Data.spec +++ b/perl-Business-ISBN-Data.spec @@ -18,18 +18,21 @@ %define cpan_name Business-ISBN-Data Name: perl-Business-ISBN-Data -Version: 20230528.001 +Version: 20230719.1.0 Release: 0 +%define cpan_version 20230719.001 +Provides: perl(Business::ISBN::Data) = 20230719.1.0 License: Artistic-2.0 Summary: Data pack for Business::ISBN URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(Test::More) >= 1 +%define __perllib_provides /bin/true %{perl_requires} %description @@ -61,7 +64,7 @@ part is historical). If you want to see where the data are from, check '$Business::ISBN::country_data{_source}'. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644