diff --git a/.gitignore b/.gitignore index b2362d3..1a8dc3e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Digest-SHA-5.83-Reset-CFLAGS.patch b/Digest-SHA-5.84-Reset-CFLAGS.patch similarity index 63% rename from Digest-SHA-5.83-Reset-CFLAGS.patch rename to Digest-SHA-5.84-Reset-CFLAGS.patch index fd1888e..ece3b78 100644 --- a/Digest-SHA-5.83-Reset-CFLAGS.patch +++ b/Digest-SHA-5.84-Reset-CFLAGS.patch @@ -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?= -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 diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec index e276df3..83f7961 100644 --- a/perl-Digest-SHA.spec +++ b/perl-Digest-SHA.spec @@ -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 - 1:5.84-1 +- 5.84 bump + * Tue Mar 05 2013 Petr Pisar - 1:5.83-1 - 5.83 bump diff --git a/sources b/sources index 5add82d..e1a3cfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1df5618214ca7d2974f39e91a8ae2df Digest-SHA-5.83.tar.gz +5e8a952b2728bac2a44caefc0abc9642 Digest-SHA-5.84.tar.gz