Compare commits

...

3 Commits
master ... f21

Author SHA1 Message Date
Petr Písař
68dac86d7c 5.95 bump 2015-01-30 11:05:51 +01:00
Petr Písař
b55af502ea Do not build-require version module 2014-10-29 09:26:08 +01:00
Petr Písař
cd1bd7ab6d 5.93 bump 2014-10-27 13:25:05 +01:00
4 changed files with 19 additions and 8 deletions

2
.gitignore vendored
View File

@ -17,3 +17,5 @@ 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
/Digest-SHA-5.95.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: 3%{?dist}
Version: 5.95
Release: 1%{?dist}
Summary: Perl extension for SHA-1/224/256/384/512
License: GPL+ or Artistic
Group: Development/Libraries
@ -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.91-Reset-CFLAGS.patch
Patch0: Digest-SHA-5.93-Reset-CFLAGS.patch
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -75,6 +75,15 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 1:5.95-1
- 5.95 bump
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1:5.93-2
- Do not build-require version module
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 1:5.93-1
- 5.93 bump
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.92-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
f6de59c9f7e23c3a46eedc0c20f56559 Digest-SHA-5.92.tar.gz
9ba7ba91935d041a02fe380d9a47d1f7 Digest-SHA-5.95.tar.gz