#42 0.000162 bump
Merged 23 days ago by mspacek. Opened 23 days ago by mspacek.
rpms/ mspacek/perl-Test2-Suite rawhide  into  rawhide

file modified
+1
@@ -72,3 +72,4 @@ 

  /Test2-Suite-0.000155.tar.gz

  /Test2-Suite-0.000156.tar.gz

  /Test2-Suite-0.000159.tar.gz

+ /Test2-Suite-0.000162.tar.gz

file modified
+6 -3
@@ -9,8 +9,8 @@ 

  %endif

  

  Name:           perl-Test2-Suite

- Version:        0.000159

- Release:        3%{?dist}

+ Version:        0.000162

+ Release:        1%{?dist}

  Summary:        Set of tools built upon the Test2 framework

  License:        GPL-1.0-or-later OR Artistic-1.0-Perl

  URL:            https://metacpan.org/release/Test2-Suite
@@ -34,7 +34,7 @@ 

  BuildRequires:  perl(File::Temp)

  BuildRequires:  perl(List::Util)

  BuildRequires:  perl(overload)

- BuildRequires:  perl(Scalar::Util)

+ BuildRequires:  perl(Scalar::Util) >= 1.13

  BuildRequires:  perl(Term::Table) >= 0.013

  BuildRequires:  perl(Term::Table::Cell)

  BuildRequires:  perl(Term::Table::LineBreak)
@@ -167,6 +167,9 @@ 

  %{_libexecdir}/%{name}

  

  %changelog

+ * Fri Apr 26 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.000162-1

+ - 0.000162 bump

+ 

  * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.000159-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (Test2-Suite-0.000159.tar.gz) = ab132e87f0db5dde0ebd95b260236d95120445c89db497e92519335e989d8571481f2497898cd5fae25cb2065db1aa8902a9f2d37cf2163475caca1298629a3f

+ SHA512 (Test2-Suite-0.000162.tar.gz) = d0d9928786d29a55b0f864fd8b1aa6b5b03e47e4b04f551ef1031ceb6b3e6cccfe66fbcedb21828e13df16ee1bb18dc1712a29bba08f0e2d3c6c373c2f6d04e9

Changes:

0.000162 2024-04-25 14:57:23+01:00 Europe/Lisbon

- Fix #292 and #270

0.000161 2024-04-25 12:05:32+01:00 Europe/Lisbon

- Fix #289: some checks could leak across array bounds
- Fix #285: Mocking around missing symbols

0.000160 2024-04-25 11:18:36+01:00 Europe/Lisbon

- Fix #291: done_testing under AsyncSubtest does not make sense
- Fix #275: prototypes for around/after/before
- Fix #288: Merge PR for #275
- Fix #290: Extra docs for srand

Pull-Request has been merged by mspacek

23 days ago