70202a
%if ! (0%{?rhel})
70202a
%bcond_without perl_Test_Simple_enables_optional_test
70202a
%else
70202a
%bcond_with perl_Test_Simple_enables_optional_test
70202a
%endif
70202a
70202a
Name:           perl-Test-Simple
70202a
Summary:        Basic utilities for writing tests
70202a
Epoch:          1
70202a
Version:        1.302135
70202a
Release:        1%{?dist}
70202a
# CC0: lib/ok.pm
70202a
# Public Domain: lib/Test/Tutorial.pod
70202a
# GPL+ or Artistic: the rest of the distribution
70202a
License:        (GPL+ or Artistic) and CC0 and Public Domain
70202a
URL:            http://search.cpan.org/dist/Test-Simple
70202a
Source0:        http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Simple-%{version}.tar.gz
70202a
BuildArch:      noarch
70202a
# Module Build
70202a
BuildRequires:  coreutils
70202a
BuildRequires:  make
70202a
BuildRequires:  perl-generators
70202a
BuildRequires:  perl-interpreter
70202a
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
70202a
# Module Runtime
70202a
BuildRequires:  perl(base)
70202a
BuildRequires:  perl(Carp)
70202a
BuildRequires:  perl(Config)
70202a
BuildRequires:  perl(Data::Dumper)
70202a
BuildRequires:  perl(Exporter)
70202a
BuildRequires:  perl(File::Spec)
70202a
BuildRequires:  perl(File::Temp)
70202a
BuildRequires:  perl(IO::Handle)
70202a
BuildRequires:  perl(List::Util)
70202a
BuildRequires:  perl(overload)
70202a
BuildRequires:  perl(PerlIO) >= 1.02
70202a
BuildRequires:  perl(POSIX)
70202a
BuildRequires:  perl(Scalar::Util) >= 1.13
70202a
BuildRequires:  perl(Storable)
70202a
BuildRequires:  perl(strict)
70202a
BuildRequires:  perl(Symbol)
70202a
BuildRequires:  perl(Term::ANSIColor)
70202a
BuildRequires:  perl(threads::shared)
70202a
BuildRequires:  perl(vars)
70202a
BuildRequires:  perl(warnings)
70202a
# Test Suite
70202a
BuildRequires:  perl(Cwd)
70202a
BuildRequires:  perl(File::Basename)
70202a
BuildRequires:  perl(IO::Pipe)
70202a
BuildRequires:  perl(lib)
70202a
BuildRequires:  perl(threads)
70202a
# Optional Tests
70202a
BuildRequires:  perl(CPAN::Meta)
70202a
BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120920
70202a
BuildRequires:  perl(IPC::Open3)
70202a
BuildRequires:  perl(IPC::SysV)
70202a
BuildRequires:  perl(Module::Metadata)
70202a
BuildRequires:  perl(POSIX)
70202a
BuildRequires:  perl(Test::Harness) >= 2.03
70202a
%if !%{defined perl_bootstrap}
70202a
%if %{with perl_Test_Simple_enables_optional_test}
70202a
BuildRequires:  perl(Test::Class)
70202a
BuildRequires:  perl(Test::Pod) >= 0.95
70202a
BuildRequires:  perl(Test::Script)
70202a
%endif
70202a
%endif
70202a
# Runtime
70202a
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
70202a
Requires:       perl(Data::Dumper)
70202a
Requires:       perl(Term::ANSIColor)
70202a
Requires:       perl(threads::shared)
70202a
70202a
# Test2 integrated at 1.302014 (Fedora 25)
70202a
Obsoletes:      perl-Test2 < %{version}-%{release}
70202a
Provides:       perl-Test2 = %{version}-%{release}
70202a
70202a
%{?perl_default_filter}
70202a
70202a
%description
70202a
This package provides the bulk of the core testing facilities. For more
70202a
information, see perldoc for Test::Simple, Test::More, etc.
70202a
70202a
This package is the CPAN component of the dual-lifed core package Test-Simple.
70202a
70202a
%prep
70202a
%setup -q -n Test-Simple-%{version}
70202a
70202a
%build
70202a
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
70202a
make %{?_smp_mflags}
70202a
70202a
%install
70202a
make install DESTDIR=%{buildroot}
70202a
%{_fixperms} -c %{buildroot}
70202a
70202a
%check
70202a
make test AUTHOR_TESTING=1
70202a
70202a
%files
70202a
%license LICENSE
70202a
%doc Changes README examples/ t/
70202a
%dir %{perl_vendorlib}/Test/
70202a
%{perl_vendorlib}/ok.pm
70202a
%{perl_vendorlib}/Test/Builder.pm
70202a
%{perl_vendorlib}/Test/Builder/
70202a
%{perl_vendorlib}/Test/More.pm
70202a
%{perl_vendorlib}/Test/Simple.pm
70202a
%{perl_vendorlib}/Test/Tester.pm
70202a
%{perl_vendorlib}/Test/Tester/
70202a
%doc %{perl_vendorlib}/Test/Tutorial.pod
70202a
%{perl_vendorlib}/Test/use/
70202a
%{perl_vendorlib}/Test2.pm
70202a
%{perl_vendorlib}/Test2/
70202a
%{_mandir}/man3/ok.3*
70202a
%{_mandir}/man3/Test::Builder.3*
70202a
%{_mandir}/man3/Test::Builder::Formatter.3*
70202a
%{_mandir}/man3/Test::Builder::IO::Scalar.3*
70202a
%{_mandir}/man3/Test::Builder::Module.3*
70202a
%{_mandir}/man3/Test::Builder::Tester.3*
70202a
%{_mandir}/man3/Test::Builder::Tester::Color.3*
70202a
%{_mandir}/man3/Test::Builder::TodoDiag.3*
70202a
%{_mandir}/man3/Test::More.3*
70202a
%{_mandir}/man3/Test::Simple.3*
70202a
%{_mandir}/man3/Test::Tester.3*
70202a
%{_mandir}/man3/Test::Tester::Capture.3*
70202a
%{_mandir}/man3/Test::Tester::CaptureRunner.3*
70202a
%{_mandir}/man3/Test::Tutorial.3*
70202a
%{_mandir}/man3/Test::use::ok.3*
70202a
%{_mandir}/man3/Test2.3*
70202a
%{_mandir}/man3/Test2::API.3*
70202a
%{_mandir}/man3/Test2::API::Breakage.3*
70202a
%{_mandir}/man3/Test2::API::Context.3*
70202a
%{_mandir}/man3/Test2::API::Instance.3*
70202a
%{_mandir}/man3/Test2::API::Stack.3*
70202a
%{_mandir}/man3/Test2::Event.3*
70202a
%{_mandir}/man3/Test2::Event::Bail.3*
70202a
%{_mandir}/man3/Test2::Event::Diag.3*
70202a
%{_mandir}/man3/Test2::Event::Encoding.3*
70202a
%{_mandir}/man3/Test2::Event::Exception.3*
70202a
%{_mandir}/man3/Test2::Event::Fail.3*
70202a
%{_mandir}/man3/Test2::Event::Generic.3*
70202a
%{_mandir}/man3/Test2::Event::Note.3*
70202a
%{_mandir}/man3/Test2::Event::Ok.3*
70202a
%{_mandir}/man3/Test2::Event::Pass.3*
70202a
%{_mandir}/man3/Test2::Event::Plan.3*
70202a
%{_mandir}/man3/Test2::Event::Skip.3*
70202a
%{_mandir}/man3/Test2::Event::Subtest.3*
70202a
%{_mandir}/man3/Test2::Event::TAP::Version.3*
70202a
%{_mandir}/man3/Test2::Event::V2.3*
70202a
%{_mandir}/man3/Test2::Event::Waiting.3*
70202a
%{_mandir}/man3/Test2::EventFacet.3*
70202a
%{_mandir}/man3/Test2::EventFacet::About.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Amnesty.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Assert.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Control.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Error.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Hub.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Info.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Meta.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Parent.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Plan.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Render.3*
70202a
%{_mandir}/man3/Test2::EventFacet::Trace.3*
70202a
%{_mandir}/man3/Test2::Formatter.3*
70202a
%{_mandir}/man3/Test2::Formatter::TAP.3*
70202a
%{_mandir}/man3/Test2::Hub.3*
70202a
%{_mandir}/man3/Test2::Hub::Interceptor.3*
70202a
%{_mandir}/man3/Test2::Hub::Interceptor::Terminator.3*
70202a
%{_mandir}/man3/Test2::Hub::Subtest.3*
70202a
%{_mandir}/man3/Test2::IPC.3*
70202a
%{_mandir}/man3/Test2::IPC::Driver.3*
70202a
%{_mandir}/man3/Test2::IPC::Driver::Files.3*
70202a
%{_mandir}/man3/Test2::Tools::Tiny.3*
70202a
%{_mandir}/man3/Test2::Transition.3*
70202a
%{_mandir}/man3/Test2::Util.3*
70202a
%{_mandir}/man3/Test2::Util::ExternalMeta.3*
70202a
%{_mandir}/man3/Test2::Util::Facets2Legacy.3*
70202a
%{_mandir}/man3/Test2::Util::HashBase.3*
70202a
%{_mandir}/man3/Test2::Util::Trace.3*
70202a
70202a
%changelog
70202a
* Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 1:1.302135-1
70202a
- Update to 1.302135
70202a
  - Make sure all hubs, events, and contexts get a unique (per run) id
