- update to 1.03

Depend on Digest::SHA instead of Digest::SHA1 [RT#69776]
   Document the blocksize argument [RT#14551]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Digest-HMAC?expand=0&rev=12
This commit is contained in:
Vítězslav Čížek 2011-07-28 09:00:10 +00:00 committed by Git OBS Bridge
parent 73244dff46
commit 3dc74eed1f
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7956679bed8babfde0350db360d9beac201f44bf5ec623810a8caf501f3953e1
size 7246

3
Digest-HMAC-1.03.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59
size 7251

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 28 08:57:12 UTC 2011 - vcizek@novell.com
- update to 1.03
Depend on Digest::SHA instead of Digest::SHA1 [RT#69776]
Document the blocksize argument [RT#14551]
-------------------------------------------------------------------
Tue Nov 30 19:20:10 UTC 2010 - coolo@novell.com

View File

@ -21,13 +21,13 @@
Name: perl-Digest-HMAC
%define cpan_name Digest-HMAC
Summary: Keyed-Hashing for Message Authentication
Version: 1.02
Release: 6
Version: 1.03
Release: 7
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Digest-HMAC/
#Source: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-1.02.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}