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:
parent
4297dde3f4
commit
2bbbe67b57
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user