- update to 1.45

- fix readline to continue when getting interrupt waiting for more
  data. Thanks to kgc[AT]corp[DOT]sonic[DOT]net for reporting problem

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=36
This commit is contained in:
Vítězslav Čížek 2011-10-17 14:44:21 +00:00 committed by Git OBS Bridge
parent cdd4419637
commit ba0fcf3f41
4 changed files with 19 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fd6603b4187660553d995f5cfa1a7423201d480f293b4396d43912163e86ff5
size 69342

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:209c19501a4684440cf49e8a548319dab00802f142b806ec810f570e5bfb6a87
size 69482

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 17 01:35:42 UTC 2011 - vcizek@suse.com
- update to 1.45
- fix readline to continue when getting interrupt waiting for more
data. Thanks to kgc[AT]corp[DOT]sonic[DOT]net for reporting problem
-------------------------------------------------------------------
Fri May 27 20:07:41 UTC 2011 - pascal.bleser@opensuse.org

View File

@ -18,7 +18,7 @@
Name: perl-IO-Socket-SSL
Version: 1.44
Version: 1.45
Release: 1
License: GPL+ or Artistic
%define cpan_name IO-Socket-SSL
@ -26,17 +26,17 @@ Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
Url: http://search.cpan.org/dist/IO-Socket-SSL/
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Net::SSLeay) >= 1.21
Requires: perl(Net::SSLeay) >= 1.21
# MANUAL BEGIN
BuildRequires: perl(IO::Socket::INET6)
BuildRequires: perl(Net::LibIDN)
BuildRequires: perl(Net::SSLeay) >= 1.21
BuildRequires: perl-macros
Requires: perl(Net::SSLeay) >= 1.21
Recommends: perl(IO::Socket::INET6)
Recommends: perl(Net::LibIDN)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
# MANUAL END
%{perl_requires}
@ -64,8 +64,8 @@ If you are trying to use it with threads see the BUGS section.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
%perl_make_install
@ -73,7 +73,7 @@ If you are trying to use it with threads see the BUGS section.
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
rm -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)