[perl-Net-SSLeay] Update to 1.57

Paul Howarth pghmcfc at fedoraproject.org
Sun Jan 12 15:43:08 UTC 2014


commit bd95528fcef2195b64fe2ab8414f12cf80d7a56e
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Jan 12 15:40:54 2014 +0000

    Update to 1.57
    
    - New upstream release 1.57
      - fixed remaining problems with test suite: pod coverage and kwalitee tests
        are only enabled with RELEASE_TESTING=1

 perl-Net-SSLeay.spec |   17 ++++++++---------
 sources              |    2 +-
 2 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index a956f93..30fa2e4 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -1,5 +1,5 @@
 Name:		perl-Net-SSLeay
-Version:	1.56
+Version:	1.57
 Release:	1%{?dist}
 Summary:	Perl extension for using OpenSSL
 Group:		Development/Libraries
@@ -25,15 +25,9 @@ BuildRequires:	perl(XSLoader)
 BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(IO::Handle)
 BuildRequires:	perl(Test::Exception)
-# Test::Kwalitee => Module::CPANTS::Analyze => Net::HTTP => IO::Socket::SSL => Net::SSLeay
-# Net::SSLeay in RHEL-7 cannot BR: Test::Kwalitee from EPEL-7
-%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
-BuildRequires:	perl(Test::Kwalitee)
-%endif
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::NoWarnings)
-BuildRequires:	perl(Test::Pod)
-BuildRequires:	perl(Test::Pod::Coverage)
+BuildRequires:	perl(Test::Pod) >= 1.0
 BuildRequires:	perl(Test::Warn)
 BuildRequires:	perl(threads)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -80,7 +74,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
 rm -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl
 
 %check
-make test TEST_FILES="$(echo $(find t/ -name '*.t' | grep -Ev '02_pod_coverage|/external/|kwalitee'))"
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -96,6 +90,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Net::SSLeay::Handle.3pm*
 
 %changelog
+* Sun Jan 12 2014 Paul Howarth <paul at city-fan.org> - 1.57-1
+- Update to 1.57
+  - Fixed remaining problems with test suite: pod coverage and kwalitee tests
+    are only enabled with RELEASE_TESTING=1
+
 * Wed Jan  8 2014 Paul Howarth <paul at city-fan.org> - 1.56-1
 - Update to 1.56
   - Fixed a typo in documentation of BEAST Attack
diff --git a/sources b/sources
index b1cfccc..ec345a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a5258167ad0ac6a2b695a6fdc0c6e60  Net-SSLeay-1.56.tar.gz
+c0f359c7b0816e44a89fadd198c6563c  Net-SSLeay-1.57.tar.gz



More information about the perl-devel mailing list