update to 1.04 [release 1.04-1mamba;Mon Dec 21 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 09:25:05 +01:00
parent 3e05514b3e
commit fe8a852efe

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Net-SMTP-SSL
Version: 1.01
Release: 2mamba
Version: 1.04
Release: 1mamba
Summary: Net::SMTP::SSL - SSL support for Net::SMTP
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/C/CW/CWEST/Net-SMTP-SSL-%{version}.tar.gz
Source: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Net-SMTP-SSL-%{version}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
@ -23,7 +23,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
Net::SMTP::SSL - SSL support for Net::SMTP.
%prep
%setup -q -n Net-SMTP-SSL-%{version}
%build
@ -54,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.04-1mamba
- update to 1.04
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.01-2mamba
- perl 5.16 mass rebuild