[perl-Digest-HMAC] update to 1.03

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Sep 22 06:45:18 UTC 2011


commit 9692fa7899b6b0bb4e26fb8b8fafd4bf06f74605
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Sep 22 08:44:58 2011 +0200

    update to 1.03

 .gitignore            |    1 +
 perl-Digest-HMAC.spec |   21 ++++++++-------------
 sources               |    2 +-
 3 files changed, 10 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3614b9a..93808a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Digest-HMAC-1.02.tar.gz
+/Digest-HMAC-1.03.tar.gz
diff --git a/perl-Digest-HMAC.spec b/perl-Digest-HMAC.spec
index 95c81d3..ce85261 100644
--- a/perl-Digest-HMAC.spec
+++ b/perl-Digest-HMAC.spec
@@ -1,14 +1,12 @@
 Name:           perl-Digest-HMAC
-Version:        1.02
-Release:        6%{?dist}
-Summary:        Digest-HMAC Perl module
-
-Group:          Development/Libraries
+Version:        1.03
+Release:        1%{?dist}
+Summary:        Keyed-Hashing for Message Authentication
 License:        GPL+ or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Digest-HMAC/
-Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 BuildRequires:  perl(Digest::MD5), perl(Digest::SHA1), perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -33,7 +31,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -44,18 +41,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Digest/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Thu Sep 22 2011 Marcela Mašláňová <mmaslano at redhat.com> 1.03-1
+- update to 1.03
+
 * Sun Jun 19 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.02-6
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 6481286..b34f69a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64c4b247d83cd64ec32aa22bf58a709b  Digest-HMAC-1.02.tar.gz
+e6a5d6f552da16eacb5157ea4369ff9d  Digest-HMAC-1.03.tar.gz


More information about the scm-commits mailing list