update to 0.09 [release 0.09-1mamba;Sat Oct 21 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:34:29 +01:00
parent 557efe3f77
commit aa06bf6e92

View File

@ -1,22 +1,24 @@
%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-Diff Name: perl-Array-Diff
Version: 0.05002 Epoch: 1
Release: 2mamba Version: 0.09
Release: 1mamba
Summary: Array::Diff - Diff two arrays Summary: Array::Diff - Diff 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-Diff-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Array-Diff-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-Module-Build
BuildRequires: perl-Class-Accessor
BuildRequires: perl-Algorithm-Diff BuildRequires: perl-Algorithm-Diff
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl-Class-Accessor
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Module-Build
Requires: perl >= %perl_major_ver
%description %description
Array::Diff - Diff two arrays. Array::Diff - Diff two arrays.
@ -57,6 +59,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.09-1mamba
- update to 0.09
* Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 0.05002-2mamba * Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 0.05002-2mamba
- automatic rebuild by autodist - automatic rebuild by autodist