diff --git a/perl-Tie-EncryptedHash.spec b/perl-Tie-EncryptedHash.spec index 8243d0d..1301d9b 100644 --- a/perl-Tie-EncryptedHash.spec +++ b/perl-Tie-EncryptedHash.spec @@ -2,19 +2,22 @@ Name: perl-Tie-EncryptedHash Version: 1.24 -Release: 2mamba +Release: 3mamba Summary: Tie::EncryptedHash - Hashes with encrypting fields Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://www.cpan.org/authors/id/V/VI/VIPUL/Tie-EncryptedHash-%{version}.tar.gz License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-Crypt-CBC +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl-devel >= %perl_major_ver Requires: perl >= %perl_major_ver -BuildRequires: perl-Crypt-CBC -BuildRoot: %{_tmppath}/perl-root %description Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting containers of data. @@ -49,6 +52,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sat Aug 20 2022 Silvan Calarco 1.24-3mamba +- rebuilt for x86_64 + * Tue Nov 13 2012 Silvan Calarco 1.24-2mamba - perl 5.16 mass rebuild