[perl-IO-Socket-SSL] Update to 1.45

Paul Howarth pghmcfc at fedoraproject.org
Thu Oct 13 19:29:26 UTC 2011


commit 90348cd7018c9b0f3c644ff8e0bd0a7a87fe3879
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Oct 13 20:16:19 2011 +0100

    Update to 1.45
    
    - New upstream release 1.45:
      - Fix readline to continue when getting interrupt waiting for more data
    - BR: perl(Carp)

 perl-IO-Socket-SSL.spec |   11 ++++++++---
 sources                 |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index a6e141f..e5f7d07 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -4,8 +4,8 @@
 #
 
 Name:		perl-IO-Socket-SSL
-Version:	1.44
-Release:	2%{?dist}
+Version:	1.45
+Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -13,7 +13,7 @@ URL:		http://search.cpan.org/dist/IO-Socket-SSL/
 Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
-BuildRequires:	perl(ExtUtils::MakeMaker), perl(Test::Simple)
+BuildRequires:	perl(Carp), perl(ExtUtils::MakeMaker), perl(Test::Simple)
 BuildRequires:	perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) >= 1.21
 BuildRequires:	procps
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -59,6 +59,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Thu Oct 13 2011 Paul Howarth <paul at city-fan.org> - 1.45-1
+- Update to 1.45
+  - fix readline to continue when getting interrupt waiting for more data
+- BR: perl(Carp)
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 1.44-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 005f584..8bb70c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9d23d3398f7c0dfce0a1cf6d21e86c7  IO-Socket-SSL-1.44.tar.gz
+4c1c1655da9cb5ee8da874893bfb7662  IO-Socket-SSL-1.45.tar.gz


More information about the scm-commits mailing list