rpms/perl-IO-Socket-SSL/F-9 .cvsignore, 1.8, 1.9 perl-IO-Socket-SSL.spec, 1.11, 1.12 sources, 1.8, 1.9

Paul Howarth pghmcfc at fedoraproject.org
Tue Nov 18 10:09:14 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14904

Modified Files:
	.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
resync with devel


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	26 Oct 2007 18:18:32 -0000	1.8
+++ .cvsignore	18 Nov 2008 10:08:44 -0000	1.9
@@ -1 +1 @@
-IO-Socket-SSL-1.12.tar.gz
+IO-Socket-SSL-1.18.tar.gz


Index: perl-IO-Socket-SSL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9/perl-IO-Socket-SSL.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-IO-Socket-SSL.spec	2 Mar 2008 15:57:00 -0000	1.11
+++ perl-IO-Socket-SSL.spec	18 Nov 2008 10:08:44 -0000	1.12
@@ -4,8 +4,8 @@
 #
 
 Name:		perl-IO-Socket-SSL
-Version:	1.12
-Release:	4%{?dist}
+Version:	1.18
+Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -13,8 +13,10 @@
 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(Test::Simple)
+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(Net::LibIDN)
 
 %description
 This module is a true drop-in replacement for IO::Socket::INET that
@@ -45,7 +47,7 @@
 %check
 # Avoid running the session tests (spawns servers, requires 3 free ports
 # 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
 
 %clean
@@ -58,11 +60,30 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Nov 18 2008 Paul Howarth <paul at 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 at city-fan.org> - 1.17-1
+- Update to latest upstream version: 1.17
+
+* Mon Sep 22 2008 Paul Howarth <paul at city-fan.org> - 1.16-1
+- Update to latest upstream version: 1.16
+
+* Sat Aug 30 2008 Paul Howarth <paul at 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 at 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 at redhat.com> - 1.12-4
 - Rebuild for perl 5.10 (again)
 
 * Thu Jan 31 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.12-3
-- rebuild for new perl
+- Rebuild for new perl
 
 * Wed Nov 28 2007 Paul Howarth <paul at city-fan.org> - 1.12-2
 - Cosmetic spec changes suiting new maintainer's preferences
@@ -76,8 +97,8 @@
 - Resolves: bz#226264
 
 * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.02-1.1
-- correct license tag
-- add BR: perl(ExtUtils::MakeMaker)
+- Correct license tag
+- Add BR: perl(ExtUtils::MakeMaker)
 
 * Sat Dec 02 2006 Robin Norwood <rnorwood at redhat.com> - 1.02-1
 - Upgrade to latest CPAN version: 1.02
@@ -95,7 +116,7 @@
 - 0.991
 
 * Wed Jul 12 2006 Warren Togami <wtogami at 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
 - Rebuild for FC5 (perl 5.8.8).
@@ -106,7 +127,7 @@
 - Convert docs to UTF-8, drop some unuseful ones.
 
 * 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
 - Disable session test suite even if Net::SSLeay >= 1.26 is available.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	26 Oct 2007 18:18:32 -0000	1.8
+++ sources	18 Nov 2008 10:08:44 -0000	1.9
@@ -1 +1 @@
-0f6e80c15341094df16828a25dbaeeaa  IO-Socket-SSL-1.12.tar.gz
+2b278fb8784e0ba2d6d779ef7ef5f582  IO-Socket-SSL-1.18.tar.gz




More information about the Fedora-perl-devel-list mailing list