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

This commit is contained in:
Silvan Calarco 2024-01-06 08:46:16 +01:00
parent 3158b9fe64
commit d055bc2e2e

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.41-1mamba
- update to 1.41
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-3mamba
- perl 5.16 mass rebuild