From 327192316b956f52de8894f2125b651362f9fcf3 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Apr 25 2012 09:00:54 +0000 Subject: Update to 1.48 - New upstream release 1.48 - removed unneeded Debian_CPANTS.txt from MANIFEST - fixed incorrect documentation about the best way to call CTX_set_options - fixed problem that caused "Undefined subroutine utf8::encode" in t/local/33_x509_create_cert.t (on perl 5.6.2) - in examples and pod documentation, changed #!/usr/local/bin/perl to #!/usr/bin/perl - t/local/06_tcpecho.t now tries a number of ports to bind to until successful - No longer need to fix shellbangs in examples --- diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 960f65b..6ed5600 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -1,6 +1,6 @@ Name: perl-Net-SSLeay -Version: 1.47 -Release: 3%{?dist} +Version: 1.48 +Release: 1%{?dist} Summary: Perl extension for using OpenSSL Group: Development/Libraries License: OpenSSL @@ -39,10 +39,8 @@ so you can write servers or clients for more complicated applications. %prep %setup -q -n Net-SSLeay-%{version} -# Fix permissions and shellbangs in examples -# to avoid bogus doc-file dependencies +# Fix permissions in examples to avoid bogus doc-file dependencies chmod -c 644 examples/* -perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' examples/*.pl # Remove redundant unversioned provide if we don't have rpm 4.9 or later %global provfilt /bin/sh -c "%{__perl_provides} | grep -Fvx 'perl(Net::SSLeay)'" @@ -81,6 +79,18 @@ rm -rf %{buildroot} %{_mandir}/man3/Net::SSLeay::Handle.3pm* %changelog +* Wed Apr 25 2012 Paul Howarth - 1.48-1 +- update to 1.48 + - removed unneeded Debian_CPANTS.txt from MANIFEST + - fixed incorrect documentation about the best way to call CTX_set_options + - fixed problem that caused "Undefined subroutine utf8::encode" in + t/local/33_x509_create_cert.t (on perl 5.6.2) + - in examples and pod documentation, changed #!/usr/local/bin/perl to + #!/usr/bin/perl + - t/local/06_tcpecho.t now tries a number of ports to bind to until + successful +- no longer need to fix shellbangs in examples + * Thu Apr 19 2012 Paul Howarth - 1.47-3 - simplify Test::Kwalitee conditional diff --git a/sources b/sources index 53bf95c..06732ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5488d82a8e9291d6a7de5202a95cbbed Net-SSLeay-1.47.tar.gz +4e10d9da28f26732e37807820bf72af5 Net-SSLeay-1.48.tar.gz