Update to latest upstream version: 1.18 BR: perl(IO::Socket::INET6) for
extra test coverage
This commit is contained in:
parent
43c3bd4161
commit
9cf5eac9ec
@ -1 +1 @@
|
|||||||
IO-Socket-SSL-1.17.tar.gz
|
IO-Socket-SSL-1.18.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.17
|
Version: 1.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -14,7 +14,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{versi
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple)
|
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple)
|
||||||
BuildRequires: perl(Net::LibIDN), perl(Net::SSLeay) >= 1.21
|
BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) >= 1.21
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Requires: perl(Net::LibIDN)
|
Requires: perl(Net::LibIDN)
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ done
|
|||||||
%check
|
%check
|
||||||
# Avoid running the session tests (spawns servers, requires 3 free ports
|
# Avoid running the session tests (spawns servers, requires 3 free ports
|
||||||
# and possibly manual configuration).
|
# and possibly manual configuration).
|
||||||
%{?!_with_sessiontests:mv t/sessions.t t/sessions.t.disable}
|
%{?!_with_sessiontests:%{__mv} t/sessions.t t/sessions.t.disable}
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -60,6 +60,10 @@ done
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 18 2008 Paul Howarth <paul@city-fan.org> - 1.18-1
|
||||||
|
- Update to latest upstream version: 1.18
|
||||||
|
- BR: perl(IO::Socket::INET6) for extra test coverage
|
||||||
|
|
||||||
* Mon Oct 13 2008 Paul Howarth <paul@city-fan.org> - 1.17-1
|
* Mon Oct 13 2008 Paul Howarth <paul@city-fan.org> - 1.17-1
|
||||||
- Update to latest upstream version: 1.17
|
- Update to latest upstream version: 1.17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user