5.91 bump

This commit is contained in:
Petr Písař 2014-05-26 10:29:02 +02:00
parent 215a75ae3d
commit fe871538af
4 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ Digest-SHA-5.45.tar.gz
/Digest-SHA-5.88.tar.gz
/Digest-SHA-5.89.tar.gz
/Digest-SHA-5.90.tar.gz
/Digest-SHA-5.91.tar.gz

View File

@ -1,4 +1,4 @@
From 4b80c8619b51efd4faa7130e72fae6d93d6f3b0d Mon Sep 17 00:00:00 2001
From bf3ad94505252daac8afa13776023e5ccf672fbd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Mon, 11 Mar 2013 09:44:22 +0100
Subject: [PATCH] Reset CFLAGS
@ -12,7 +12,7 @@ Signed-off-by: Petr Písař <ppisar@redhat.com>
1 file changed, 6 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index b0a65e7..e7a4e03 100644
index 8e882ca..f04dcbb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -64,12 +64,6 @@ if ($^O eq 'VMS') {
@ -27,7 +27,7 @@ index b0a65e7..e7a4e03 100644
-
push(@extra, CCFLAGS => '-W -Wall ' . $Config{ccflags}) if $opt_w;
my %att = (
my %attr = (
--
1.9.0
1.9.3

View File

@ -1,6 +1,6 @@
Name: perl-Digest-SHA
Epoch: 1
Version: 5.90
Version: 5.91
Release: 1%{?dist}
Summary: Perl extension for SHA-1/224/256/384/512
License: GPL+ or Artistic
@ -9,7 +9,7 @@ URL: http://search.cpan.org/dist/Digest-SHA/
Source0: http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-%{version}.tar.gz
# Since 5.80, upstream overrides CFLAGS because they think it improves
# performance. Revert it.
Patch0: Digest-SHA-5.90-Reset-CFLAGS.patch
Patch0: Digest-SHA-5.91-Reset-CFLAGS.patch
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -30,6 +30,7 @@ BuildRequires: perl(Digest::base)
BuildRequires: perl(FileHandle)
# Optional tests
%if !%{defined perl_bootstrap}
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 0.08
%endif
@ -74,6 +75,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon May 26 2014 Petr Pisar <ppisar@redhat.com> - 1:5.91-1
- 5.91 bump
* Fri May 09 2014 Petr Pisar <ppisar@redhat.com> - 1:5.90-1
- 5.90 bump

View File

@ -1 +1 @@
cf2c4b39daf076263ec5482e5de6cb6b Digest-SHA-5.90.tar.gz
a305942b9a3c7a96a66c048c78d8256b Digest-SHA-5.91.tar.gz