Hello community, here is the log from the commit of package perl-Test-Simple for openSUSE:Factory checked in at 2017-02-12 00:50:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Simple" Changes: -------- New Changes file: --- /dev/null 2017-01-26 09:49:33.150892021 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes 2017-02-12 00:50:13.066992826 +0100 @@ -0,0 +1,549 @@ +------------------------------------------------------------------- +Wed Jan 11 07:15:44 UTC 2017 - [email protected] + +- updated to 1.302075 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302075 2017-01-10 19:39:28-08:00 America/Los_Angeles + + - No changes, just marking a stable release + + 1.302074 2017-01-08 11:41:44-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add 'cid' to trace + - Add signatures to trace + - Add related() to events + - Now it is possible to check if events are related + - Add 'no_fork' option to run_subtest() + +------------------------------------------------------------------- +Wed Dec 21 07:18:31 UTC 2016 - [email protected] + +- updated to 1.302073 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302073 2016-12-18 23:02:54-08:00 America/Los_Angeles + + - No changes from last trial + + 1.302072 2016-12-18 01:08:12-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Expose tools.pl as Test2::Tools::Tiny + +------------------------------------------------------------------- +Sun Dec 18 07:15:48 UTC 2016 - [email protected] + +- updated to 1.302071 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302071 2016-12-17 12:08:29-08:00 America/Los_Angeles + + - No changes since last trial release + + 1.302070 2016-12-14 21:32:47-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Added two new event classes, Test2::Event::Encoding and + Test2::Event::TAP::Version. These are primarily being added for the + benefit of Test2::Harness now, but they could be useful for other Test2 + event consumer tools in the future. Implemented by Dave Rolsky (#743). + + 1.302069 2016-12-12 15:03:04-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Generate HashBase from Object::HashBase which has been split out + - When a subtest is marked as todo, all of its contained Ok and Subtest + events are now updated so that they return true for + $e->effective_pass. Implemented by Dave Rolsky. (#742) + + 1.302068 2016-12-03 13:50:01-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util + to faciliate transferring event data between processes. Implemented by + Dave Rolsky. (#741). + +------------------------------------------------------------------- +Thu Nov 24 07:16:44 UTC 2016 - [email protected] + +- updated to 1.302067 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302067 2016-11-23 07:37:56-08:00 America/Los_Angeles + + - Fix context test for recent blead. + + 1.302066 2016-11-08 07:58:39-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Handle cases where SysV IPC can be available but not enabled + - Import 'context' into Test2::IPC, it is used by 'cull' + - Propogate warnings settings to use_ok (#736) + + 1.302065 2016-10-30 11:54:37-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Set the TEST_ACTIVE env var to true + - Set the TEST2_ACTIVE env var to true + - Fix the oldest bug still in the bug list (#6) + This fixes cmp_ok output is some confusing cases + - Update travis config + - Add missing author deps + - Fix handling of negative pid's on windows + - Add can() to Test::Tester::Delegate (despite deprecation) + - Fix some minor test issues + + 1.302064 2016-10-24 21:03:24-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Repo management improvements + - Better handling of info vs diag in ->send_event + - Fix test that used 'parent' + - Better handling of non-bumping failures (#728) + + 1.302063 2016-10-23 21:31:20-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix double release when 'throw' is used in context_do() + +------------------------------------------------------------------- +Fri Oct 21 06:23:55 UTC 2016 - [email protected] + +- updated to 1.302062 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302062 2016-10-20 06:16:08-07:00 America/Los_Angeles + + - No changes from last trial + + 1.302061 2016-09-30 14:49:19-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Removed a warning when using a non-TAP formatter with Test::Builder + about the formatter not "no_header" and "no_diag". This happened even if + the alternative formatter class implemented these attributes. + - When finalize is called on a formatter, it now receives one more + argument, a boolean indicating whether or not the call is for a subtest + or not. + + 1.302060 2016-09-25 12:46:46-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Formatters now have terminate() and finalize() methods. These are called + when there is a skip_all or bail event (terminate) or when a test suite + is exiting normally (finalize). This allows formatters to finalize their + output, which is important for any sort of document-oriented format (as + opposed to a stream format like TAP). (#723) + +------------------------------------------------------------------- +Tue Sep 27 06:18:19 UTC 2016 - [email protected] + +- updated to 1.302059 + see /usr/share/doc/packages/perl-Test-Simple/Changes + +------------------------------------------------------------------- +Mon Sep 26 05:59:26 UTC 2016 - [email protected] + +- updated to 1.302059 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302059 2016-09-25 12:32:21-07:00 America/Los_Angeles + + - No changes from last trial + + 1.302058 2016-09-21 10:46:13-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Mask warning when comparing $@ in Test2::API::Context + + 1.302057 2016-09-18 12:12:18-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Doc fixes + - Win32 color support in Test::Builder::Tester + - Support v-strings in is_deeply + - A streamed subtest run inside a buffered subtest will be automatically + converted to a buffered subtest. Otherwise the output from inside the + subtest is lost entirely. (#721) + +------------------------------------------------------------------- +Tue Sep 13 06:07:20 UTC 2016 - [email protected] + +- updated to 1.302056 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302056 2016-09-12 09:03:49-07:00 America/Los_Angeles + + - Minor typo fix + - No logic chnges since last trial + + 1.302055 2016-08-30 12:13:32-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix special case of ok line ending in \ + - Improve a test that captures STDERR/STDOUT (Thanks HAARG) + + 1.302054 2016-08-20 16:21:44-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Allow '#' and ' +' in ok names + + 1.302053 2016-08-17 21:22:55-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix skip_all in require in intercept (#696) + - Documentation of what is better in Test2 (#663) + - Document Test::Builder::Tester plan limitations + - Document limitations in is_deeply (#595) + - Better documentation of done_testing purpose (#151) + - Make ctx->send_event detect termination events (#707) + +------------------------------------------------------------------- +Sun Aug 14 05:57:02 UTC 2016 - [email protected] + +- updated to 1.302052 + see /usr/share/doc/packages/perl-Test-Simple/Changes + + 1.302052 2016-08-13 14:34:07-07:00 America/Los_Angeles + + - No Changes from last trial + ++++ 352 more lines (skipped) ++++ between /dev/null ++++ and /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes New: ---- Test-Simple-1.302075.tar.gz cpanspec.yml perl-Test-Simple.changes perl-Test-Simple.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Simple.spec ++++++ # # spec file for package perl-Test-Simple # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: perl-Test-Simple Version: 1.302075 Release: 0 %define cpan_name Test-Simple Summary: Basic utilities for writing tests License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Simple/ Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} # MANUAL BEGIN Obsoletes: perl-Test-Tester <= 0.109 Obsoletes: perl-Test-use-ok <= 0.11 # MANUAL END %description ** If you are unfamiliar with testing *read Test::Tutorial first!* ** This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) %doc appveyor.yml Changes examples LICENSE README README.md %changelog ++++++ cpanspec.yml ++++++ --- description_paragraphs: 2 #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: preamble: |- Obsoletes: perl-Test-Tester <= 0.109 Obsoletes: perl-Test-use-ok <= 0.11 #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: - #./Build build flags=%{?_smp_mflags} --myflag
