[perl-Digest-SHA] 5.93 bump

Petr Pisar ppisar at fedoraproject.org
Mon Oct 27 12:21:43 UTC 2014


commit f576b0cf780a2cd15703916563437633cd838302
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 27 13:21:10 2014 +0100

    5.93 bump

 .gitignore                                         |    1 +
 ...AGS.patch => Digest-SHA-5.93-Reset-CFLAGS.patch |    8 ++++----
 perl-Digest-SHA.spec                               |   10 +++++++---
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47cac80..9abffba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/Digest-SHA-5.91-Reset-CFLAGS.patch b/Digest-SHA-5.93-Reset-CFLAGS.patch
similarity index 73%
rename from Digest-SHA-5.91-Reset-CFLAGS.patch
rename to Digest-SHA-5.93-Reset-CFLAGS.patch
index d5b396a..0c9f5d7 100644
--- a/Digest-SHA-5.91-Reset-CFLAGS.patch
+++ b/Digest-SHA-5.93-Reset-CFLAGS.patch
@@ -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 at 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 at 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
 
diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec
index 0b1f74e..df011c5 100644
--- a/perl-Digest-SHA.spec
+++ b/perl-Digest-SHA.spec
@@ -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 at redhat.com> - 1:5.93-1
+- 5.93 bump
+
 * Mon Sep 08 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1:5.92-5
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 56073e9..cb4bb31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6de59c9f7e23c3a46eedc0c20f56559  Digest-SHA-5.92.tar.gz
+d3cc8a7af2b04d3d10f4202874cc6659  Digest-SHA-5.93.tar.gz



More information about the perl-devel mailing list