70202a
  - Use a common generator for unique(enough) id's (not UUIDs)
70202a
70202a
* Mon Mar 12 2018 Paul Howarth <paul@city-fan.org> - 1:1.302133-1
70202a
- Update to 1.302133
70202a
  - Make sure event puts the uuid into the about facet
70202a
  - Add method to validate facet data
70202a
  - Add Test2::Event::V2 event class, and context helpers
70202a
  - Improve how events handle facets
70202a
  - Break out meta_facet_data
70202a
  - Document and fix Facets2Legacy
70202a
  - Fix nested and in_subtest to look at hub facets
70202a
  - Fix event->related and trace with uuid
70202a
70202a
* Thu Mar  8 2018 Paul Howarth <paul@city-fan.org> - 1:1.302130-1
70202a
- Update to 1.302130
70202a
  - Make hubs tag events with a new facet
70202a
70202a
* Tue Mar 06 2018 Petr Pisar <ppisar@redhat.com> - 1:1.302128-1
70202a
- Update to 1.302128
70202a
  - Add optional UUID tagging
70202a
70202a
* Thu Feb 22 2018 Paul Howarth <paul@city-fan.org> - 1:1.302125-1
70202a
- Update to 1.302125
70202a
  - Make it possible to disable IPC
70202a
  - Fix a test to skip without threads
