- Update to latest upstream version: 1.15
- Add buildreq and req for perl(Net::LibIDN) to avoid croaking when trying to verify an international name against a certificate
This commit is contained in:
parent
41492346e8
commit
a2d6c29c01
@ -1 +1 @@
|
|||||||
IO-Socket-SSL-1.14.tar.gz
|
IO-Socket-SSL-1.15.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.14
|
Version: 1.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -13,8 +13,10 @@ 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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker), perl(Net::SSLeay) >= 1.21, perl(Test::Simple)
|
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple)
|
||||||
|
BuildRequires: 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)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is a true drop-in replacement for IO::Socket::INET that
|
This module is a true drop-in replacement for IO::Socket::INET that
|
||||||
@ -58,6 +60,11 @@ done
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 30 2008 Paul Howarth <paul@city-fan.org> - 1.15-1
|
||||||
|
- Update to latest upstream version: 1.15
|
||||||
|
- Add buildreq and req for perl(Net::LibIDN) to avoid croaking when trying to
|
||||||
|
verify an international name against a certificate
|
||||||
|
|
||||||
* Wed Jul 16 2008 Paul Howarth <paul@city-fan.org> - 1.14-1
|
* Wed Jul 16 2008 Paul Howarth <paul@city-fan.org> - 1.14-1
|
||||||
- Update to latest upstream version: 1.14
|
- Update to latest upstream version: 1.14
|
||||||
- BuildRequire perl(Net::SSLeay) >= 1.21
|
- BuildRequire perl(Net::SSLeay) >= 1.21
|
||||||
@ -66,7 +73,7 @@ done
|
|||||||
- Rebuild for perl 5.10 (again)
|
- Rebuild for perl 5.10 (again)
|
||||||
|
|
||||||
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-3
|
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-3
|
||||||
- rebuild for new perl
|
- Rebuild for new perl
|
||||||
|
|
||||||
* Wed Nov 28 2007 Paul Howarth <paul@city-fan.org> - 1.12-2
|
* Wed Nov 28 2007 Paul Howarth <paul@city-fan.org> - 1.12-2
|
||||||
- Cosmetic spec changes suiting new maintainer's preferences
|
- Cosmetic spec changes suiting new maintainer's preferences
|
||||||
@ -80,8 +87,8 @@ done
|
|||||||
- Resolves: bz#226264
|
- Resolves: bz#226264
|
||||||
|
|
||||||
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-1.1
|
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-1.1
|
||||||
- correct license tag
|
- Correct license tag
|
||||||
- add BR: perl(ExtUtils::MakeMaker)
|
- Add BR: perl(ExtUtils::MakeMaker)
|
||||||
|
|
||||||
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 1.02-1
|
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 1.02-1
|
||||||
- Upgrade to latest CPAN version: 1.02
|
- Upgrade to latest CPAN version: 1.02
|
||||||
@ -99,7 +106,7 @@ done
|
|||||||
- 0.991
|
- 0.991
|
||||||
|
|
||||||
* Wed Jul 12 2006 Warren Togami <wtogami@redhat.com> - 0.97-3
|
* Wed Jul 12 2006 Warren Togami <wtogami@redhat.com> - 0.97-3
|
||||||
- import into FC6
|
- Import into FC6
|
||||||
|
|
||||||
* Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.97-2
|
* Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.97-2
|
||||||
- Rebuild for FC5 (perl 5.8.8).
|
- Rebuild for FC5 (perl 5.8.8).
|
||||||
@ -110,7 +117,7 @@ done
|
|||||||
- Convert docs to UTF-8, drop some unuseful ones.
|
- Convert docs to UTF-8, drop some unuseful ones.
|
||||||
|
|
||||||
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
|
||||||
- rebuilt
|
- Rebuilt
|
||||||
|
|
||||||
* Tue Oct 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-3
|
* Tue Oct 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-3
|
||||||
- Disable session test suite even if Net::SSLeay >= 1.26 is available.
|
- Disable session test suite even if Net::SSLeay >= 1.26 is available.
|
||||||
|
Loading…
Reference in New Issue
Block a user