Sync from SUSE:SLFO:Main perl-Business-ISBN revision b8eeb167984e9d47222c598426528c9b

This commit is contained in:
Adrian Schröter 2025-02-26 13:49:44 +01:00
parent 1c5a03dd21
commit 61f7213ef6
4 changed files with 37 additions and 8 deletions

BIN
Business-ISBN-3.008.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Business-ISBN-3.011.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Sun Feb 11 03:06:21 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.009
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.009 2024-02-10T21:46:10Z
* refresh distro, update email addresses, move to BRIANDFOY
-------------------------------------------------------------------
Fri Mar 24 03:06:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN
#
# Copyright (c) 2023 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,12 +18,14 @@
%define cpan_name Business-ISBN
Name: perl-Business-ISBN
Version: 3.008
Version: 3.11.0
Release: 0
# 3.011 -> normalize -> 3.11.0
%define cpan_version 3.011
License: Artistic-2.0
Summary: Work with International Standard Book Numbers
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/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@ -32,6 +34,10 @@ BuildRequires: perl(Business::ISBN::Data) >= 20230322.001
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
Requires: perl(Business::ISBN::Data) >= 20230322.001
Provides: perl(Business::ISBN) = %{version}
Provides: perl(Business::ISBN10) = %{version}
Provides: perl(Business::ISBN13) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@ -44,7 +50,7 @@ whatever _RangeMessage.xml_ you like if you have updated data. See that
module for details.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -59,7 +65,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