diff --git a/Algorithm-CheckDigits-v1.3.2.tar.gz b/Algorithm-CheckDigits-v1.3.2.tar.gz deleted file mode 100644 index 3080e9c..0000000 --- a/Algorithm-CheckDigits-v1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a8e12b2ea254f3b27d2e54178bb1d5dcd9ba82fdde60c01c4086e7ff4a5086f -size 55899 diff --git a/Algorithm-CheckDigits-v1.3.3.tar.gz b/Algorithm-CheckDigits-v1.3.3.tar.gz new file mode 100644 index 0000000..6e1cc67 --- /dev/null +++ b/Algorithm-CheckDigits-v1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472ce0afc7fe35af373c862eebfa721c879ec76ea8b84f9125a2de039d4d2c6b +size 53930 diff --git a/perl-Algorithm-CheckDigits.changes b/perl-Algorithm-CheckDigits.changes index ed3e6a4..fdc2b7d 100644 --- a/perl-Algorithm-CheckDigits.changes +++ b/perl-Algorithm-CheckDigits.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 15 03:06:45 UTC 2020 - Tina Müller + +- updated to 1.3.3 + see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes + + v1.3.3 Di 14. Jul 19:20:56 CEST 2020 + - reworked lib/Algorithm/CheckDigits.pm, allow 10-digit numbers, + allow prepending of 'BE' before the digits + - fix Bug #132950 + ------------------------------------------------------------------- Tue May 24 09:02:22 UTC 2016 - coolo@suse.com diff --git a/perl-Algorithm-CheckDigits.spec b/perl-Algorithm-CheckDigits.spec index 5ac4ff5..11f21b9 100644 --- a/perl-Algorithm-CheckDigits.spec +++ b/perl-Algorithm-CheckDigits.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Algorithm-CheckDigits # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # 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-Algorithm-CheckDigits -Version: 1.3.2 +Version: 1.3.3 Release: 0 %define cpan_name Algorithm-CheckDigits Summary: Perl extension to generate and test check digits -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Algorithm-CheckDigits/ -Source0: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,10 +41,10 @@ Perl extension to generate and test check digits %prep %setup -q -n %{cpan_name}-v%{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} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check @@ -56,6 +56,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc cgi-bin Changes README +%doc Changes README %changelog