0.000155 bump
This commit is contained in:
parent
aaf1000a7a
commit
c29496b434
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
||||
/Test2-Suite-0.000150.tar.gz
|
||||
/Test2-Suite-0.000152.tar.gz
|
||||
/Test2-Suite-0.000153.tar.gz
|
||||
/Test2-Suite-0.000155.tar.gz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%bcond_without perl_Test2_Suite_enables_unicode
|
||||
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000153
|
||||
Version: 0.000155
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of tools built upon the Test2 framework
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
@ -62,6 +62,7 @@ BuildRequires: perl(Unicode::GCString)
|
||||
%endif
|
||||
# Tests:
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(PerlIO)
|
||||
BuildRequires: perl(Test2::EventFacet::Assert)
|
||||
BuildRequires: perl(Test2::Formatter::TAP)
|
||||
@ -105,6 +106,7 @@ for you.
|
||||
Summary: Tests for %{name}
|
||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: perl-Test-Harness
|
||||
Requires: perl(JSON::MaybeXS)
|
||||
Requires: perl(Test::Compile) >= 1.1.0
|
||||
Recommends: perl(Module::Pluggable) >= 2.7
|
||||
Recommends: perl(Unicode::GCString)
|
||||
@ -152,6 +154,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue May 02 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.000155-1
|
||||
- 0.000155 bump
|
||||
|
||||
* Fri Apr 28 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.000153-1
|
||||
- Add some recommends to tests package
|
||||
- 0.000153 bump
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test2-Suite-0.000153.tar.gz) = 8b16ecf60aa206cb3a89c48388db5cce7abcdd894001a99f2e7a02124d04a7c2ef8b91053486949aa0065012d68c5b72650705431d726f84dab1a1b5cb427c03
|
||||
SHA512 (Test2-Suite-0.000155.tar.gz) = d9b9866c53185fed9b67a76f38fbe2527b7e1796937d91b0ea7efc1b3df525d07142b53b030c659ffed72fb41a6334b4d963a2d13f58684364c8cf571898bf31
|
||||
|
||||
Loading…
Reference in New Issue
Block a user