3.36 bump

This commit is contained in:
Petr Písař 2016-01-06 15:23:35 +01:00
parent 41772a4dd6
commit b1c07d993d
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/Test-Harness-3.33.tar.gz
/Test-Harness-3.34.tar.gz
/Test-Harness-3.35.tar.gz
/Test-Harness-3.36.tar.gz

View File

@ -1,12 +1,15 @@
Name: perl-Test-Harness
Version: 3.35
Release: 347%{?dist}
Version: 3.36
Release: 1%{?dist}
Summary: Run Perl standard test scripts with statistics
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-Harness/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/Test-Harness-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
@ -39,14 +42,11 @@ BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(IO::File)
BuildRequires: perl(lib)
BuildRequires: perl(Symbol)
# Test::Builder bundled for bootstrap
# Test::Builder::Module bundled for bootstrap
BuildRequires: perl(Test::More)
# threads::shared is not used
# Optional tests:
BuildRequires: perl(File::Temp)
BuildRequires: perl(overload)
%if !%{defined perl_bootstrap}
BuildRequires: perl(TAP::Formatter::HTML) >= 0.10
BuildRequires: perl(YAML)
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -89,6 +89,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jan 06 2016 Petr Pisar <ppisar@redhat.com> - 3.36-1
- 3.36 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.35-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
2a6010bca2ad78e094d629eea6afd7d9 Test-Harness-3.35.tar.gz
4c8d9c77e8e06ca96c7383c05c8f3616 Test-Harness-3.36.tar.gz