Accepting request 821276 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/821276 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-CheckDigits?expand=0&rev=8
This commit is contained in:
parent
6403d11d7c
commit
454aee947d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a8e12b2ea254f3b27d2e54178bb1d5dcd9ba82fdde60c01c4086e7ff4a5086f
|
|
||||||
size 55899
|
|
3
Algorithm-CheckDigits-v1.3.3.tar.gz
Normal file
3
Algorithm-CheckDigits-v1.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:472ce0afc7fe35af373c862eebfa721c879ec76ea8b84f9125a2de039d4d2c6b
|
||||||
|
size 53930
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 15 03:06:45 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
Tue May 24 09:02:22 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Algorithm-CheckDigits
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Algorithm-CheckDigits
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Algorithm-CheckDigits
|
%define cpan_name Algorithm-CheckDigits
|
||||||
Summary: Perl extension to generate and test check digits
|
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
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Algorithm-CheckDigits/
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -41,10 +41,10 @@ Perl extension to generate and test check digits
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-v%{version}
|
%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
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -56,6 +56,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc cgi-bin Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user