Accepting request 107589 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/107589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=54
This commit is contained in:
Stephan Kulow 2012-03-01 16:24:25 +00:00 committed by Git OBS Bridge
commit b745629f93
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:154b2790e2e66da6be3f1ee5c344d4bd976c414cd3a30f276dcce91fc1402cf9
size 70251

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 22 02:35:27 UTC 2012 - vcizek@suse.com
- update to 1.55
- work around IO::Sockets work around for systems returning EISCONN etc
on connect retry for non-blocking sockets by clearing $! if SUPER::connect
returned true.
https://rt.cpan.org/Ticket/Display.html?id=75101
Thanks for Manoj Kumar for reporting.
-------------------------------------------------------------------
Fri Jan 13 02:36:10 UTC 2012 - vcizek@suse.com

View File

@ -16,14 +16,15 @@
#
Name: perl-IO-Socket-SSL
Version: 1.54
Version: 1.55
Release: 0
License: Artistic-1.0 or GPL-1.0+
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
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
BuildRequires: perl
# MANUAL BEGIN