diff --git a/Algorithm-CheckDigits-v1.3.5.tar.gz b/Algorithm-CheckDigits-v1.3.5.tar.gz deleted file mode 100644 index 12ae568..0000000 --- a/Algorithm-CheckDigits-v1.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a956d0517180d6d9042f47d73aa6a2728b75fcbd546940d2dbe0a7e7cf428f73 -size 55230 diff --git a/Algorithm-CheckDigits-v1.3.6.tar.gz b/Algorithm-CheckDigits-v1.3.6.tar.gz new file mode 100644 index 0000000..4da73de --- /dev/null +++ b/Algorithm-CheckDigits-v1.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2487a8fd1f31b19c51b2650842f2264c1e77d962487a13b521bbe066c4b4bc +size 55254 diff --git a/perl-Algorithm-CheckDigits.changes b/perl-Algorithm-CheckDigits.changes index 2e5954f..876f607 100644 --- a/perl-Algorithm-CheckDigits.changes +++ b/perl-Algorithm-CheckDigits.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 17 03:06:01 UTC 2021 - Tina Müller + +- updated to 1.3.6 + see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes + + v1.3.6 Tue Nov 16 11:38:44 CET 2021 + - adjust repository to reflect move on GitHub + ------------------------------------------------------------------- Tue Nov 24 08:53:51 UTC 2020 - Tina Müller diff --git a/perl-Algorithm-CheckDigits.spec b/perl-Algorithm-CheckDigits.spec index d93fc01..92c5565 100644 --- a/perl-Algorithm-CheckDigits.spec +++ b/perl-Algorithm-CheckDigits.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Algorithm-CheckDigits # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Algorithm-CheckDigits -Version: 1.3.5 -Release: 0 %define cpan_name Algorithm-CheckDigits +Name: perl-Algorithm-CheckDigits +Version: 1.3.6 +Release: 0 Summary: Perl extension to generate and test check digits License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl 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 BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.380000 @@ -40,7 +38,7 @@ Requires: perl(version) Perl extension to generate and test check digits %prep -%setup -q -n %{cpan_name}-v%{version} +%autosetup -n %{cpan_name}-v%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build @@ -55,7 +53,6 @@ perl Build.PL installdirs=vendor %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog