diff --git a/Business-ISSN-1.003.tar.gz b/Business-ISSN-1.003.tar.gz deleted file mode 100644 index 32d478f..0000000 --- a/Business-ISSN-1.003.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1272456c19937a24bc5f9a0db9dc447043591137719ee4dc955a63be544b99d1 -size 10204 diff --git a/Business-ISSN-1.004.tar.gz b/Business-ISSN-1.004.tar.gz new file mode 100644 index 0000000..55ab966 --- /dev/null +++ b/Business-ISSN-1.004.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ecab15d24d11e2852bf0b28f84c8798bd38402a0a69e17be0e6689b272715e +size 10175 diff --git a/perl-Business-ISSN.changes b/perl-Business-ISSN.changes index 6c4b4ea..d054d67 100644 --- a/perl-Business-ISSN.changes +++ b/perl-Business-ISSN.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 21 03:09:24 UTC 2020 - + +- updated to 1.004 + see /usr/share/doc/packages/perl-Business-ISSN/Changes + ------------------------------------------------------------------- Sat May 12 05:04:28 UTC 2018 - coolo@suse.com diff --git a/perl-Business-ISSN.spec b/perl-Business-ISSN.spec index fbc7f3d..5cda38d 100644 --- a/perl-Business-ISSN.spec +++ b/perl-Business-ISSN.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Business-ISSN # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Business-ISSN -Version: 1.003 +Version: 1.004 Release: 0 %define cpan_name Business-ISSN Summary: Perl extension for International Standard Serial Numbers License: Artistic-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Business-ISSN/ +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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(Test::More) >= 1 %{perl_requires} %description @@ -86,14 +86,14 @@ any of the other nine positions. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +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} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install