Update to 1.952

- New upstream release 1.952
  - Fix t/acceptSSL-timeout.t on Win32 (CPAN RT#86862)
This commit is contained in:
Paul Howarth 2013-07-12 11:08:57 +01:00
parent 5289b4544b
commit 263c00b81a
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Work around Perl/RPM versioning inconsistencies # Work around Perl/RPM versioning inconsistencies
%global rpmversion 1.95.1 %global rpmversion 1.95.2
%global cpanversion 1.951 %global cpanversion 1.952
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: %{rpmversion} Version: %{rpmversion}
@ -74,6 +74,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm* %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
%changelog %changelog
* Fri Jul 12 2013 Paul Howarth <paul@city-fan.org> - 1.95.2-1
- Update to 1.952
- Fix t/acceptSSL-timeout.t on Win32 (CPAN RT#86862)
* Wed Jul 3 2013 Paul Howarth <paul@city-fan.org> - 1.95.1-1 * Wed Jul 3 2013 Paul Howarth <paul@city-fan.org> - 1.95.1-1
- Update to 1.951 - Update to 1.951
(1.950) (1.950)

View File

@ -1 +1 @@
dcaec234df6c405609fef322f6e0c3f9 IO-Socket-SSL-1.951.tar.gz efb82ed55d40fd0f00ab8c9723999a12 IO-Socket-SSL-1.952.tar.gz