update to 3.0.8 [release 3.0.8-1mamba;Sun Jan 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 08:34:22 +01:00
parent c1e3f65294
commit db5bf53ad4

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Array-Compare Name: perl-Array-Compare
Version: 2.12 Version: 3.0.8
Release: 1mamba Release: 1mamba
Summary: Array::Compare - Perl module which allows you to compare two arrays Summary: Array::Compare - Perl module which allows you to compare two arrays
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/modules/by-module/Array/Array-Compare-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/Array-Compare-v%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -19,13 +19,12 @@ BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-Moose BuildRequires: perl-Moose
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Array::Compare is a Perl module which allows you to compare two arrays. Array::Compare is a Perl module which allows you to compare two arrays.
%prep %prep
%setup -q -n Array-Compare-%{version} %setup -q -n Array-Compare-v%{version}
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
@ -53,6 +52,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.8-1mamba
- update to 3.0.8
* Sun Aug 14 2016 Automatic Build System <autodist@mambasoft.it> 2.12-1mamba * Sun Aug 14 2016 Automatic Build System <autodist@mambasoft.it> 2.12-1mamba
- automatic update by autodist - automatic update by autodist