3.36 bump
This commit is contained in:
parent
41772a4dd6
commit
b1c07d993d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user