[perl-Crypt-OpenSSL-DSA] new 0.14 upstream release

Wes Hardaker hardaker at fedoraproject.org
Wed Oct 17 13:21:03 UTC 2012


commit 32f4f84abee617e382509b4a980acd3ddb8a6854
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Wed Oct 17 06:20:59 2012 -0700

    new 0.14 upstream release

 .gitignore                  |    1 +
 perl-Crypt-OpenSSL-DSA.spec |   13 ++++++-------
 sources                     |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f3f42d..1688eba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Crypt-OpenSSL-DSA-0.13.tar.gz
+/Crypt-OpenSSL-DSA-0.14.tar.gz
diff --git a/perl-Crypt-OpenSSL-DSA.spec b/perl-Crypt-OpenSSL-DSA.spec
index fb8aa59..7328a44 100644
--- a/perl-Crypt-OpenSSL-DSA.spec
+++ b/perl-Crypt-OpenSSL-DSA.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-OpenSSL-DSA
-Version:        0.13
-Release:        22%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        Perl interface to OpenSSL for DSA
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
@@ -8,20 +8,16 @@ URL:            http://search.cpan.org/dist/Crypt-OpenSSL-DSA/
 Source0:        http://www.cpan.org/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl openssl-devel perl(Test) perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Digest::SHA1) perl(File::Temp)
+BuildRequires:  perl(Digest::SHA) perl(File::Temp)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Patch1: Crypt-OpenSSL-DSA-0.13-security_croak-in-do_verify-too.patch
-
 %description
 Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL
 
 %prep
 %setup -q -n Crypt-OpenSSL-DSA-%{version}
 
-%patch1 -p1
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -51,6 +47,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 17 2012 Wes Hardaker <wjhns174 at hardakers.net> - 0.14-1
+- Update to upstream 0.14 for bug fixes
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3ac19bc..6ac88aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ae371799108731623a8d9b3adf7f767  Crypt-OpenSSL-DSA-0.13.tar.gz
+61d06e8fe9c12e96743989ff13c7ea73  Crypt-OpenSSL-DSA-0.14.tar.gz


More information about the scm-commits mailing list