rpms/perl-Crypt-SSLeay/devel perl-Crypt-SSLeay.spec,1.23,1.24

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Thu Jun 7 17:59:33 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Crypt-SSLeay/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7503

Modified Files:
	perl-Crypt-SSLeay.spec 
Log Message:
Update to latest version from CPAN: 0.55 - now with the actual spec file as well.


Index: perl-Crypt-SSLeay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-SSLeay/devel/perl-Crypt-SSLeay.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- perl-Crypt-SSLeay.spec	13 Feb 2007 16:12:29 -0000	1.23
+++ perl-Crypt-SSLeay.spec	7 Jun 2007 17:58:58 -0000	1.24
@@ -1,17 +1,16 @@
 Summary: Crypt::SSLeay - OpenSSL glue that provides LWP https support
 Name: perl-Crypt-SSLeay
-Version: 0.53
+Version: 0.55
 Release: 1%{?dist}
 License: GPL or Artistic
 Group: Development/Libraries
-Source0: http://www.cpan.org/authors/id/C/CH/CHAMAS/Crypt-SSLeay-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/D/DL/DLAND/Crypt-SSLeay-%{version}.tar.gz
 Patch0: perl-Crypt-SSLeay-cryptdef.patch
-Patch1: perl-Crypt-SSLeay-dirnamefix.patch
-Patch2: perl-Crypt-SSLeay-lib64.patch
-Patch3: perl-Crypt-SSLeay-openssl-098.patch
+Patch1: perl-Crypt-SSLeay-lib64.patch
 URL: http://search.cpan.org/dist/Crypt-SSLeay/
 BuildRoot: %{_tmppath}/perl-Crypt-SSLeay-buildroot/
 BuildRequires: perl >= 2:5.8.0-61 openssl-devel perl-URI pkgconfig
+BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Pod::Coverage)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -27,9 +26,7 @@
 %prep
 %setup -q -n Crypt-SSLeay-%{version} 
 %patch0 -p1 -b .cryptdef
-#patch1 -p1 -b .dirnamefix
-%patch2 -p1 -b .lib64
-%patch3 -p1 -b .openssl-098
+%patch1 -p1 -b .lib64
 
 # Filter unwanted Provides:
 cat << EOF > %{name}-prov
@@ -67,13 +64,17 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGES
+%doc README Changes
 %{perl_vendorarch}/auto/Crypt/
 %{perl_vendorarch}/Crypt/
 %{perl_vendorarch}/Net/
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 07 2007 Robin Norwood <rnorwood at redhat.com> - 0.55-1
+- Update to latest version from CPAN: 0.55
+- Remove two old patches, update lib64 patch for Makefile.PL changes.
+
 * Tue Feb 13 2007 Robin Norwood <rnorwood at redhat.com> - 0.53-1
 - New version: 0.53
 




More information about the fedora-extras-commits mailing list