automatic version update by autodist [release 1.024-1mamba;Mon Jan 10 2022]

This commit is contained in:
Automatic Build System 2024-01-06 08:34:57 +01:00
parent ced6617b6d
commit 065900e960

View File

@ -1,22 +1,24 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Authen-Captcha
Version: 1.023
Release: 4mamba
Version: 1.024
Release: 1mamba
Summary: Authen::Captcha - Perl extension for creating captcha's to verify the human element in transactions.
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/U/UN/UNRTST/Authen-Captcha-%{version}.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: libperl
BuildRequires: perl-GD
BuildRequires: perl-String-Random
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-String-Random
%description
Authen::Captha - A Perl extension for creating captcha's to verify the human element in transactions.
@ -50,6 +52,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Jan 10 2022 Automatic Build System <autodist@mambasoft.it> 1.024-1mamba
- automatic version update by autodist
* Fri Aug 30 2013 Automatic Build System <autodist@mambasoft.it> 1.023-4mamba
- automatic rebuild by autodist