[perl-Crypt-SSLeay] 0.64 bump

Petr Šabata psabata at fedoraproject.org
Tue Aug 7 07:44:06 UTC 2012


commit af8fda73dd30b0488ba399dfb7e2dcefe2f0f28e
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Aug 7 09:42:19 2012 +0200

    0.64 bump

 .gitignore                       |    1 +
 perl-Crypt-SSLeay-cryptdef.patch |   25 -------------------------
 perl-Crypt-SSLeay.spec           |   14 ++++++--------
 sources                          |    2 +-
 4 files changed, 8 insertions(+), 34 deletions(-)
---
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.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 <contyk at redhat.com> - 0.64-1
+- 0.64 bump
+
 * Mon Jul 30 2012 Petr Šabata <contyk at redhat.com> - 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


More information about the scm-commits mailing list