0.000097 bump
This commit is contained in:
parent
6af9c0e767
commit
2e13e4df15
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/Test2-Suite-0.000083.tar.gz
|
||||
/Test2-Suite-0.000084.tar.gz
|
||||
/Test2-Suite-0.000094.tar.gz
|
||||
/Test2-Suite-0.000097.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%bcond_without perl_Test2_Suite_enables_unicode
|
||||
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000094
|
||||
Release: 2%{?dist}
|
||||
Version: 0.000097
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Test2-Suite/
|
||||
@ -49,13 +49,13 @@ BuildRequires: perl(Test2::IPC)
|
||||
BuildRequires: perl(Test2::Util)
|
||||
BuildRequires: perl(Test2::Util::HashBase)
|
||||
BuildRequires: perl(Test2::Util::Trace)
|
||||
BuildRequires: perl(threads)
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(vars)
|
||||
# Optional run-time:
|
||||
# Sub::Util or Sub::Name
|
||||
BuildRequires: perl(Sub::Util)
|
||||
BuildRequires: perl(threads) >= 1.34
|
||||
%if %{with perl_Test2_Suite_enables_unicode}
|
||||
BuildRequires: perl(Unicode::GCString)
|
||||
%endif
|
||||
@ -80,7 +80,7 @@ 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(threads)
|
||||
Requires: perl(utf8)
|
||||
%if %{with perl_Test2_Suite_enables_unicode}
|
||||
# Unicode::GCString for formating double-width strings
|
||||
@ -122,6 +122,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2017 Petr Pisar <ppisar@redhat.com> - 0.000097-1
|
||||
- 0.000097 bump
|
||||
|
||||
* Fri Dec 08 2017 Petr Pisar <ppisar@redhat.com> - 0.000094-2
|
||||
- Remove unused dependency on Term::ReadKey
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test2-Suite-0.000094.tar.gz) = f347a1f2322d94e9e2186597e336a4f7344fa7fe3e276a2d565df1071ac4aca874b8bcb1ee2db905b06085d8ac32994adae2ef85f67329561c9c861d5094886f
|
||||
SHA512 (Test2-Suite-0.000097.tar.gz) = 8e6a4edfd8c87b2df9904896300b5ba7cc9884b8144848a5e0d595510855821e17e61dc4eddfd491d4bc59cb66a716474bdc44b070da036fbe0f3a06a1949510
|
||||
|
||||
Loading…
Reference in New Issue
Block a user