- Update to latest upstream version: 1.14
- BuildRequire perl(Net::SSLeay) >= 1.21
This commit is contained in:
parent
f4442d1c50
commit
41492346e8
@ -1 +1 @@
|
||||
IO-Socket-SSL-1.12.tar.gz
|
||||
IO-Socket-SSL-1.14.tar.gz
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.12
|
||||
Release: 4%{?dist}
|
||||
Version: 1.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -13,7 +13,7 @@ URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker), perl(Net::SSLeay), perl(Test::Simple)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker), perl(Net::SSLeay) >= 1.21, perl(Test::Simple)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -58,6 +58,10 @@ done
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2008 Paul Howarth <paul@city-fan.org> - 1.14-1
|
||||
- Update to latest upstream version: 1.14
|
||||
- BuildRequire perl(Net::SSLeay) >= 1.21
|
||||
|
||||
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-4
|
||||
- Rebuild for perl 5.10 (again)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user