5.93 bump

This commit is contained in:
Petr Písař 2014-10-27 13:21:10 +01:00
parent 5a4c248015
commit f576b0cf78
4 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ Digest-SHA-5.45.tar.gz
/Digest-SHA-5.90.tar.gz
/Digest-SHA-5.91.tar.gz
/Digest-SHA-5.92.tar.gz
/Digest-SHA-5.93.tar.gz

View File

@ -1,4 +1,4 @@
From bf3ad94505252daac8afa13776023e5ccf672fbd Mon Sep 17 00:00:00 2001
From 6c9234f3b27b3be7d89c277302464015f413e462 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 8e882ca..f04dcbb 100644
index af2c0c3..65f4771 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -64,12 +64,6 @@ if ($^O eq 'VMS') {
@ -25,9 +25,9 @@ index 8e882ca..f04dcbb 100644
- push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
-}
-
push(@extra, CCFLAGS => '-W -Wall ' . $Config{ccflags}) if $opt_w;
my $fussy = '-Wall -Wextra -Wconversion -Wcast-align -Wpointer-arith ';
push(@extra, CCFLAGS => $fussy . $Config{ccflags}) if $opt_w;
my %attr = (
--
1.9.3

View File

@ -1,7 +1,7 @@
Name: perl-Digest-SHA
Epoch: 1
Version: 5.92
Release: 5%{?dist}
Version: 5.93
Release: 1%{?dist}
Summary: Perl extension for SHA-1/224/256/384/512
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,13 +9,14 @@ 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.91-Reset-CFLAGS.patch
Patch0: Digest-SHA-5.93-Reset-CFLAGS.patch
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Getopt::Std)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(version)
# Run-time
BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
@ -75,6 +76,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1:5.93-1
- 5.93 bump
* Mon Sep 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.92-5
- Perl 5.20 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
f6de59c9f7e23c3a46eedc0c20f56559 Digest-SHA-5.92.tar.gz
d3cc8a7af2b04d3d10f4202874cc6659 Digest-SHA-5.93.tar.gz