From 9abafab7e7b82d7c3043e9630b825d0a44ddec9f8a31aeaaa38aba6ab3e37eaa Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 1 Mar 2024 08:44:39 +0000 Subject: [PATCH] Accepting request 1153685 from devel:languages:perl:autoupdate - updated to 1.204 see /usr/share/doc/packages/perl-Business-ISMN/Changes 1.204 2024-02-11T06:50:27Z * refresh distro, update email address, move to BRIANDFOY OBS-URL: https://build.opensuse.org/request/show/1153685 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISMN?expand=0&rev=15 --- Business-ISMN-1.203.tar.gz | 3 --- Business-ISMN-1.204.tar.gz | 3 +++ perl-Business-ISMN.changes | 9 +++++++++ perl-Business-ISMN.spec | 14 +++++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 Business-ISMN-1.203.tar.gz create mode 100644 Business-ISMN-1.204.tar.gz diff --git a/Business-ISMN-1.203.tar.gz b/Business-ISMN-1.203.tar.gz deleted file mode 100644 index 1b64d18..0000000 --- a/Business-ISMN-1.203.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f53aedab2e687d4e1f72856eafc22159390621123daaf79e4506a897e293e88 -size 15525 diff --git a/Business-ISMN-1.204.tar.gz b/Business-ISMN-1.204.tar.gz new file mode 100644 index 0000000..e694928 --- /dev/null +++ b/Business-ISMN-1.204.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e14599bd6e231b722297f84d4e8a5c695c79ada79ea0b50693d5f04ded3689 +size 15550 diff --git a/perl-Business-ISMN.changes b/perl-Business-ISMN.changes index b24f9b0..7503587 100644 --- a/perl-Business-ISMN.changes +++ b/perl-Business-ISMN.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 12 03:06:12 UTC 2024 - Tina Müller + +- updated to 1.204 + see /usr/share/doc/packages/perl-Business-ISMN/Changes + + 1.204 2024-02-11T06:50:27Z + * refresh distro, update email address, move to BRIANDFOY + ------------------------------------------------------------------- Fri Mar 17 03:06:46 UTC 2023 - Tina Müller diff --git a/perl-Business-ISMN.spec b/perl-Business-ISMN.spec index 67c6305..8123cf2 100644 --- a/perl-Business-ISMN.spec +++ b/perl-Business-ISMN.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Business-ISMN # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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,13 @@ %define cpan_name Business-ISMN Name: perl-Business-ISMN -Version: 1.203 +Version: 1.204.0 Release: 0 +%define cpan_version 1.204 License: Artistic-2.0 Summary: Work with International Standard Music 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,15 +33,18 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(Test::More) >= 1 BuildRequires: perl(Tie::Cycle) >= 1.21 Requires: perl(Tie::Cycle) >= 1.21 +Provides: perl(Business::ISMN) = %{version} +Provides: perl(Business::ISMN::Data) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description work with International Standard Music Numbers %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor