rpms/perl-IO-Socket-SSL/EL-4 .cvsignore, 1.2, 1.3 perl-IO-Socket-SSL.spec, 1.1, 1.2 sources, 1.2, 1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Nov 28 18:06:18 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1838

Modified Files:
	.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Bring in line with package in RHEL5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Jan 2005 11:59:30 -0000	1.2
+++ .cvsignore	28 Nov 2007 18:05:40 -0000	1.3
@@ -1 +1 @@
-IO-Socket-SSL-0.96.tar.gz
+IO-Socket-SSL-1.01.tar.gz


Index: perl-IO-Socket-SSL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/EL-4/perl-IO-Socket-SSL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-IO-Socket-SSL.spec	9 Jan 2005 11:59:30 -0000	1.1
+++ perl-IO-Socket-SSL.spec	28 Nov 2007 18:05:40 -0000	1.2
@@ -1,20 +1,22 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
+#
+# Rebuild switch:
+#  --with sessiontests          enable session tests
+#
 
 Name:           perl-IO-Socket-SSL
-Version:        0.96
-Release:        3
-Epoch:          0
+Version:        1.01
+Release:        1%{?dist}
 Summary:        Perl library for transparent SSL
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/IO-Socket-SSL/
-Source0: http://www.cpan.org/authors/id/B/BE/BEHROOZI/IO-Socket-SSL-0.96.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)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1, perl(Net::SSLeay)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Net::SSLeay)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module is a true drop-in replacement for IO::Socket::INET that
@@ -28,9 +30,9 @@
 
 %prep
 %setup -q -n IO-Socket-SSL-%{version}
-# Avoid running the session tests (spawns servers, requires 3 free ports
-# and possibly manual configuration).
-mv t/sessions.t t/sessions.t.not
+for f in README SSL.pm ; do
+  iconv -f iso-8859-1 -t utf-8 -o $f{.utf8,} ; mv $f{.utf8,}
+done
 
 
 %build
@@ -46,7 +48,10 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%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}
 make test
 
 
@@ -56,12 +61,38 @@
 
 %files
 %defattr(-,root,root,-)
-%doc BUGS Changes README certs docs example patches util
-%{perl_vendorlib}/IO
+%doc BUGS Changes README docs/ certs/ example/ util/
+%{perl_vendorlib}/IO/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Mon Sep 18 2006 Warren Togami <wtogami at redhat.com> - 1.01-1
+- 1.01 bug fixes (#206782)
+
+* Sun Aug 13 2006 Warren Togami <wtogami at redhat.com> - 0.998-1
+- 0.998 with more important fixes
+
+* Tue Aug 01 2006 Warren Togami <wtogami at redhat.com> - 0.994-1
+- 0.994 important bugfixes (#200860)
+
+* Tue Jul 18 2006 Warren Togami <wtogami at redhat.com> - 0.991-1
+- 0.991
+
+* Wed Jul 12 2006 Warren Togami <wtogami at redhat.com> - 0.97-3
+- 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).
+- Rebuild switch: "--with sessiontests".
+
+* Mon Jul 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.97-1
+- 0.97.
+- Convert docs to UTF-8, drop some unuseful ones.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
+- 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/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jan 2005 11:59:30 -0000	1.2
+++ sources	28 Nov 2007 18:05:40 -0000	1.3
@@ -1 +1 @@
-85f84c0810851eb4f540b118c9902b03  IO-Socket-SSL-0.96.tar.gz
+f36829d24ee3b70fb9982c26ece064b7  IO-Socket-SSL-1.01.tar.gz




More information about the fedora-extras-commits mailing list