rpms/perl-Net-SSLeay/devel .cvsignore, 1.4, 1.5 perl-Net-SSLeay.spec, 1.18, 1.19 sources, 1.4, 1.5 perl-Net-SSLeay-svn252.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 1 10:00:31 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSLeay/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20248

Modified Files:
	.cvsignore perl-Net-SSLeay.spec sources 
Removed Files:
	perl-Net-SSLeay-svn252.patch 
Log Message:
update to 1.36, drop svn patches


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	28 Jul 2008 15:10:39 -0000	1.4
+++ .cvsignore	1 Feb 2010 10:00:31 -0000	1.5
@@ -1 +1 @@
-Net-SSLeay-1.35.tar.gz
+Net-SSLeay-1.36.tar.gz


Index: perl-Net-SSLeay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/perl-Net-SSLeay.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- perl-Net-SSLeay.spec	7 Dec 2009 18:22:21 -0000	1.18
+++ perl-Net-SSLeay.spec	1 Feb 2010 10:00:31 -0000	1.19
@@ -1,12 +1,11 @@
 Name:		perl-Net-SSLeay
-Version:	1.35
-Release:	8%{?dist}
+Version:	1.36
+Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
 License:	OpenSSL
 URL:		http://search.cpan.org/dist/Net-SSLeay/
 Source0:	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-%{version}.tar.gz
-Patch0:		perl-Net-SSLeay-svn252.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:	perl(ExtUtils::MakeMaker), openssl-devel
@@ -30,9 +29,6 @@ so you can write servers or clients for 
 %prep
 %setup -q -n Net-SSLeay-%{version}
 
-# Upstream patch removing MD2 support, needed for OpenSSL 1.0
-%patch0
-
 %{__chmod} -c 644 examples/*
 %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/*.pl
 for f in Credits lib/Net/SSLeay.pm; do
@@ -53,9 +49,9 @@ PERL_MM_USE_DEFAULT=1 %{__perl} Makefile
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -type f -name '*.bs' -empty -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
 %{__rm} -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl
-%{__chmod} -R u+w %{buildroot}/*
+%{__chmod} -R u+w %{buildroot}
 
 %check
 %{__make} test TEST_VERBOSE=1
@@ -71,6 +67,10 @@ PERL_MM_USE_DEFAULT=1 %{__perl} Makefile
 %{_mandir}/man3/Net::SSLeay*.3*
 
 %changelog
+* Sun Jan 31 2010 Paul Howarth <paul at city-fan.org> - 1.36-1
+- update to 1.36 (see Changes for details)
+- drop svn patches
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.35-8
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	28 Jul 2008 15:10:39 -0000	1.4
+++ sources	1 Feb 2010 10:00:31 -0000	1.5
@@ -1 +1 @@
-1e4ec37a4467eb66a62d3c090ac9029b  Net-SSLeay-1.35.tar.gz
+54061638720dd6a325395331c77f21d8  Net-SSLeay-1.36.tar.gz


--- perl-Net-SSLeay-svn252.patch DELETED ---



More information about the scm-commits mailing list