Files
perl-TAP-Formatter-JUnit/perl-TAP-Formatter-JUnit.changes
Mike Latimer d788111d0b Accepting request 914009 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/914009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-TAP-Formatter-JUnit?expand=0&rev=7
2021-08-25 16:09:23 +00:00

63 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
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.