From c4521ef3fef4554ceaa0996c6d93874ef6ec44a8 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 24 Nov 2016 20:01:34 +0000
Subject: Update to 1.302067

- New upstream release 1.302067
  - Fix double release when 'throw' is used in context_do()
  - Repo management improvements
  - Better handling of info vs. diag in ->send_event
  - Fix test that used 'parent'
  - Better handling of non-bumping failures (#728)
  - Set the TEST_ACTIVE env var to true
  - Set the TEST2_ACTIVE env var to true
  - Fix cmp_ok output in some confusing cases (#6)
  - Update travis config
  - Add missing author deps
  - Fix handling of negative pids on Windows
  - Add can() to Test::Tester::Delegate (despite deprecation)
  - Fix some minor test issues
  - Handle cases where SysV IPC can be available but not enabled
  - Import 'context' into Test2::IPC; it is used by 'cull'
  - Propagate warnings settings to use_ok (#736)
  - Fix context test for recent blead
---
 perl-Test-Simple.spec | 25 ++++++++++++++++++++++---
 sources               |  2 +-
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index a15d352..1891cf9 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
-Version:        1.302062
+Version:        1.302067
 Release:        1%{?dist}
 # CC0: lib/ok.pm
 # Public Domain: lib/Test/Tutorial.pod
@@ -39,7 +39,6 @@ BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IO::Pipe)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(parent)
 BuildRequires:  perl(PerlIO)
 BuildRequires:  perl(threads)
 # Optional Tests
@@ -76,7 +75,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test AUTHOR_TESTING=1
@@ -145,6 +144,26 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test2::Util::Trace.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth <p...@city-fan.org> - 1.302067-1
+- Update to 1.302067
+  - Fix double release when 'throw' is used in context_do()
+  - Repo management improvements
+  - Better handling of info vs. diag in ->send_event
+  - Fix test that used 'parent'
+  - Better handling of non-bumping failures (#728)
+  - Set the TEST_ACTIVE env var to true
+  - Set the TEST2_ACTIVE env var to true
+  - Fix cmp_ok output in some confusing cases (#6)
+  - Update travis config
+  - Add missing author deps
+  - Fix handling of negative pids on Windows
+  - Add can() to Test::Tester::Delegate (despite deprecation)
+  - Fix some minor test issues
+  - Handle cases where SysV IPC can be available but not enabled
+  - Import 'context' into Test2::IPC; it is used by 'cull'
+  - Propagate warnings settings to use_ok (#736)
+  - Fix context test for recent blead
+
 * Thu Oct 20 2016 Paul Howarth <p...@city-fan.org> - 1.302062-1
 - Update to 1.302062
   - Formatters now have terminate() and finalize() methods; these are called
diff --git a/sources b/sources
index 5c81200..f474a96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d869f6754eccc38484da7e21e9c7bbcc  Test-Simple-1.302062.tar.gz
+e20a902e3f26461607cf77da96717f95  Test-Simple-1.302067.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Test-Simple.git/commit/?h=master&id=c4521ef3fef4554ceaa0996c6d93874ef6ec44a8
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to