0.000084 bump
This commit is contained in:
parent
1185404418
commit
96a8929e7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/Test2-Suite-0.000080.tar.gz
|
||||
/Test2-Suite-0.000082.tar.gz
|
||||
/Test2-Suite-0.000083.tar.gz
|
||||
/Test2-Suite-0.000084.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000083
|
||||
Version: 0.000084
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
@ -21,6 +21,7 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Importer) >= 0.024
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Module::Pluggable) >= 2.7
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Sub::Info) >= 0.001
|
||||
@ -31,6 +32,7 @@ BuildRequires: perl(Term::Table::Util)
|
||||
# Test2::API version from Test2 in META
|
||||
BuildRequires: perl(Test2::API) >= 1.302096
|
||||
BuildRequires: perl(Test2::Event)
|
||||
BuildRequires: perl(Test2::EventFacet)
|
||||
BuildRequires: perl(Test2::Hub::Interceptor)
|
||||
BuildRequires: perl(Test2::Util)
|
||||
BuildRequires: perl(Test2::Util::HashBase)
|
||||
@ -43,21 +45,24 @@ BuildRequires: perl(Unicode::GCString)
|
||||
# Tests:
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(PerlIO)
|
||||
BuildRequires: perl(Test2::EventFacet::Assert)
|
||||
BuildRequires: perl(Test2::Formatter::TAP)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Importer) >= 0.024
|
||||
Requires: perl(Module::Pluggable) >= 2.7
|
||||
Requires: perl(Sub::Info) >= 0.001
|
||||
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.302096
|
||||
Requires: perl(Test2::Event)
|
||||
Requires: perl(Test2::EventFacet)
|
||||
Requires: perl(utf8)
|
||||
# Unicode::GCString for formating double-width strings
|
||||
Recommends: perl(Unicode::GCString)
|
||||
|
||||
# Remove under-specified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Importer|Sub::Info|Term::Table|Test2::API)\\)$
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Importer|Module::Pluggable|Sub::Info|Term::Table|Test2::API)\\)$
|
||||
|
||||
%description
|
||||
Rich set of tools, plugins, bundles, etc. built upon the Test2 testing
|
||||
@ -85,6 +90,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 20 2017 Petr Pisar <ppisar@redhat.com> - 0.000084-1
|
||||
- 0.000084 bump
|
||||
|
||||
* Fri Oct 27 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.000083-1
|
||||
- 0.000083 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test2-Suite-0.000083.tar.gz) = 2638cc7c6e7ad9443086114707ea792059a962c1ea24bfc1f331e8254a638052f4927949c9311b6fc83de48d556aae0763e31333122f3d0904831dd595c68cab
|
||||
SHA512 (Test2-Suite-0.000084.tar.gz) = 59a4ad27dc8651d95d4ed94eed2b930f57291af14405495b3079ceb1bd01d75ad1baedb490093bd7b6f4c3714c43ea8cbcc8e25876d31e5c5279bcc261bc8920
|
||||
|
||||
Loading…
Reference in New Issue
Block a user