From db5bf53ad407dca4ab69c5123fc6d84f62a3dcbc Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:34:22 +0100 Subject: [PATCH] update to 3.0.8 [release 3.0.8-1mamba;Sun Jan 09 2022] --- perl-Array-Compare.spec | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/perl-Array-Compare.spec b/perl-Array-Compare.spec index 035d98d..3621af1 100644 --- a/perl-Array-Compare.spec +++ b/perl-Array-Compare.spec @@ -1,31 +1,30 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) -Name: perl-Array-Compare -Version: 2.12 -Release: 1mamba -Summary: Array::Compare - Perl module which allows you to compare two arrays -Group: System/Libraries/Perl +Name: perl-Array-Compare +Version: 3.0.8 +Release: 1mamba +Summary: Array::Compare - Perl module which allows you to compare two arrays +Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://www.cpan.org -Source: http://www.cpan.org/modules/by-module/Array/Array-Compare-%{version}.tar.gz -License: GPL, Artistic -Requires: perl >= %perl_major_ver +Packager: Silvan Calarco +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/Array-Compare-v%{version}.tar.gz +License: GPL, Artistic +Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: perl-Moo BuildRequires: perl-Type-Tiny BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRequires: perl-devel >= %perl_major_ver -BuildRequires: perl-Moose -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-Moose %description Array::Compare is a Perl module which allows you to compare two arrays. %prep -%setup -q -n Array-Compare-%{version} +%setup -q -n Array-Compare-v%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor @@ -53,6 +52,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Jan 09 2022 Silvan Calarco 3.0.8-1mamba +- update to 3.0.8 + * Sun Aug 14 2016 Automatic Build System 2.12-1mamba - automatic update by autodist