[perl-Digest-SHA] 5.90 bump

Petr Pisar ppisar at fedoraproject.org
Fri May 9 06:54:07 UTC 2014


commit 215a75ae3da44178d28f2196a79867fe3f77a90b
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri May 9 08:53:59 2014 +0200

    5.90 bump

 .gitignore                                         |    1 +
 ...AGS.patch => Digest-SHA-5.90-Reset-CFLAGS.patch |   16 ++++++++++------
 perl-Digest-SHA.spec                               |   11 ++++++++---
 sources                                            |    2 +-
 4 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d37e328..323422b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/Digest-SHA-5.84-Reset-CFLAGS.patch b/Digest-SHA-5.90-Reset-CFLAGS.patch
similarity index 58%
rename from Digest-SHA-5.84-Reset-CFLAGS.patch
rename to Digest-SHA-5.90-Reset-CFLAGS.patch
index ece3b78..84aad1d 100644
--- a/Digest-SHA-5.84-Reset-CFLAGS.patch
+++ b/Digest-SHA-5.90-Reset-CFLAGS.patch
@@ -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 at 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 at 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
 
diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec
index bb212f3..b708a27 100644
--- a/perl-Digest-SHA.spec
+++ b/perl-Digest-SHA.spec
@@ -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 at redhat.com> - 1:5.90-1
+- 5.90 bump
+
 * Fri Apr 25 2014 Petr Pisar <ppisar at redhat.com> - 1:5.89-1
 - 5.89 bump
 
diff --git a/sources b/sources
index b96fa8d..5f7437e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52df7556249f475015ec68e6c9ce5b4c  Digest-SHA-5.89.tar.gz
+cf2c4b39daf076263ec5482e5de6cb6b  Digest-SHA-5.90.tar.gz



More information about the perl-devel mailing list