File perl-TAP-Formatter-JUnit.changes of Package perl-TAP-Formatter-JUnit
-------------------------------------------------------------------
Thu Feb 6 05:34:43 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.170.0 (0.17)
see /usr/share/doc/packages/perl-TAP-Formatter-JUnit/Changes
0.17 2025-02-05 17:01:10-08:00 America/Vancouver
- Bump minimum required Perl to 5.010; XML::Generator v1.11 now requires
that as a minimum acceptable Perl.
- Skip BAIL_OUT test when using Test::Harness 3.45_01-3.48, as those
versions contained a bug which output a double summary. Fixes GH#15
-------------------------------------------------------------------
Mon May 16 03:08:03 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.16
see /usr/share/doc/packages/perl-TAP-Formatter-JUnit/Changes
0.16 2022-05-14 21:50:19-07:00 America/Vancouver
- Sigh... neglected to consider development versions of Test::Harness in the
recent updates to "t/formatter.t"; although the fixes were released in
v3.44, they were also present in the v3.43_* development versions.
-------------------------------------------------------------------
Sat May 7 03:07:41 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.15
see /usr/share/doc/packages/perl-TAP-Formatter-JUnit/Changes
0.15 2022-05-06 11:45:06-07:00 America/Vancouver
- Use "version.pm" to compare version numbers, in "t/formatter.t".
Addresses some CPANTester failures.
0.14 2022-04-30 12:36:14-07:00 America/Vancouver
- Update "t/formatter.t" to accommodate fixes made in Test::Harness v3.44
(most specifically w.r.t. the "bailout" test). david-dot-krupicka++
ppisar++ pghmcfc++
-------------------------------------------------------------------
Wed May 5 03:07:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.13
see /usr/share/doc/packages/perl-TAP-Formatter-JUnit/Changes
0.13 2021-05-04 10:04:17-07:00 America/Vancouver
- Fix install of "script/tap2junit"
0.12 2021-01-05 21:23:07-08:00 America/Vancouver
- Switch to Dist::Zilla for release management.
- Various POD fixups; syntax, spelling, SYNOPSIS fixes
- Cleaned up and removed unused variables
- Bump minimum required Perl to 5.008, as that's the oldest version I can
still test against.
-------------------------------------------------------------------
Mon Jul 20 17:18:45 UTC 2015 - mlatimer@suse.com
- Move from perl-Module-Name syntax to perl(Module::Name) syntax in
spec file dependencies.
- Add BuildRequires for perl(Module::Build).
-------------------------------------------------------------------
Thu Jul 9 23:53:18 UTC 2015 - mlatimer@suse.com
- Update spec file to address build warnings (license string, url, etc.)
-------------------------------------------------------------------
Mon Feb 2 22:30:17 UTC 2015 - mlatimer@suse.com
- Update to version 0.11
0.11 Wed Oct 1 13:26 PDT 2014
- Use "IPC::Run" instead of "IPC::Open2" in tests, to fix problems with
tests freezing on Windows.
0.10 Mon Sep 29 12:38 PDT 2014
- Switch from "Test::Differences" to "Test::XML", to eliminate failures due
to differences in ordering of XML attributes. Addresses RT#81552
- Use "File::Spec->null()" to get proper path to NULL. RT#81200, RT#82227.
- Moved POD tests to "xt/" directory.
- Move timing sensitive tests to "xt/" directory, as they can cause
spurious failures for people. While _I_ want to make sure they run
successfully, that's about my checking functionality as opposed to
verifying if things will run successfully on your own system. RT#69777.
-------------------------------------------------------------------
Tue Jan 28 22:36:39 UTC 2014 - mlatimer@suse.com
- Update to version 0.09
- Implement Tie::IxHash to resolve testcase failures due to randomized hashes
in perl 5.18 (https://rt.cpan.org/Public/Bug/Display.html?id=81552)
* TAP-Formatter-JUnit-0.09-hashorder.patch
- Add perl-Moose, perl-MooseX-NonMoose, and perl-Tie-IxHash as required
packages for both build and runtime
-------------------------------------------------------------------
Thu Oct 10 17:19:51 UTC 2013 - mlatimer@suse.com
- Add BuildRequires: perl-Test-Harness to spec file to resolve SLE_11 build
failures.