Accepting request 295711 from devel:languages:perl:autoupdate
update OBS-URL: https://build.opensuse.org/request/show/295711 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-CheckDigits?expand=0&rev=4
This commit is contained in:
parent
4077224964
commit
ae5a0287b8
3
Algorithm-CheckDigits-v1.3.0.tar.gz
Normal file
3
Algorithm-CheckDigits-v1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58ad6dd09df7b196d5a4405a653261df74f1381eaaa777efbb297120c69ee29e
|
||||||
|
size 55394
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 15:41:54 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.3.0
|
||||||
|
see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes
|
||||||
|
|
||||||
|
1.2.1 Sun Mar 3 22:51:45 CET 2013
|
||||||
|
- changed list items in POD from 0, 1, ... to S<0>, S<1>, ...
|
||||||
|
according to a thread on the perl5 porters list
|
||||||
|
(www.nntp.perl.org/group/perl.perl5.porters/2013/02/msg199355.html)
|
||||||
|
|
||||||
|
David Wheeler: "Lists must start with 1. When it saw the 0, it
|
||||||
|
assumed it was a definition list, so the numbers after that
|
||||||
|
don't look right."
|
||||||
|
|
||||||
|
1.2.0 Fr 8. Jun 11:19:25 CEST 2012
|
||||||
|
- reworked Algorithm::CheckDigits::MXX_001.pm, added ABA routing
|
||||||
|
numbers
|
||||||
|
|
||||||
|
1.1.2 Fr 8. Jun 09:22:35 CEST 2012
|
||||||
|
- added '=encoding iso-8859-1' to M11_004.pm, M11_006.pm,
|
||||||
|
MBase_002.pm, MXX_003.pm, MXX_006.pm. This should prevent
|
||||||
|
failures in the processing of the POD that contain non-ASCII
|
||||||
|
characters.
|
||||||
|
- corrected search and replacement lists in M10_011.pm
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 28 19:15:34 UTC 2011 - coolo@opensuse.org
|
Thu Apr 28 19:15:34 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Algorithm-CheckDigits
|
# spec file for package perl-Algorithm-CheckDigits
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -16,21 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Algorithm-CheckDigits
|
Name: perl-Algorithm-CheckDigits
|
||||||
Version: 1.1.1
|
Version: 1.3.0
|
||||||
Release: 3
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.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
|
||||||
Url: http://search.cpan.org/dist/Algorithm-CheckDigits/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/Algorithm-CheckDigits/
|
||||||
Source: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.38
|
||||||
BuildRequires: perl(Probe::Perl)
|
BuildRequires: perl(Probe::Perl)
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
@ -41,6 +40,7 @@ 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 -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
@ -53,9 +53,6 @@ Perl extension to generate and test check digits
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc cgi-bin Changes README
|
%doc cgi-bin Changes README
|
||||||
|
Loading…
Reference in New Issue
Block a user