0.000022 bump

This commit is contained in:
Petr Písař 2016-03-08 08:20:50 +01:00
parent 5b83c88a81
commit 39c1fb3346
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Test2-Suite-0.000020.tar.gz
/Test2-Suite-0.000021.tar.gz
/Test2-Suite-0.000022.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Test2-Suite
Version: 0.000021
Version: 0.000022
Release: 1%{?dist}
Summary: Set of tools built upon the Test2 framework
License: GPL+ or Artistic
@ -22,7 +22,7 @@ BuildRequires: perl(List::Util)
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util)
# Test2::API version from Test2 in META
BuildRequires: perl(Test2::API) >= 0.000026
BuildRequires: perl(Test2::API) >= 0.000027
BuildRequires: perl(Test2::Hub::Interceptor)
BuildRequires: perl(Test2::Util)
BuildRequires: perl(Test2::Util::HashBase)
@ -35,8 +35,9 @@ BuildRequires: perl(Unicode::GCString)
BuildRequires: perl(File::Temp)
BuildRequires: perl(PerlIO)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Test2 not used in any useful way
# Test2::API version from Test2 in META
Requires: perl(Test2::API) >= 0.000026
Requires: perl(Test2::API) >= 0.000027
Requires: perl(utf8)
# Term::ReadKey for terminal width
Recommends: perl(Term::ReadKey)
@ -73,6 +74,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Mar 08 2016 Petr Pisar <ppisar@redhat.com> - 0.000022-1
- 0.000022 bump
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 0.000021-1
- 0.000021 bump

View File

@ -1 +1 @@
fcba808db2c7d70458e5b9ca0c798f08 Test2-Suite-0.000021.tar.gz
741020be74fa28284312c45385c9fc23 Test2-Suite-0.000022.tar.gz