[perl-TAP-Formatter-JUnit] Update to 0.11

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 8 13:35:38 UTC 2014


commit d8aa388195afda6683fc40ea9dbc8a0f9bb26f1b
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 8 14:34:49 2014 +0100

    Update to 0.11
    
    - New upstream release to 0.11
      - Use "IPC::Run" instead of "IPC::Open2" in tests, to fix problems with tests
        freezing on Windows

 perl-TAP-Formatter-JUnit.spec |    9 +++++++--
 sources                       |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-TAP-Formatter-JUnit.spec b/perl-TAP-Formatter-JUnit.spec
index d5069ab..c35daac 100644
--- a/perl-TAP-Formatter-JUnit.spec
+++ b/perl-TAP-Formatter-JUnit.spec
@@ -1,5 +1,5 @@
 Name:           perl-TAP-Formatter-JUnit
-Version:        0.10
+Version:        0.11
 Release:        1%{?dist}
 Summary:        Harness output delegate for JUnit output
 License:        GPL+ or Artistic
@@ -30,7 +30,7 @@ BuildRequires:  perl(TAP::Parser::Aggregator)
 # Test Suite
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Scalar)
-BuildRequires:  perl(IPC::Open2)
+BuildRequires:  perl(IPC::Run)
 BuildRequires:  perl(TAP::Harness) >= 3.12
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::XML)
@@ -65,6 +65,11 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct  8 2014 Paul Howarth <paul at city-fan.org> - 0.11-1
+- Update to 0.11
+  - Use "IPC::Run" instead of "IPC::Open2" in tests, to fix problems with tests
+    freezing on Windows
+
 * Wed Oct  1 2014 Paul Howarth <paul at city-fan.org> - 0.10-1
 - Update to 0.10
   - Switch from "Test::Differences" to "Test::XML", to eliminate failures due
diff --git a/sources b/sources
index 91cff7f..c9f5ea9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-384105f762dbe2ba5b8e79a809b4a512  TAP-Formatter-JUnit-0.10.tar.gz
+acdae8535ee116c13f7576b34cebb775  TAP-Formatter-JUnit-0.11.tar.gz


More information about the scm-commits mailing list