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
This commit is contained in:
Paul Howarth 2016-11-24 20:01:34 +00:00
parent 106da2f18d
commit c4521ef3fe
2 changed files with 23 additions and 4 deletions

View File

@ -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 <paul@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 <paul@city-fan.org> - 1.302062-1
- Update to 1.302062
- Formatters now have terminate() and finalize() methods; these are called

View File

@ -1 +1 @@
d869f6754eccc38484da7e21e9c7bbcc Test-Simple-1.302062.tar.gz
e20a902e3f26461607cf77da96717f95 Test-Simple-1.302067.tar.gz