From af8fda73dd30b0488ba399dfb7e2dcefe2f0f28e Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Aug 07 2012 07:42:19 +0000 Subject: 0.64 bump --- diff --git a/.gitignore b/.gitignore index 0faba11..66bac07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Crypt-SSLeay-0.57.tar.gz /Crypt-SSLeay-0.58.tar.gz /Crypt-SSLeay-0.60.tar.gz +/Crypt-SSLeay-0.64.tar.gz diff --git a/perl-Crypt-SSLeay-cryptdef.patch b/perl-Crypt-SSLeay-cryptdef.patch deleted file mode 100644 index 3f61f62..0000000 --- a/perl-Crypt-SSLeay-cryptdef.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -up Crypt-SSLeay-0.57/SSLeay.xs.cryptdef Crypt-SSLeay-0.57/SSLeay.xs ---- Crypt-SSLeay-0.57/SSLeay.xs.cryptdef 2007-08-13 19:42:33.000000000 +0200 -+++ Crypt-SSLeay-0.57/SSLeay.xs 2008-09-24 15:33:48.000000000 +0200 -@@ -9,9 +9,6 @@ - #ifdef __cplusplus - extern "C" { - #endif --#include "EXTERN.h" --#include "perl.h" --#include "XSUB.h" - - /* build problem under openssl 0.9.6 and some builds of perl 5.8.x */ - #ifndef PERL5 -@@ -25,6 +22,11 @@ extern "C" { - #include "crypt_ssleay_version.h" - - #undef Free /* undo namespace pollution from crypto.h */ -+ -+#include "EXTERN.h" -+#include "perl.h" -+#include "XSUB.h" -+ - #ifdef __cplusplus - } - #endif diff --git a/perl-Crypt-SSLeay.spec b/perl-Crypt-SSLeay.spec index 923d5e0..7193ad6 100644 --- a/perl-Crypt-SSLeay.spec +++ b/perl-Crypt-SSLeay.spec @@ -1,13 +1,11 @@ Name: perl-Crypt-SSLeay Summary: Crypt::SSLeay - OpenSSL glue that provides LWP https support -Version: 0.60 +Version: 0.64 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz -Patch1: perl-Crypt-SSLeay-cryptdef.patch URL: http://search.cpan.org/dist/Crypt-SSLeay/ - BuildRequires: openssl-devel BuildRequires: perl(constant) BuildRequires: perl(Carp) @@ -48,9 +46,6 @@ necessary SSL glue for that module to work. %prep %setup -q -n Crypt-SSLeay-%{version} -%patch1 -p1 -b .cryptdef -# Fix line endings -perl -pi -e 's/\r$//' README %build if pkg-config openssl ; then @@ -67,6 +62,7 @@ make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null +%{_fixperms} %{buildroot} chmod -R u+w %{buildroot}/* chmod -R 644 eg/* chmod -R 644 certs/* @@ -77,15 +73,17 @@ ln -s /etc/pki/tls/certs/ca-bundle.crt certs/ca-bundle.crt make test %files -%doc README Changes eg/* certs/* +%doc Changes eg/* certs/* %{perl_vendorarch}/auto/Crypt/ %{perl_vendorarch}/Crypt/ %{perl_vendorarch}/Net/ %{_mandir}/man3/Crypt::SSLeay.3pm* %{_mandir}/man3/Net::SSL.3pm* - %changelog +* Tue Aug 07 2012 Petr Šabata - 0.64-1 +- 0.64 bump + * Mon Jul 30 2012 Petr Šabata - 0.60-1 - 0.60 bugfix bump - Drop command macros and modernize the spec a bit diff --git a/sources b/sources index 7c9489f..1104086 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04986e80e4a9f81479a98b32eb14a1c5 Crypt-SSLeay-0.60.tar.gz +4812f14d6e8c71714a26c0ad733666dc Crypt-SSLeay-0.64.tar.gz