Update to 1.45
- New upstream release 1.45: - Fix readline to continue when getting interrupt waiting for more data - BR: perl(Carp)
This commit is contained in:
parent
4a6b2a484b
commit
90348cd701
@ -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@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@redhat.com> - 1.44-2
|
||||
- Perl mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user