[perl-Net-SSLeay] Update to 1.46

Paul Howarth pghmcfc at fedoraproject.org
Tue Apr 3 11:45:10 UTC 2012


commit 4297dde3f4f7f134316411a3d9a86d9a41c1971c
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Apr 3 11:56:18 2012 +0100

    Update to 1.46
    
    - New upstream release 1.46 (see Changes file for details)
    - BR: openssl as well as openssl-devel, needed for building
    - No longer need help to find openssl
    - Upstream no longer shipping TODO
    - Drop %defattr, redundant since rpm 4.4

 perl-Net-SSLeay.spec |   16 ++++++++++------
 sources              |    2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 1d9a43e..eda8e7e 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,5 +1,5 @@
 Name:		perl-Net-SSLeay
-Version:	1.45
+Version:	1.46
 Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
@@ -7,7 +7,7 @@ License:	OpenSSL
 URL:		http://search.cpan.org/dist/Net-SSLeay/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-BuildRequires:	openssl-devel, pkgconfig
+BuildRequires:	openssl, openssl-devel
 BuildRequires:	perl(AutoLoader)
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Exporter)
@@ -50,8 +50,6 @@ perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' examples/*.pl
 %build
 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
 	INSTALLDIRS=vendor \
-	INC="$(pkg-config --cflags-only-I openssl)" \
-	LIBS="$(pkg-config --libs openssl)" \
 	OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
@@ -72,8 +70,7 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
-%doc Changes Credits QuickRef README examples/ TODO
+%doc Changes Credits QuickRef README examples/
 %{perl_vendorarch}/auto/Net/
 %dir %{perl_vendorarch}/Net/
 %{perl_vendorarch}/Net/SSLeay/
@@ -83,6 +80,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Tue Apr  3 2012 Paul Howarth <paul at city-fan.org> - 1.46-1
+- update to 1.46 (see Changes file for details)
+- BR: openssl as well as openssl-devel, needed for building
+- no longer need help to find openssl
+- upstream no longer shipping TODO
+- drop %%defattr, redundant since rpm 4.4
+
 * Sat Feb 25 2012 Paul Howarth <paul at city-fan.org> - 1.45-1
 - update to 1.45 (see Changes file for full details)
   - added thread safety and dynamic locking, which should complete thread
diff --git a/sources b/sources
index 52a4193..a662610 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05415acd0eae23bccdeb35d9d976cc15  Net-SSLeay-1.45.tar.gz
+02ebd818307773f5c9844678e9a38a7d  Net-SSLeay-1.46.tar.gz


More information about the scm-commits mailing list