0.000030 bump
This commit is contained in:
parent
aa30700d26
commit
ef2b681cfd
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/Test2-Suite-0.000027.tar.gz
|
||||
/Test2-Suite-0.000028.tar.gz
|
||||
/Test2-Suite-0.000029.tar.gz
|
||||
/Test2-Suite-0.000030.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000029
|
||||
Version: 0.000030
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
@ -23,6 +23,9 @@ BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
# Test2::API version from Test2 in META
|
||||
# The 0.000040 was specified in Test2-Suite-0.000029 and Test2-Suite-0.000030
|
||||
# did not change any line of code. No reason for increasing the dependency
|
||||
# to 1.302015.
|
||||
BuildRequires: perl(Test2::API) >= 0.000040
|
||||
BuildRequires: perl(Test2::Hub::Interceptor)
|
||||
BuildRequires: perl(Test2::Util)
|
||||
@ -38,6 +41,9 @@ 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
|
||||
# The 0.000040 was specified in Test2-Suite-0.000029 and Test2-Suite-0.000030
|
||||
# did not change any line of code. No reason for increasing the dependency
|
||||
# to 1.302015.
|
||||
Requires: perl(Test2::API) >= 0.000040
|
||||
Requires: perl(utf8)
|
||||
# Term::ReadKey for terminal width
|
||||
@ -75,6 +81,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2016 Petr Pisar <ppisar@redhat.com> - 0.000030-1
|
||||
- 0.000030 bump
|
||||
|
||||
* Mon May 02 2016 Petr Pisar <ppisar@redhat.com> - 0.000029-1
|
||||
- 0.000029 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user