5.84 bump

This commit is contained in:
Petr Písař 2013-03-11 09:46:48 +01:00
parent 5c5b328b2b
commit 7baf5be50d
4 changed files with 13 additions and 9 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ Digest-SHA-5.45.tar.gz
/Digest-SHA-5.81.tar.gz
/Digest-SHA-5.82.tar.gz
/Digest-SHA-5.83.tar.gz
/Digest-SHA-5.84.tar.gz

View File

@ -1,6 +1,6 @@
From 2b5f0d59a03a0e0a8310fb9172563d3b1bb107cf Mon Sep 17 00:00:00 2001
From 77ac96bd42f3986dd77e5f1afcdb3e71d2aa03b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Tue, 5 Mar 2013 13:42:40 +0100
Date: Mon, 11 Mar 2013 09:44:22 +0100
Subject: [PATCH] Reset CFLAGS
---
@ -8,7 +8,7 @@ Subject: [PATCH] Reset CFLAGS
1 file changed, 6 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index f367dfa..079c774 100644
index 3d83865..f0d08a1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,12 +27,6 @@ if ($^O eq 'VMS') {
@ -21,9 +21,9 @@ index f367dfa..079c774 100644
- push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
-}
-
my @srcs = map { "src/$_" } qw(sha.c sha64bit.c);
my @hdrs = map { "src/$_" } qw(sha.h sha64bit.h);
my $deps = join(' ', @srcs, @hdrs);
my %att = (
'NAME' => 'Digest::SHA',
'VERSION_FROM' => $PM,
--
1.8.1.4

View File

@ -1,6 +1,6 @@
Name: perl-Digest-SHA
Epoch: 1
Version: 5.83
Version: 5.84
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.83-Reset-CFLAGS.patch
Patch0: Digest-SHA-5.84-Reset-CFLAGS.patch
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time
BuildRequires: perl(Carp)
@ -63,6 +63,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Mar 11 2013 Petr Pisar <ppisar@redhat.com> - 1:5.84-1
- 5.84 bump
* Tue Mar 05 2013 Petr Pisar <ppisar@redhat.com> - 1:5.83-1
- 5.83 bump

View File

@ -1 +1 @@
e1df5618214ca7d2974f39e91a8ae2df Digest-SHA-5.83.tar.gz
5e8a952b2728bac2a44caefc0abc9642 Digest-SHA-5.84.tar.gz