diff --git a/perl-Crypt-CBC.spec b/perl-Crypt-CBC.spec index f213def..53ee835 100644 --- a/perl-Crypt-CBC.spec +++ b/perl-Crypt-CBC.spec @@ -1,25 +1,30 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Crypt-CBC -Version: 2.33 -Release: 1mamba +Version: 3.03 +Release: 2mamba Summary: Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Aleph0 -URL: http://www.cpan.org -Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-CBC-%{version}.tar.gz License: Artistic, GPL -Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-Crypt-PBKDF2 +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-Crypt-CAST5 BuildRequires: perl-Crypt-IDEA BuildRequires: perl-Crypt-Rijndael BuildRequires: perl-Crypt-Blowfish_PP BuildRequires: perl-Crypt-DES +BuildRequires: perl-CryptX +Requires: perl >= %perl_major_ver BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). @@ -55,6 +60,15 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Wed Apr 28 2021 Silvan Calarco 3.03-2mamba +- added perl-CrpytX build requirement + +* Mon Apr 19 2021 Automatic Build System 3.03-1mamba +- automatic version update by autodist + +* Sun Apr 18 2021 Automatic Build System 3.02-1mamba +- automatic version update by autodist + * Sun Aug 04 2013 Automatic Build System 2.33-1mamba - automatic update by autodist