diff --git a/Business-ISMN-1.202.tar.gz b/Business-ISMN-1.202.tar.gz deleted file mode 100644 index d34583f..0000000 --- a/Business-ISMN-1.202.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca8db9253ddda906b47d5068e745b9f2a03754589455ffcf26b0706c8194db26 -size 14872 diff --git a/Business-ISMN-1.203.tar.gz b/Business-ISMN-1.203.tar.gz new file mode 100644 index 0000000..1b64d18 --- /dev/null +++ b/Business-ISMN-1.203.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53aedab2e687d4e1f72856eafc22159390621123daaf79e4506a897e293e88 +size 15525 diff --git a/perl-Business-ISMN.changes b/perl-Business-ISMN.changes index b1ae30b..b24f9b0 100644 --- a/perl-Business-ISMN.changes +++ b/perl-Business-ISMN.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 17 03:06:46 UTC 2023 - Tina Müller + +- updated to 1.203 + see /usr/share/doc/packages/perl-Business-ISMN/Changes + + 1.203 2023-03-16T11:10:05Z + * Fix ean_to_ismn, which was not adding the M to the start. + ------------------------------------------------------------------- Wed Feb 17 03:06:54 UTC 2021 - Tina Müller diff --git a/perl-Business-ISMN.spec b/perl-Business-ISMN.spec index 5422dff..67c6305 100644 --- a/perl-Business-ISMN.spec +++ b/perl-Business-ISMN.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Business-ISMN # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,17 @@ %define cpan_name Business-ISMN Name: perl-Business-ISMN -Version: 1.202 +Version: 1.203 Release: 0 -Summary: Work with International Standard Music Numbers 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 Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(Test::More) >= 1 BuildRequires: perl(Tie::Cycle) >= 1.21 Requires: perl(Tie::Cycle) >= 1.21 @@ -39,6 +40,8 @@ work with International Standard Music Numbers %prep %autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 + %build perl Makefile.PL INSTALLDIRS=vendor %make_build