5.90 bump

This commit is contained in:
Petr Písař 2014-05-09 08:53:59 +02:00
parent 55daea5e2b
commit 215a75ae3d
4 changed files with 20 additions and 10 deletions

1
.gitignore vendored
View File

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

View File

@ -1,17 +1,21 @@
From 77ac96bd42f3986dd77e5f1afcdb3e71d2aa03b3 Mon Sep 17 00:00:00 2001
From 4b80c8619b51efd4faa7130e72fae6d93d6f3b0d 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
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
Makefile.PL | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index 3d83865..f0d08a1 100644
index b0a65e7..e7a4e03 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,12 +27,6 @@ if ($^O eq 'VMS') {
@@ -64,12 +64,6 @@ if ($^O eq 'VMS') {
}
}
@ -21,9 +25,9 @@ index 3d83865..f0d08a1 100644
- push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
-}
-
push(@extra, CCFLAGS => '-W -Wall ' . $Config{ccflags}) if $opt_w;
my %att = (
'NAME' => 'Digest::SHA',
'VERSION_FROM' => $PM,
--
1.8.1.4
1.9.0

View File

@ -1,6 +1,6 @@
Name: perl-Digest-SHA
Epoch: 1
Version: 5.89
Version: 5.90
Release: 1%{?dist}
Summary: Perl extension for SHA-1/224/256/384/512
License: GPL+ or Artistic
@ -9,19 +9,21 @@ 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.84-Reset-CFLAGS.patch
Patch0: Digest-SHA-5.90-Reset-CFLAGS.patch
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Getopt::Std)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
# Run-time
BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl)
# Getopt::Long not used at tests
BuildRequires: perl(integer)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Optional run-time
BuildRequires: perl(Digest::base)
# Tests
@ -72,6 +74,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri May 09 2014 Petr Pisar <ppisar@redhat.com> - 1:5.90-1
- 5.90 bump
* Fri Apr 25 2014 Petr Pisar <ppisar@redhat.com> - 1:5.89-1
- 5.89 bump

View File

@ -1 +1 @@
52df7556249f475015ec68e6c9ce5b4c Digest-SHA-5.89.tar.gz
cf2c4b39daf076263ec5482e5de6cb6b Digest-SHA-5.90.tar.gz