8
0

4 Commits

Author SHA256 Message Date
1642619e69 Accepting request 1279036 from devel:languages:perl
- updated to 3.12.0 (3.012)
   see /usr/share/doc/packages/perl-Business-ISBN/Changes
  3.012 2025-04-14T18:53:47Z
  	* require a newer version.pm for v5.10.1 tests (forwarded request 1278601 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1279036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISBN?expand=0&rev=33
2025-05-23 12:30:03 +00:00
6fa4eeb46d Accepting request 1278601 from devel:languages:perl:autoupdate
- updated to 3.12.0 (3.012)
   see /usr/share/doc/packages/perl-Business-ISBN/Changes
  3.012 2025-04-14T18:53:47Z
  	* require a newer version.pm for v5.10.1 tests

OBS-URL: https://build.opensuse.org/request/show/1278601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN?expand=0&rev=50
2025-05-21 11:54:38 +00:00
620aa54648 Accepting request 1236811 from devel:languages:perl
- updated to 3.11.0 (3.011)
   see /usr/share/doc/packages/perl-Business-ISBN/Changes
  3.011 2025-01-04T03:01:58Z
  	* add SECURITY.md; no code changes (forwarded request 1236691 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1236811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISBN?expand=0&rev=32
2025-01-12 10:08:36 +00:00
8bfebac258 - updated to 3.11.0 (3.011)
see /usr/share/doc/packages/perl-Business-ISBN/Changes
  3.011 2025-01-04T03:01:58Z
  	* add SECURITY.md; no code changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN?expand=0&rev=48
2025-01-10 09:37:21 +00:00
4 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2ec1970454af1b2c099dd34caa7a348ca6fd323bb7ddbfad55389bd7f96789b
size 363252

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:567fecf073ed0ba2889bfe09c9f3c9996baf21bd2d48299b7330832809d501cb
size 364190

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 15 05:35:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.12.0 (3.012)
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.012 2025-04-14T18:53:47Z
* require a newer version.pm for v5.10.1 tests
-------------------------------------------------------------------
Sat Jan 4 05:29:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.11.0 (3.011)
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.011 2025-01-04T03:01:58Z
* add SECURITY.md; no code changes
-------------------------------------------------------------------
Fri Mar 8 22:00:01 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name Business-ISBN
Name: perl-Business-ISBN
Version: 3.9.0
Version: 3.12.0
Release: 0
%define cpan_version 3.009
# 3.012 -> normalize -> 3.12.0
%define cpan_version 3.012
License: Artistic-2.0
Summary: Work with International Standard Book Numbers
URL: https://metacpan.org/release/%{cpan_name}
@@ -29,10 +30,11 @@ Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Business::ISBN::Data) >= 20230322.001
BuildRequires: perl(Business::ISBN::Data) >= 20230322.1.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
Requires: perl(Business::ISBN::Data) >= 20230322.001
BuildRequires: perl(version) >= 0.86
Requires: perl(Business::ISBN::Data) >= 20230322.1.0
Provides: perl(Business::ISBN) = %{version}
Provides: perl(Business::ISBN10) = %{version}
Provides: perl(Business::ISBN13) = %{version}
@@ -49,7 +51,7 @@ whatever _RangeMessage.xml_ you like if you have updated data. See that
module for details.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -64,7 +66,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt
%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt SECURITY.md
%license LICENSE
%changelog