[perl-Crypt-OpenSSL-X509/el6/master] reenable the patch for el6 with a newer openssl

Wes Hardaker hardaker at fedoraproject.org
Thu Jan 13 23:33:15 UTC 2011


commit ed4cf73a8d8200f288e7437c0f63137d2dc94641
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Thu Jan 13 15:33:04 2011 -0800

    reenable the patch for el6 with a newer openssl

 perl-Crypt-OpenSSL-X509.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Crypt-OpenSSL-X509.spec b/perl-Crypt-OpenSSL-X509.spec
index 04559a7..eaae917 100644
--- a/perl-Crypt-OpenSSL-X509.spec
+++ b/perl-Crypt-OpenSSL-X509.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-OpenSSL-X509
 Version:        1.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl interface to OpenSSL for X509
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
@@ -20,7 +20,7 @@ Crypt::OpenSSL::X509 - Perl extension to OpenSSL's X509 API.
 %prep
 %setup -q -n Crypt-OpenSSL-X509-%{version}
 #%patch1 -p1 -b .openssl
-#%patch2 -p0 -b .fixed-in-base
+%patch2 -p0 -b .fixed-in-base
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 13 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.6-4
+- reenable the patch for el6, which has a newer openssl
+
 * Thu Jan 13 2011 Wes Hardaker <wjhns174 at hardakers.net> - 1.6-3
 - removed the patch that is only needed for newer versions of openssl
 


More information about the scm-commits mailing list