Update to 1.47

- New upstream release 1.47
  - fixed overlong lines and spelling errors in pod
  - fixed extra "garbage" files in 1.46 tarball
  - fixed incorrect fail reports on some 64 bit platforms
  - fix to avoid FAIL reports from cpantesters with missing openssl
  - use my_snprintf from ppport.h to prevent link failures with perl 5.8 and
    earlier when compiled with MSVC
This commit is contained in:
Paul Howarth 2012-04-04 09:25:15 +01:00
parent 4297dde3f4
commit 2bbbe67b57
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Net-SSLeay
Version: 1.46
Version: 1.47
Release: 1%{?dist}
Summary: Perl extension for using OpenSSL
Group: Development/Libraries
@ -80,6 +80,15 @@ rm -rf %{buildroot}
%{_mandir}/man3/Net::SSLeay::Handle.3pm*
%changelog
* Wed Apr 4 2012 Paul Howarth <paul@city-fan.org> - 1.47-1
- update to 1.47
- fixed overlong lines and spelling errors in pod
- fixed extra "garbage" files in 1.46 tarball
- fixed incorrect fail reports on some 64 bit platforms
- fix to avoid FAIL reports from cpantesters with missing openssl
- use my_snprintf from ppport.h to prevent link failures with perl 5.8 and
earlier when compiled with MSVC
* Tue Apr 3 2012 Paul Howarth <paul@city-fan.org> - 1.46-1
- update to 1.46 (see Changes file for details)
- BR: openssl as well as openssl-devel, needed for building

View File

@ -1 +1 @@
02ebd818307773f5c9844678e9a38a7d Net-SSLeay-1.46.tar.gz
5488d82a8e9291d6a7de5202a95cbbed Net-SSLeay-1.47.tar.gz