From d055bc2e2ea14463116bdf12954dfcf3dfed3bd8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:46:16 +0100 Subject: [PATCH] update to 1.41 [release 1.41-1mamba;Sun Jan 09 2022] --- perl-Crypt-PasswdMD5.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/perl-Crypt-PasswdMD5.spec b/perl-Crypt-PasswdMD5.spec index 92db4cf..2c57dd6 100644 --- a/perl-Crypt-PasswdMD5.spec +++ b/perl-Crypt-PasswdMD5.spec @@ -1,19 +1,21 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Crypt-PasswdMD5 -Version: 1.3 -Release: 3mamba +Version: 1.41 +Release: 1mamba Summary: Crypt::PasswdMD5 - Provides interoperable MD5-based crypt() functions Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/L/LU/LUISMUNOZ/Crypt-PasswdMD5-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-%{version}.tgz License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRequires: perl-devel >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Crypt::PasswdMD5 - Provides interoperable MD5-based crypt() functions. @@ -48,6 +50,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Jan 09 2022 Silvan Calarco 1.41-1mamba +- update to 1.41 + * Tue Nov 13 2012 Silvan Calarco 1.3-3mamba - perl 5.16 mass rebuild