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