[perl-Crypt-OpenSSL-X509] added patch to remove unneeded testing fixes

Wes Hardaker hardaker at fedoraproject.org
Fri Sep 10 00:31:00 UTC 2010


commit 8caa12d3aafdb55278f7c6f0e810de9d894d09a1
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Thu Sep 9 17:29:01 2010 -0700

    added patch to remove unneeded testing fixes

 .gitignore                   |    1 +
 perl-Crypt-OpenSSL-X509.spec |    8 +++++++-
 sources                      |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca6d008..ab577f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Crypt-OpenSSL-X509-0.7.tar.gz
 /Crypt-OpenSSL-X509-1.4.tar.gz
+/perl-Crypt-OpenSSL-X509-fixed-in-base.patch
diff --git a/perl-Crypt-OpenSSL-X509.spec b/perl-Crypt-OpenSSL-X509.spec
index b091b20..1cf1da7 100644
--- a/perl-Crypt-OpenSSL-X509.spec
+++ b/perl-Crypt-OpenSSL-X509.spec
@@ -1,12 +1,13 @@
 Name:           perl-Crypt-OpenSSL-X509
 Version:        1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl interface to OpenSSL for X509
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-OpenSSL-X509/
 Source0:        http://www.cpan.org/authors/id/D/DA/DANIEL/Crypt-OpenSSL-X509-%{version}.tar.gz
 Patch1:         perl-Crypt-OpenSSL-X509-openssl.patch
+Patch2:		perl-Crypt-OpenSSL-X509-fixed-in-base.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl openssl-devel
 BuildRequires:  perl(Test::More) perl(Test::Pod) perl(Module::Install)
@@ -19,6 +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
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,6 +51,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep  9 2010 Wes Hardaker <wjhns174 at hardakers.net> - 1.4-2
+- removed broken tests that are probably related to patches applied to
+  the main openssl base
+
 * Thu Sep  9 2010 Wes Hardaker <wjhns174 at hardakers.net> - 1.4-1
 - Update to the upstream
 
diff --git a/sources b/sources
index 45938ce..2a2fa98 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 cc78b8deb9268e7ff2360357aac589da  Crypt-OpenSSL-X509-1.4.tar.gz
+6da0c9f581a3c112ef57b296ff1b503f  perl-Crypt-OpenSSL-X509-fixed-in-base.patch


More information about the scm-commits mailing list