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:
parent
85b22ba2ee
commit
bd95528fce
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user