Compare commits
2 Commits
3.03-2mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
f36a288ded | |||
dad706ab0a |
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Crypt-CBC
|
||||
Version: 3.03
|
||||
Version: 3.04
|
||||
Release: 2mamba
|
||||
Summary: Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
|
||||
Group: System/Libraries/Perl
|
||||
@ -16,6 +16,7 @@ BuildRequires: libperl
|
||||
BuildRequires: perl-Crypt-PBKDF2
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Crypt-CAST5
|
||||
BuildRequires: perl-Crypt-IDEA
|
||||
@ -60,6 +61,12 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 3.04-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Tue May 18 2021 Automatic Build System <autodist@mambasoft.it> 3.04-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.03-2mamba
|
||||
- added perl-CrpytX build requirement
|
||||
|
||||
|
Reference in New Issue
Block a user