diff --git a/perl-Digest-HMAC.spec b/perl-Digest-HMAC.spec index 45d5853..55992b0 100644 --- a/perl-Digest-HMAC.spec +++ b/perl-Digest-HMAC.spec @@ -1,20 +1,19 @@ Name: perl-Digest-HMAC -Version: 1.03 -Release: 2mamba +Version: 1.04 +Release: 1mamba Summary: Digest::HMAC - Keyed-Hashing for Message Authentication Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Tiziana Ferro -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/Digest/Digest-HMAC-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel BuildRequires: perl-Digest-SHA1 ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually @@ -51,6 +50,9 @@ done %defattr(-,root,root) %changelog +* Fri Apr 02 2021 Automatic Build System 1.04-1mamba +- automatic version update by autodist + * Mon Nov 12 2012 Silvan Calarco 1.03-2mamba - perl 5.16 mass rebuild