0.000104 bump
This commit is contained in:
parent
e941be202b
commit
5984738aca
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/Test2-Suite-0.000097.tar.gz
|
||||
/Test2-Suite-0.000100.tar.gz
|
||||
/Test2-Suite-0.000102.tar.gz
|
||||
/Test2-Suite-0.000104.tar.gz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%bcond_without perl_Test2_Suite_enables_unicode
|
||||
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000102
|
||||
Version: 0.000104
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
@ -35,7 +35,7 @@ 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.302119
|
||||
BuildRequires: perl(Test2::API) >= 1.302127
|
||||
BuildRequires: perl(Test2::API::Context)
|
||||
BuildRequires: perl(Test2::Event)
|
||||
BuildRequires: perl(Test2::Event::Exception)
|
||||
@ -47,6 +47,7 @@ BuildRequires: perl(Test2::EventFacet)
|
||||
BuildRequires: perl(Test2::Hub::Interceptor)
|
||||
BuildRequires: perl(Test2::Hub::Subtest)
|
||||
BuildRequires: perl(Test2::IPC)
|
||||
BuildRequires: perl(Test2::Tools::Tiny)
|
||||
BuildRequires: perl(Test2::Util)
|
||||
BuildRequires: perl(Test2::Util::HashBase)
|
||||
BuildRequires: perl(Test2::Util::Trace)
|
||||
@ -75,7 +76,7 @@ Suggests: perl(Sub::Util)
|
||||
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.302119
|
||||
Requires: perl(Test2::API) >= 1.302127
|
||||
Requires: perl(Test2::Event)
|
||||
# Test2::Event::Note loaded by send_event()
|
||||
Requires: perl(Test2::Event::Note)
|
||||
@ -124,6 +125,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 06 2018 Petr Pisar <ppisar@redhat.com> - 0.000104-1
|
||||
- 0.000104 bump
|
||||
|
||||
* Mon Mar 05 2018 Petr Pisar <ppisar@redhat.com> - 0.000102-1
|
||||
- 0.000102 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test2-Suite-0.000102.tar.gz) = b787bffadb003532e52bd31a8ded6f2864ea2f247d2a53b3809e406cab021e831c65f37e28d9e228a30100f75656d2dea20b5e1086f0e8992f2c7e8faba36139
|
||||
SHA512 (Test2-Suite-0.000104.tar.gz) = b65b59f919609ccb9acc49f63d0a04a94a621d9d270b8daa86325caac59508fcf2a43a55329f4e73cdea324cb98fdb4537288fe978067f839292b67bce4963e8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user