0.000094 bump
This commit is contained in:
parent
96a8929e7b
commit
968837ea2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/Test2-Suite-0.000082.tar.gz
|
||||
/Test2-Suite-0.000083.tar.gz
|
||||
/Test2-Suite-0.000084.tar.gz
|
||||
/Test2-Suite-0.000094.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000084
|
||||
Version: 0.000094
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
@ -24,23 +24,36 @@ BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Module::Pluggable) >= 2.7
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Sub::Info) >= 0.001
|
||||
BuildRequires: perl(Scope::Guard)
|
||||
BuildRequires: perl(Sub::Info) >= 0.002
|
||||
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.302096
|
||||
BuildRequires: perl(Test2::API) >= 1.302119
|
||||
BuildRequires: perl(Test2::API::Context)
|
||||
BuildRequires: perl(Test2::Event)
|
||||
BuildRequires: perl(Test2::Event::Exception)
|
||||
# Test2::Event::Note loaded by send_event()
|
||||
BuildRequires: perl(Test2::Event::Note)
|
||||
# Test2::Event::Skip loaded by send_event()
|
||||
BuildRequires: perl(Test2::Event::Skip)
|
||||
BuildRequires: perl(Test2::EventFacet)
|
||||
BuildRequires: perl(Test2::Hub::Interceptor)
|
||||
BuildRequires: perl(Test2::Hub::Subtest)
|
||||
BuildRequires: perl(Test2::IPC)
|
||||
BuildRequires: perl(Test2::Util)
|
||||
BuildRequires: perl(Test2::Util::HashBase)
|
||||
BuildRequires: perl(Test2::Util::Trace)
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(vars)
|
||||
# Optional run-time:
|
||||
# Sub::Util or Sub::Name
|
||||
BuildRequires: perl(Sub::Util)
|
||||
BuildRequires: perl(Term::ReadKey)
|
||||
BuildRequires: perl(threads) >= 1.34
|
||||
BuildRequires: perl(Unicode::GCString)
|
||||
# Tests:
|
||||
BuildRequires: perl(IO::Handle)
|
||||
@ -50,16 +63,30 @@ 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(Sub::Info) >= 0.002
|
||||
# Sub::Util or Sub::Name
|
||||
Suggests: perl(Sub::Util)
|
||||
Suggests: perl(Term::ReadKey)
|
||||
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::API) >= 1.302119
|
||||
Requires: perl(Test2::Event)
|
||||
# Test2::Event::Note loaded by send_event()
|
||||
Requires: perl(Test2::Event::Note)
|
||||
# Test2::Event::Skip loaded by send_event()
|
||||
Requires: perl(Test2::Event::Skip)
|
||||
Requires: perl(Test2::EventFacet)
|
||||
Recommends: perl(threads) >= 1.34
|
||||
Requires: perl(utf8)
|
||||
# Unicode::GCString for formating double-width strings
|
||||
Recommends: perl(Unicode::GCString)
|
||||
# perl-Test2-AsyncSubtest-0:0.000020-1.fc28 merged
|
||||
Provides: perl-Test2-AsyncSubtest = %{version}-%{release}
|
||||
Obsoletes: perl-Test2-AsyncSubtest < 0.000020-2
|
||||
# perl-Test2-Workflow-0:0.000018-4.fc27 merged
|
||||
Provides: perl-Test2-Workflow = %{version}-%{release}
|
||||
Obsoletes: perl-Test2-Workflow < 0.000018-5
|
||||
|
||||
# Remove under-specified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Importer|Module::Pluggable|Sub::Info|Term::Table|Test2::API)\\)$
|
||||
@ -90,6 +117,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 05 2017 Petr Pisar <ppisar@redhat.com> - 0.000094-1
|
||||
- 0.000094 bump
|
||||
|
||||
* Mon Nov 20 2017 Petr Pisar <ppisar@redhat.com> - 0.000084-1
|
||||
- 0.000084 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test2-Suite-0.000084.tar.gz) = 59a4ad27dc8651d95d4ed94eed2b930f57291af14405495b3079ceb1bd01d75ad1baedb490093bd7b6f4c3714c43ea8cbcc8e25876d31e5c5279bcc261bc8920
|
||||
SHA512 (Test2-Suite-0.000094.tar.gz) = f347a1f2322d94e9e2186597e336a4f7344fa7fe3e276a2d565df1071ac4aca874b8bcb1ee2db905b06085d8ac32994adae2ef85f67329561c9c861d5094886f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user