0.000065 bump
This commit is contained in:
parent
9d62b33ed5
commit
eb0da7803e
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/Test2-Suite-0.000058.tar.gz
|
||||
/Test2-Suite-0.000060.tar.gz
|
||||
/Test2-Suite-0.000063.tar.gz
|
||||
/Test2-Suite-0.000065.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000063
|
||||
Version: 0.000065
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
@ -20,11 +20,14 @@ BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Importer) >= 0.024
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Term::Table) >= 0.002
|
||||
BuildRequires: perl(Term::Table::Cell)
|
||||
BuildRequires: perl(Term::Table::LineBreak)
|
||||
BuildRequires: perl(Term::Table::Util)
|
||||
# Test2::API version from Test2 in META
|
||||
BuildRequires: perl(Test2::API) >= 1.302032
|
||||
BuildRequires: perl(Test2::API) >= 1.302073
|
||||
BuildRequires: perl(Test2::Hub::Interceptor)
|
||||
BuildRequires: perl(Test2::Util)
|
||||
BuildRequires: perl(Test2::Util::HashBase)
|
||||
@ -38,9 +41,10 @@ BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(PerlIO)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Importer) >= 0.024
|
||||
Requires: perl(Term::Table) >= 0.002
|
||||
# Test2 not used in any useful way
|
||||
# Test2::API version from Test2 in META
|
||||
Requires: perl(Test2::API) >= 1.302032
|
||||
Requires: perl(Test2::API) >= 1.302073
|
||||
Requires: perl(utf8)
|
||||
# Term::ReadKey for terminal width
|
||||
Recommends: perl(Term::ReadKey)
|
||||
@ -48,7 +52,7 @@ Recommends: perl(Term::ReadKey)
|
||||
Recommends: perl(Unicode::GCString)
|
||||
|
||||
# Remove under-specified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Importer|Test2::API)\\)$
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Importer|Term::Table|Test2::API)\\)$
|
||||
|
||||
%description
|
||||
Rich set of tools, plugins, bundles, etc. built upon the Test2 testing
|
||||
@ -77,6 +81,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2016 Petr Pisar <ppisar@redhat.com> - 0.000065-1
|
||||
- 0.000065 bump
|
||||
|
||||
* Mon Dec 19 2016 Petr Pisar <ppisar@redhat.com> - 0.000063-1
|
||||
- 0.000063 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test2-Suite-0.000063.tar.gz) = 2e5ef77fbcaffefe02c92be09dd2cb6af4144076f012fc5352449817f3913adbd972c83832db4aee8d523e45c8f5350a1a6f910c50b07e14342a4a2d5d4288f1
|
||||
SHA512 (Test2-Suite-0.000065.tar.gz) = a04e811867ba1d5afa060ab9ea3e7408acb05ffeddcaa443a18dd3256654292cc746295490fd74a002cfb0fe57f1b0fa4c3b8a0331e7b543a456cc7524668f77
|
||||
|
||||
Loading…
Reference in New Issue
Block a user