Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
40426eaef3 | |||
f11a6c0ca0 | |||
a5611d9bd7 | |||
104b53843f | |||
d1f8357500 | |||
d3898cad4f |
BIN
Business-ISBN-Data-20250205.001.tar.gz
(Stored with Git LFS)
BIN
Business-ISBN-Data-20250205.001.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Business-ISBN-Data-20250710.001.tar.gz
Normal file
3
Business-ISBN-Data-20250710.001.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d4d0036612666ef2e801f07dcb463d7e572bb7058d3498a3bcd8096dafcc17a
|
||||
size 36969
|
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 05:37:21 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 20250710.1.0 (20250710.001)
|
||||
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
|
||||
|
||||
20250710.001 2025-07-10T18:42:49Z
|
||||
* data update for 2025-07-10
|
||||
|
||||
20250708.001 2025-07-08T12:45:37Z
|
||||
* data update for 2025-07-08
|
||||
|
||||
20250620.001 2025-06-20T05:48:29Z
|
||||
* data update for 2025-06-20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 05:37:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 20250605.1.0 (20250605.001)
|
||||
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
|
||||
|
||||
20250605.001 2025-06-05T17:09:04Z
|
||||
* data update for 2025-06-05
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 05:35:01 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 20250521.1.0 (20250521.001)
|
||||
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
|
||||
|
||||
20250521.001 2025-05-21T11:37:03Z
|
||||
* data update for 2025-05-21
|
||||
20250516.001 2025-05-16T04:40:11Z
|
||||
* data update for 2025-05-16
|
||||
20250502.001 2025-05-02T14:14:49Z
|
||||
* data update for 2025-05-02
|
||||
20250426.001 2025-04-28T13:04:20Z
|
||||
* data update for 2025-04-26
|
||||
20250418.001 2025-04-18T08:10:56Z
|
||||
* data update for 2025-04-18
|
||||
20250416.001 2025-04-16T05:46:53Z
|
||||
* data update 2025-04-16
|
||||
20250411.001 2025-04-11T17:39:39Z
|
||||
* Data update for 205-04-11
|
||||
20250322.001 2025-03-22T05:59:36Z
|
||||
* data update for 2025-03-21
|
||||
20250315.001 2025-03-15T04:51:26Z
|
||||
* data update for 2025-03-14
|
||||
20250309.001 2025-03-10T02:14:14Z
|
||||
* data update for 2025-03-09
|
||||
20250226.001 2025-02-26T13:54:49Z
|
||||
* data update for 2025-02-26
|
||||
20250220.001 2025-02-20T09:13:32Z
|
||||
* data update for 2025-02-19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 05:33:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Business-ISBN-Data
|
||||
Name: perl-Business-ISBN-Data
|
||||
Version: 20250205.1.0
|
||||
Version: 20250710.1.0
|
||||
Release: 0
|
||||
# 20250205.001 -> normalize -> 20250205.1.0
|
||||
%define cpan_version 20250205.001
|
||||
# 20250710.001 -> normalize -> 20250710.1.0
|
||||
%define cpan_version 20250710.001
|
||||
License: Artistic-2.0
|
||||
Summary: Data pack for Business::ISBN
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -32,6 +32,7 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(version) >= 0.86
|
||||
Provides: perl(Business::ISBN::Data) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
@@ -65,7 +66,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}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
Reference in New Issue
Block a user