OBS User unknown 2007-06-11 11:08:20 +00:00 committed by Git OBS Bridge
parent 596286e387
commit ecc920fd11
5 changed files with 22 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 11 09:36:41 CEST 2007 - anicka@suse.cz
- update to 1.07
* fix t/nonblock.t on systems which have by default a larger
socket buffer. Set SO_SNDBUF explicitly with setsockopt
to force smaller writes on the socket
- move testing to %check
-------------------------------------------------------------------
Tue May 15 16:10:34 CEST 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-IO-Socket-SSL (Version 1.06)
# spec file for package perl-IO-Socket-SSL (Version 1.07)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: perl-IO-Socket-SSL
BuildRequires: perl-Net_SSLeay perl-libwww-perl
Version: 1.06
Version: 1.07
Release: 1
Provides: p_iossl
Obsoletes: p_iossl
@ -46,6 +46,8 @@ Authors:
%build
perl Makefile.PL
make
%check
make test
%install
@ -64,6 +66,12 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Mon Jun 11 2007 - anicka@suse.cz
- update to 1.07
* fix t/nonblock.t on systems which have by default a larger
socket buffer. Set SO_SNDBUF explicitly with setsockopt
to force smaller writes on the socket
- move testing to %%check
* Tue May 15 2007 - anicka@suse.cz
- update to 1.06
* instead of setting undef args to '' in configure_SSL drop