Accepting request 88225 from devel:languages:perl
- 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/request/show/88225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=46
This commit is contained in:
commit
4141865d66
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8fd6603b4187660553d995f5cfa1a7423201d480f293b4396d43912163e86ff5
|
|
||||||
size 69342
|
|
3
IO-Socket-SSL-1.45.tar.gz
Normal file
3
IO-Socket-SSL-1.45.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:209c19501a4684440cf49e8a548319dab00802f142b806ec810f570e5bfb6a87
|
||||||
|
size 69482
|
@ -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
|
Fri May 27 20:07:41 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.44
|
Version: 1.45
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name IO-Socket-SSL
|
%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/
|
Url: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
|
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
|
||||||
BuildRequires: perl-macros
|
|
||||||
BuildRequires: perl(Net::SSLeay) >= 1.21
|
|
||||||
Requires: perl(Net::SSLeay) >= 1.21
|
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
BuildRequires: perl(IO::Socket::INET6)
|
BuildRequires: perl(IO::Socket::INET6)
|
||||||
BuildRequires: perl(Net::LibIDN)
|
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(IO::Socket::INET6)
|
||||||
Recommends: perl(Net::LibIDN)
|
Recommends: perl(Net::LibIDN)
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
# MANUAL END
|
# MANUAL END
|
||||||
%{perl_requires}
|
%{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}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@ -73,7 +73,7 @@ If you are trying to use it with threads see the BUGS section.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user