0.000063 bump
This commit is contained in:
parent
b812da529e
commit
9d62b33ed5
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/Test2-Suite-0.000055.tar.gz
|
||||
/Test2-Suite-0.000058.tar.gz
|
||||
/Test2-Suite-0.000060.tar.gz
|
||||
/Test2-Suite-0.000063.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000060
|
||||
Version: 0.000063
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
@ -19,7 +19,7 @@ BuildRequires: perl(B)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Importer) >= 0.010
|
||||
BuildRequires: perl(Importer) >= 0.024
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
@ -37,14 +37,14 @@ BuildRequires: perl(Unicode::GCString)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(PerlIO)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Importer) >= 0.010
|
||||
Requires: perl(Importer) >= 0.024
|
||||
# Test2 not used in any useful way
|
||||
# Test2::API version from Test2 in META
|
||||
Requires: perl(Test2::API) >= 1.302032
|
||||
Requires: perl(utf8)
|
||||
# Term::ReadKey for terminal width
|
||||
Recommends: perl(Term::ReadKey)
|
||||
# Unicode::GCString for formating double-width string
|
||||
# Unicode::GCString for formating double-width strings
|
||||
Recommends: perl(Unicode::GCString)
|
||||
|
||||
# Remove under-specified dependencies
|
||||
@ -77,6 +77,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2016 Petr Pisar <ppisar@redhat.com> - 0.000063-1
|
||||
- 0.000063 bump
|
||||
|
||||
* Thu Sep 29 2016 Petr Pisar <ppisar@redhat.com> - 0.000060-1
|
||||
- 0.000060 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user