From 61f7213ef62b21bc39b19ca2ce024db69147192a28fe65b26e8cb2108d57ff6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Feb 2025 13:49:44 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-Business-ISBN revision b8eeb167984e9d47222c598426528c9b --- Business-ISBN-3.008.tar.gz | 3 --- Business-ISBN-3.011.tar.gz | 3 +++ perl-Business-ISBN.changes | 23 +++++++++++++++++++++++ perl-Business-ISBN.spec | 16 +++++++++++----- 4 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 Business-ISBN-3.008.tar.gz create mode 100644 Business-ISBN-3.011.tar.gz diff --git a/Business-ISBN-3.008.tar.gz b/Business-ISBN-3.008.tar.gz deleted file mode 100644 index 48d69c9..0000000 --- a/Business-ISBN-3.008.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c4a1d4d99a0dd7695a90192b13404a0e3eeebedfcbe97a0202e36b238c0e69 -size 363152 diff --git a/Business-ISBN-3.011.tar.gz b/Business-ISBN-3.011.tar.gz new file mode 100644 index 0000000..6244c0d --- /dev/null +++ b/Business-ISBN-3.011.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d882fa0d467cb6975a64944d4276d00abfd2dfdd36f0885935fd3de4e3dc4ba4 +size 364141 diff --git a/perl-Business-ISBN.changes b/perl-Business-ISBN.changes index f31a697..15d366b 100644 --- a/perl-Business-ISBN.changes +++ b/perl-Business-ISBN.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Jan 4 05:29:57 UTC 2025 - Tina Müller + +- 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 + +- Fix disabling of __perllib_provides + +------------------------------------------------------------------- +Sun Feb 11 03:06:21 UTC 2024 - Tina Müller + +- 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 diff --git a/perl-Business-ISBN.spec b/perl-Business-ISBN.spec index 0c1c1f6..932d4b5 100644 --- a/perl-Business-ISBN.spec +++ b/perl-Business-ISBN.spec @@ -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