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
This commit is contained in:
Paul Howarth 2014-01-12 15:40:54 +00:00
parent 85b22ba2ee
commit bd95528fce
2 changed files with 9 additions and 10 deletions

View File

@ -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@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@city-fan.org> - 1.56-1
- Update to 1.56
- Fixed a typo in documentation of BEAST Attack

View File

@ -1 +1 @@
1a5258167ad0ac6a2b695a6fdc0c6e60 Net-SSLeay-1.56.tar.gz
c0f359c7b0816e44a89fadd198c6563c Net-SSLeay-1.57.tar.gz