70202a
70202a
* Tue Feb  6 2018 Paul Howarth <paul@city-fan.org> - 1:1.302122-1
70202a
- Update to 1.302122
70202a
  - Add 'mode' to render facet
70202a
70202a
* Mon Feb  5 2018 Paul Howarth <paul@city-fan.org> - 1:1.302121-1
70202a
- Update to 1.302121
70202a
  - Update Copyright
70202a
  - Add 'render' facet
70202a
70202a
* Thu Nov 30 2017 Paul Howarth <paul@city-fan.org> - 1:1.302120-1
70202a
- Update to 1.302120
70202a
  - Fix IPC reload bug
70202a
70202a
* Wed Nov 29 2017 Paul Howarth <paul@city-fan.org> - 1:1.302118-1
70202a
- Update to 1.302118
70202a
  - Added pre-subtest hook to Test2::API (GH#801)
70202a
  - ipc_wait now reports exit and signal values
70202a
  - Add better interface for ipc_wait
70202a
  - Fix event Out of Order bug
70202a
  - Add driver_abort() hook for IPC Drivers
70202a
70202a
* Tue Nov 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302113-1
70202a
- Update to 1.302113
70202a
  - Fix test on threaded 5.8
70202a
  - Fix SIGPIPE in IPC test
70202a
  - Mark t/Test2/regression/gh_16.t as usually AUTHOR_TESTING only
70202a
70202a
* Mon Nov 20 2017 Paul Howarth <paul@city-fan.org> - 1:1.302111-1
70202a
- Update to 1.302111
70202a
  - Fix some fragile tests
70202a
  - Apply p5p test patch from Craig A. Berry
70202a
  - Allow regexp in Test::Tester
70202a
70202a
* Mon Oct 23 2017 Paul Howarth <paul@city-fan.org> - 1:1.302106-1
70202a
- Update to 1.302106
70202a
  - Combine multiple diags into one event
70202a
  - Make version number in HashBase sane
70202a
70202a
* Mon Oct 16 2017 Paul Howarth <paul@city-fan.org> - 1:1.302103-1
70202a
- Update to 1.302103
70202a
  - Fix some TODO edge cases that were not previously accounted for
70202a
70202a
* Fri Oct 13 2017 Paul Howarth <paul@city-fan.org> - 1:1.302101-1
70202a
- Update to 1.302101
70202a
  - Bump Test::Builder::IO::Scalar version for core
70202a
70202a
* Wed Oct 11 2017 Paul Howarth <paul@city-fan.org> - 1:1.302100-1
70202a
- Update to 1.302100
70202a
  - Fix run_subtest inherit_trace option
70202a
70202a
* Tue Oct  3 2017 Paul Howarth <paul@city-fan.org> - 1:1.302098-1
70202a
- Update to 1.302098
70202a
  - Add docs for test2_stdout and test2_stderr
70202a
  - Fix 5.6 support
70202a
70202a
* Tue Oct 3 2017 Paul Howarth <paul@city-fan.org> - 1:1.302097-1
70202a
- Update to 1.302097
70202a
  - Fix hub->process bug that could let an error pass
70202a
  - Fix modification of read only value (#789)
70202a
  - Fix typo in Test::Builder when looking for IPC (#777)
70202a
  - Fix clone_io broke on scalar io layer (#791)
70202a
  - Fix Exception event stringify exception (#756, #790)
70202a
  - Localize $^E in context (#780)
70202a
  - Fix test that failed in verbose mode (#770)
70202a
70202a
* Mon Sep 11 2017 Paul Howarth <paul@city-fan.org> - 1:1.302096-1
70202a
- Update to 1.302096
70202a
  - Introduce 'Facets' for events
70202a
  - Performance enhancements
70202a
  - Upgrade inline HashBase
70202a
  - Move Test2::Util::Trace to Test2::EventFacet::Trace
70202a
  - Track hub id in Trace
70202a
  - Remove Info event
70202a
  - Add Pass and Fail events
70202a
  - Remove Event JSON interface
70202a
  - Fix tests on perl 5.25+ with newer Data::Dumper
70202a
  - Fix plan in buffered subtest so that the facts say it is buffered
70202a
  - Fix test that unintentionally required Test2::Suite
70202a
  - Add 'new_root' constructor for formatters
70202a
  - Add intercept_deep() to the API
70202a
  - Fix bug in Version event
70202a
  - Add 'number' attribute to assertion facet
70202a
  - Fix bug in Facets for TodoDiag
70202a
  - Add API command to reset after a fork
70202a
  - Add 'important' flag to info event facet
70202a
  - Make sure Test::Builder does not initialize Test2 too soon
70202a
  - Fix Test::Builder in a preload scenario
70202a
  - Make several tests work with preload
70202a
  - Fix to work with subref-in-stash optimization
70202a
70202a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.302086-2
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
70202a
70202a
* Wed Jun 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302086-1
70202a
- Update to 1.302086
70202a
  - Make it possible to turn off result logging in Test::Builder
70202a
70202a
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.302085-2
70202a
- Perl 5.26 rebuild
70202a
70202a
* Tue May  2 2017 Paul Howarth <paul@city-fan.org> - 1.302085-1
70202a
- Update to 1.302085
70202a
  - Better IO management
70202a
  - Allow access to the STDERR/STDOUT Test2::API uses
70202a
  - Formatters should use the Test2::API handles
70202a
70202a
* Sat Apr 15 2017 Paul Howarth <paul@city-fan.org> - 1.302083-1
70202a
- Update to 1.302083
70202a
  - Fixes for '. in @INC' changes (#768)
70202a
  - Timeout when waiting for child procs and threads (#765)
70202a
  - Fix SIGSYS localization issue (#758)
70202a
  - Fix outdated docs (#759, #754)
70202a
  - Fix bail-out in buffered subtest (#747)
70202a
  - Fix threads timeout for older perls (as best we can)
70202a
  - Fix test that incorrectly called private function as method
70202a
  - Update some breakage info for Test::More::Prefix and
70202a
    Test::DBIx::Class::Schema
70202a
70202a
* Thu Mar  2 2017 Paul Howarth <paul@city-fan.org> - 1.302078-1
70202a
- Update to 1.302078
70202a
  - Fix crash when TB->reset used inside subtest
70202a
  - Fix #762, newlines for todo subtest
70202a
  - Revisit #637, fix rare race condition it created
70202a
70202a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.302075-2
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
70202a
70202a
* Wed Jan 11 2017 Paul Howarth <paul@city-fan.org> - 1.302075-1
70202a
- Update to 1.302075
70202a
  - Add 'cid' to trace
70202a
  - Add signatures to trace
70202a
  - Add related() to events
70202a
  - Now it is possible to check if events are related
70202a
  - Add 'no_fork' option to run_subtest()
70202a
70202a
* Mon Dec 19 2016 Paul Howarth <paul@city-fan.org> - 1.302073-1
70202a
- Update to 1.302073
70202a
  - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to
70202a
    facilitate transferring event data between processes (#741)
70202a
  - Generate HashBase from Object::HashBase, which has been split out
70202a
  - When a subtest is marked as todo, all of its contained Ok and Subtest
70202a
    events are now updated so that they return true for $e->effective_pass
70202a
    (#742)
70202a
  - Added two new event classes, Test2::Event::Encoding and
70202a
    Test2::Event::TAP::Version; these are primarily being added for the benefit
70202a
    of Test2::Harness now, but they could be useful for other Test2 event
70202a
    consumer tools in the future (#743)
70202a
  - Expose tools.pl as Test2::Tools::Tiny
70202a
70202a
* Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.302067-1
70202a
- Update to 1.302067
70202a
  - Fix double release when 'throw' is used in context_do()
70202a
  - Repo management improvements
70202a
  - Better handling of info vs. diag in ->send_event
70202a
  - Fix test that used 'parent'
70202a
  - Better handling of non-bumping failures (#728)
70202a
  - Set the TEST_ACTIVE env var to true
70202a
  - Set the TEST2_ACTIVE env var to true
70202a
  - Fix cmp_ok output in some confusing cases (#6)
70202a
  - Update travis config
70202a
  - Add missing author deps
70202a
  - Fix handling of negative pids on Windows
70202a
  - Add can() to Test::Tester::Delegate (despite deprecation)
70202a
  - Fix some minor test issues
70202a
  - Handle cases where SysV IPC can be available but not enabled
70202a
  - Import 'context' into Test2::IPC; it is used by 'cull'
70202a
  - Propagate warnings settings to use_ok (#736)
70202a
  - Fix context test for recent blead
70202a
70202a
* Thu Oct 20 2016 Paul Howarth <paul@city-fan.org> - 1.302062-1
70202a
- Update to 1.302062
70202a
  - Formatters now have terminate() and finalize() methods; these are called
70202a
    when there is a skip_all or bail event (terminate), or when a test suite is
70202a
    exiting normally (finalize), which allows formatters to finalize their
70202a
    output - this is important for any sort of document-oriented format (as
70202a
    opposed to a stream format like TAP) (#723)
70202a
  - Removed a warning when using a non-TAP formatter with Test::Builder about
70202a
    the formatter not supporting "no_header" and "no_diag"; this happened even
70202a
    if the alternative formatter class implemented these attributes
70202a
70202a
* Mon Sep 26 2016 Paul Howarth <paul@city-fan.org> - 1.302059-1
70202a
- Update to 1.302059
70202a
  - Documentation fixes
70202a
  - Win32 color support in Test::Builder::Tester
70202a
  - Support v-strings in is_deeply
70202a
  - A streamed subtest run inside a buffered subtest will automatically be
70202a
    converted to a buffered subtest; otherwise, the output from inside the
70202a
    subtest is lost entirely (#721)
70202a
  - Mask warning when comparing $@ in Test2::API::Context
70202a
- Drop obsoletes/provides for perl-Test-Tester and perl-Test-use-ok, which
70202a
  were integrated into this package in Fedora 22
70202a
70202a
* Tue Sep 13 2016 Paul Howarth <paul@city-fan.org> - 1.302056-1
70202a
- Update to 1.302056
70202a
  - Fix skip_all in require in intercept (#696)
70202a
  - Documentation of what is better in Test2 (#663)
70202a
  - Document Test::Builder::Tester plan limitations
70202a
  - Document limitations in is_deeply (#595)
70202a
  - Better documentation of done_testing purpose (#151)
70202a
  - Make ctx->send_event detect termination events (#707)
70202a
  - Allow '#' and '\n' in ok names
70202a
  - Fix special case of ok line ending in backslash
70202a
  - Improve a test that captures STDERR/STDOUT
70202a
70202a
* Sun Aug 14 2016 Paul Howarth <paul@city-fan.org> - 1.302052-1
70202a
- Update to 1.302052
70202a
  - Add contact info to main doc and readme
70202a
  - Fix setting hub when getting context
70202a
70202a
* Fri Jul 29 2016 Paul Howarth <paul@city-fan.org> - 1.302049-1
70202a
- Update to 1.302049
70202a
  - Add 'active' attribute to hub
70202a
70202a
* Sat Jul 23 2016 Paul Howarth <paul@city-fan.org> - 1.302047-1
70202a
- Update to 1.302047
70202a
  - Restore traditional note/diag return values (#694)
70202a
70202a
* Tue Jul 19 2016 Paul Howarth <paul@city-fan.org> - 1.302045-1
70202a
- Update to 1.302045
70202a
  - Work around IPC bug on windows
70202a
  - Fix IPC event ordering bug
70202a
  - Fix TODO in mixed T2/TB subtests
70202a
  - Fix test that segv'd on older perls
70202a
70202a
* Sun Jul 10 2016 Paul Howarth <paul@city-fan.org> - 1.302040-1
70202a
- Update to 1.302040
70202a
  - Fix broken MANIFEST.SKIP entries (#689)
70202a
  - Add Info event for better diagnostics
70202a
70202a
* Mon Jul  4 2016 Paul Howarth <paul@city-fan.org> - 1.302037-1
70202a
- Update to 1.302037
70202a
  - Restore PerlIO layer cloning on STDERR and STDOUT
70202a
- Bump obsoletes/provides versions for perl-Test2 to maintain upgrade path from
70202a
  packages in third-party repositories
70202a
70202a
* Tue Jun 28 2016 Paul Howarth <paul@city-fan.org> - 1.302035-1
70202a
- Update to 1.302035
70202a
  - Fix some breakage info
70202a
  - POD fixes
70202a
70202a
* Fri Jun 24 2016 Paul Howarth <paul@city-fan.org> - 1.302033-1
70202a
- Update to 1.302033
70202a
  - Fix nested TODO handling of diags (#684)
70202a
70202a
* Wed Jun 22 2016 Paul Howarth <paul@city-fan.org> - 1.302031-1
70202a
- Update to 1.302031
70202a
  - Remove Carp from dependency list (#682)
70202a
70202a
* Sun Jun 19 2016 Paul Howarth <paul@city-fan.org> - 1.302030-1
70202a
- Update to 1.302030
70202a
  - Use pre_filter instead of filter for TODO in Test::Builder (fix #683)
70202a
  - Fix typos in transitions doc (#681)
70202a
  - Add 'inherit_trace' param to run_subtest
70202a
  - Properly skip thread test when threads are broken
70202a
70202a
* Tue Jun 14 2016 Paul Howarth <paul@city-fan.org> - 1.302026-1
70202a
- Update to 1.302026
70202a
  - Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue)
70202a
  - Potential fix for t/Legacy/Regression/637.t
70202a
  - Make t/Legacy/Regression/637.t AUTHOR_TESTING for now
70202a
  - Add Generic event type
70202a
  - Make sure enabling culling/shm sets pid and tid (fix #679)
70202a
70202a
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.302022-1
70202a
- Update to 1.302022
70202a
  - Many micro-optimizations
70202a
  - Spelling fixes and tests
70202a
  - Fix leaky File.t file so that tmp doesn't fill up
70202a
  - Move some modules out of the known broken list in xt tests
70202a
  - Add Test2-based tools to downstream testing
70202a
  - Change when PID/TID are stashed (for forkprove)
70202a
  - VMS fixes for Files.t and IPC system
70202a
  - Improve thread checks to better detect broken 5.10 builds
70202a
  - Use thread checks to skip/run t/Legacy/Regression/637.t
70202a
70202a
* Mon May 23 2016 Petr Pisar <ppisar@redhat.com> - 1.302019-2
70202a
- Obsolete perl-Test2-0.000044-2 too
70202a
70202a
* Thu May 19 2016 Paul Howarth <paul@city-fan.org> - 1.302019-1
70202a
- Update to 1.302019
70202a
  - Block signals in critical IPC section (fix #661 and #668)
70202a
  - Merge Examples and examples into one dir (#660)
70202a
  - Documentation and typo fixes
70202a
  - Make Test2::Util::get_tid have a consistent prototype (#665)
70202a
  - Make TB->no_plan a no-op if a plan is set
70202a
  - Fix util.t win32 bug
70202a
  - Handle Test::Builder::Exception properly
70202a
  - Silence noisy STDERR in test suite
70202a
  - POD spelling fixes
70202a
- BR: perl-generators
70202a
70202a
* Wed May 18 2016 Paul Howarth <paul@city-fan.org> - 1.302015-1
70202a
- Update to 1.302015
70202a
  - Major refactoring of existing API on top of (included) Test2
70202a
- Obsolete/Provide perl-Test2
70202a
70202a
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-365
70202a
- Increase release to favour standalone package
70202a
70202a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.001014-347
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
70202a
70202a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001014-346
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
70202a
70202a
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-345
70202a
- Increase release to favour standalone package
70202a
70202a
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-3
70202a
- Perl 5.22 rebuild
70202a
70202a
* Wed Mar 04 2015 Petr Šabata <contyk@redhat.com> - 1.001014-2
70202a
- Correct the license tag
70202a
70202a
* Wed Jan  7 2015 Paul Howarth <paul@city-fan.org> - 1.001014-1
70202a
- Update to 1.001014
70202a
  - Fix a unit test that broke on some platforms with spaces in the $^X path
70202a
  - Add a test to ensure that the Changes file is updated
70202a
70202a
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 1.001012-1
70202a
- Update to 1.001012
70202a
  - Move test that was dropped in the wrong directory
70202a
70202a
* Tue Dec 23 2014 Paul Howarth <paul@city-fan.org> - 1.001011-1
70202a
- Update to 1.001011
70202a
  - Fix windows test bug (GH#491)
70202a
  - Integrate Test::Tester and Test::use::ok for easier downgrade from trial
70202a
  - Remove POD Coverage test
70202a
- Obsolete/Provide perl-Test-Tester and perl-Test-use-ok
70202a
- Classify buildreqs by usage
70202a
- Use features from recent ExtUtils::MakeMaker to simplify spec
70202a
- Run tests with AUTHOR_TESTING=1 so we do the threads test too
70202a
70202a
* Tue Nov  4 2014 Paul Howarth <paul@city-fan.org> - 1.001009-1
70202a
- Update to 1.001009
70202a
  - Backport cmp_ok fix from alphas (GH#478)
70202a
70202a
* Thu Oct 16 2014 Paul Howarth <paul@city-fan.org> - 1.001008-1
70202a
- Update to 1.001008
70202a
  - Fix subtest name when skip_all is used
70202a
70202a
* Tue Sep  9 2014 Paul Howarth <paul@city-fan.org> - 1.001006-1
70202a
- Update to 1.001006
70202a
  - Documentation updates
70202a
  - Subtests accept args
70202a
  - Outdent subtest diag
70202a
  - Changed install path for perl 5.12 or higher
70202a
70202a
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.001003-3
70202a
- Perl 5.20 rebuild
70202a
70202a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001003-2
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
70202a
70202a
* Sat Mar 22 2014 Paul Howarth <paul@city-fan.org> - 1.001003-1
70202a
- Update to 1.001003
70202a
  - Documentation updates for maintainer change
70202a
- This release by EXODIST -> update source URL
70202a
- Drop obsoletes/provides for old tests sub-package
70202a
70202a
* Tue Nov  5 2013 Paul Howarth <paul@city-fan.org> - 1.001002-1
70202a
- Update to 1.001002
70202a
  - Restore ability to use regex with test_err and test_out (CPAN RT#89655)
70202a
- Drop upstreamed regex patch
70202a
70202a
* Sat Oct 12 2013 Paul Howarth <paul@city-fan.org> - 0.99-1
70202a
- 0.99 bump
70202a
- This release by RJBS -> update source URL
70202a
70202a
* Fri Aug 09 2013 Petr Pisar <ppisar@redhat.com> - 0.98.05-3
70202a
- Pass regular expression intact
70202a
70202a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.05-2
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
70202a
70202a
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 0.98.05-1
70202a
- 0.98_05 bump
70202a
70202a
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 0.98-244
70202a
- Perl 5.18 rebuild
70202a
70202a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-243
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
70202a
70202a
* Wed Nov 21 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.98-242
70202a
- Update dependencies and comments
70202a
70202a
* Thu Aug 23 2012 Paul Howarth <paul@city-fan.org> - 0.98-241
70202a
- Merge tests sub-package back into main package
70202a
- Don't need to remove empty directories from the buildroot
70202a
- Drop %%defattr, redundant since rpm 4.4
70202a
- Make %%files list more explicit
70202a
- Don't use macros for commands
70202a
- Mark Tutorial.pod as %%doc
70202a
- Drop explicit dependency on perl-devel
70202a
70202a
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-240
70202a
- Bump release to override sub-package from perl.spec
70202a
70202a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-7
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
70202a
70202a
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.98-6
70202a
- Perl 5.16 rebuild
70202a
70202a
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 0.98-5
70202a
- Specify all dependencies
70202a
70202a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-4
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
70202a
70202a
* Tue Aug 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-3
70202a
- Change path on vendor, so our debuginfo are not conflicting with
70202a
  perl core debuginfos
70202a
70202a
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-2
70202a
- Perl mass rebuild
70202a
70202a
* Thu Feb 24 2011 Iain Arnell <iarnell@gmail.com> - 0.98-1
70202a
- Update to latest upstream version
70202a
70202a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-2
70202a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
70202a
70202a
* Sat Nov 20 2010 Iain Arnell <iarnell@gmail.com> - 0.96-1
70202a
- Update to latest upstream version
70202a
- Clean up spec for modern rpmbuild
70202a
70202a
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.94-2
70202a
- Mass rebuild with perl-5.12.0
70202a
70202a
* Tue Mar 16 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.94-1
70202a
- Specfile by Fedora::App::MaintainerTools 0.006