- updated to 1.40

- integrated patch from GAAS to get IDN support from URI.
   https://rt.cpan.org/Ticket/Display.html?id=67676
 - fix in exampel/async_https_server.
   Thanks to DetlefPilzecker[AT]web[DOT]de for reporting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2011-05-04 11:11:22 +00:00 committed by Git OBS Bridge
parent a2e3a08e88
commit 9922d824d8
4 changed files with 25 additions and 36 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30d46e67a2da50400eaeae5bc07a1687839e3cfed2347eabe444f37cdf6d286a
size 61159

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7137ed8ee6b88ac34dc4bd9c9b96114ecc2b5008847adc8100b7ca0ea19afae4
size 68206

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 4 10:55:36 UTC 2011 - coolo@opensuse.org
- updated to 1.40
- integrated patch from GAAS to get IDN support from URI.
https://rt.cpan.org/Ticket/Display.html?id=67676
- fix in exampel/async_https_server.
Thanks to DetlefPilzecker[AT]web[DOT]de for reporting
-------------------------------------------------------------------
Fri Mar 4 16:34:20 UTC 2011 - vcizek@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-IO-Socket-SSL
# spec file for package perl-IO-Socket-SSL (Version 1.40)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,31 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-IO-Socket-SSL
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
Version: 1.39
Version: 1.40
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET.
Url: http://search.cpan.org/dist/IO-Socket-SSL/
#Source: http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-1.34.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
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
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Net::LibIDN)
BuildRequires: perl(Net::SSLeay) >= 1.21
BuildRequires: perl(Scalar::Util)
Requires: perl(Net::SSLeay) >= 1.21
Requires: perl(Scalar::Util)
# MANUAL BEGIN
BuildRequires: perl(Net::LibIDN)
Recommends: perl(IO::Socket::INET6)
Recommends: perl(Net::LibIDN)
# MANUAL END
%{perl_requires}
%description
This module is a true drop-in replacement for IO::Socket::INET that uses
@ -61,12 +57,6 @@ support for non-blocking.
If you are trying to use it with threads see the BUGS section.
Authors:
--------
Steffen Ullrich, <steffen at genua.de> is the current maintainer.
Peter Behroozi, <behrooz at fas.harvard.edu>
Marko Asplund, <marko.asplund at kronodoc.fi> original author of IO::Socket::SSL
%prep
%setup -q -n %{cpan_name}-%{version}
@ -79,24 +69,14 @@ Authors:
%install
%perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,-)
%doc BUGS Changes README example util
%defattr(-,root,root,755)
%doc BUGS Changes README README.Win32
%changelog