[perl-Digest-SHA] 5.85 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jun 28 08:48:51 UTC 2013


commit 4b6c557a95836d21ac898dd851350bc950ddf523
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 28 10:48:08 2013 +0200

    5.85 bump

 .gitignore           |    1 +
 perl-Digest-SHA.spec |   14 +++++++++++++-
 sources              |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a8dc3e..67dd9fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Digest-SHA-5.45.tar.gz
 /Digest-SHA-5.82.tar.gz
 /Digest-SHA-5.83.tar.gz
 /Digest-SHA-5.84.tar.gz
+/Digest-SHA-5.85.tar.gz
diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec
index 83f7961..65c78f4 100644
--- a/perl-Digest-SHA.spec
+++ b/perl-Digest-SHA.spec
@@ -1,6 +1,6 @@
 Name:           perl-Digest-SHA
 Epoch:          1
-Version:        5.84
+Version:        5.85
 Release:        1%{?dist}
 Summary:        Perl extension for SHA-1/224/256/384/512
 License:        GPL+ or Artistic
@@ -10,13 +10,22 @@ Source0:        http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-%{version
 # Since 5.80, upstream overrides CFLAGS because they think it improves
 # performance. Revert it.
 Patch0:         Digest-SHA-5.84-Reset-CFLAGS.patch
+BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Getopt::Std)
+BuildRequires:  perl(strict)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(vars)
 # Optional run-time
 BuildRequires:  perl(Digest::base)
+# Tests
+BuildRequires:  perl(FileHandle)
 # Optional tests
 %if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -63,6 +72,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 28 2013 Petr Pisar <ppisar at redhat.com> - 1:5.85-1
+- 5.85 bump
+
 * Mon Mar 11 2013 Petr Pisar <ppisar at redhat.com> - 1:5.84-1
 - 5.84 bump
 
diff --git a/sources b/sources
index e1a3cfa..fa5a681 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e8a952b2728bac2a44caefc0abc9642  Digest-SHA-5.84.tar.gz
+7e9d19d00a66363012a6fdb3ae3ffd22  Digest-SHA-5.85.tar.gz



More information about the perl-devel mailing list