From 59631efdc136292f40b3c0d5915027b88c2bdc50 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Mon, 11 Apr 2016 10:21:37 +0100
Subject: Update to 1.73

- New upstream release 1.73
  - Added X509_get_X509_PUBKEY
  - Added README.OSX with instructions on how to build for recent OS X
  - Added info about using OPENSSL_PREFIX to README.Win32
  - Added comments in POD about installation documentation
  - Added '/usr/local/opt/openssl/bin/openssl' to Openssl search path for
    latest version of OSX homebrew openssl
- Simplify find commands using -delete
---
 perl-Net-SSLeay.spec | 21 ++++++++++++++++-----
 sources              |  2 +-
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 0c9141f..0ec7023 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -2,20 +2,21 @@
 %global rpm49 %(rpm --version | perl -p -e 's/^.* 
(\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:          perl-Net-SSLeay
-Version:       1.72
-Release:       3%{?dist}
+Version:       1.73
+Release:       1%{?dist}
 Summary:       Perl extension for using OpenSSL
 Group:         Development/Libraries
 License:       Artistic 2.0
 URL:           http://search.cpan.org/dist/Net-SSLeay/
 Source0:       
http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-BuildRequires: openssl, openssl-devel
 # =========== Module Build ===========================
 BuildRequires: coreutils
 BuildRequires: findutils
 BuildRequires: gcc
 BuildRequires: make
+BuildRequires: openssl
+BuildRequires: openssl-devel
 BuildRequires: perl
 BuildRequires: perl-devel
 BuildRequires: perl(Cwd)
@@ -75,8 +76,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 # Remove script we don't want packaged
@@ -107,6 +108,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3*
 
 %changelog
+* Mon Apr 11 2016 Paul Howarth <[email protected]> - 1.73-1
+- Update to 1.73
+  - Added X509_get_X509_PUBKEY
+  - Added README.OSX with instructions on how to build for recent OS X
+  - Added info about using OPENSSL_PREFIX to README.Win32
+  - Added comments in POD about installation documentation
+  - Added '/usr/local/opt/openssl/bin/openssl' to Openssl search path for
+    latest version of OSX homebrew openssl
+- Simplify find commands using -delete
+
 * Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 
1.72-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 1ba6512..6b92ad3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a740d7792dbac8ca8c4eb38d3b8fbd01  Net-SSLeay-1.72.tar.gz
+be774ac8aa419e797056a7a1465bcfbd  Net-SSLeay-1.73.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Net-SSLeay.git/commit/?h=f24&id=59631efdc136292f40b3c0d5915027b88c2bdc50
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to