diff --git a/Test-Harness-3.44.tar.gz b/Test-Harness-3.44.tar.gz deleted file mode 100644 index e963864..0000000 Binary files a/Test-Harness-3.44.tar.gz and /dev/null differ diff --git a/Test-Harness-3.48.tar.gz b/Test-Harness-3.48.tar.gz new file mode 100644 index 0000000..d2e1b47 Binary files /dev/null and b/Test-Harness-3.48.tar.gz differ diff --git a/perl-Test-Harness.spec b/perl-Test-Harness.spec index 85d4a7f..1eaca5e 100644 --- a/perl-Test-Harness.spec +++ b/perl-Test-Harness.spec @@ -1,6 +1,6 @@ Name: perl-Test-Harness Epoch: 2 -Version: 3.44 +Version: 3.48 Release: 1 Summary: Run Perl standard test scripts with statistics License: GPL+ or Artistic @@ -54,6 +54,17 @@ make test %{_mandir}/man3/* %changelog +* Tue Jan 30 2024 huyubiao - 2:3.48-1 +- update version to 3.48 + - Accept TAP version 14 + - Fix HARNESS_PERL_SWITCHES=-I handling in TAP::Harness::Env + - Color the "ok"s as well. + - Skip symlink tests on msys2 + - Use use absolute path for executable tests + - Space-quote executable if has spaces + - Avoid using Errno::EINTR directly for platforms without it + - stop calling import on App::Prove plugins + * Wed Oct 26 2022 wangyuhang - 2:3.44-1 - update version to 3.44