Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Test-Unit-Lite for openSUSE:Leap:16.0 checked in at 2025-06-19 01:27:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/perl-Test-Unit-Lite (Old) and /work/SRC/openSUSE:Leap:16.0/.perl-Test-Unit-Lite.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Unit-Lite" Thu Jun 19 01:27:03 2025 rev:1 rq:1286607 version:0.1202 Changes: -------- New Changes file: --- /dev/null 2025-05-22 11:35:32.100000000 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.perl-Test-Unit-Lite.new.19631/perl-Test-Unit-Lite.changes 2025-06-19 01:27:03.524424906 +0200 @@ -0,0 +1,49 @@ +------------------------------------------------------------------- +Tue Jun 4 15:14:48 UTC 2013 - co...@suse.com + +- updated to 0.1202 + * RT #81879: hash key randomization after 5.17.5 + +------------------------------------------------------------------- +Mon May 28 13:40:49 UTC 2012 - co...@suse.com + +- updated to 0.1201 +* Repackaged with newer Module::Builder. + +------------------------------------------------------------------- +Fri Apr 1 17:10:23 UTC 2011 - co...@novell.com + +- update to 0.12 +* Method "list_tests" returns methods from own class and base classes. +* Method "tear_down" is called if "set_up" failed too. +* Code was slightly reformatted. +* New type of test status "failure" is set if the test unit fails. +* Old type of test status "error" is set if error was occured in "set_up" or + "tear_down" method. +* Error on "set_up" or "tear_down" doesn't stop whole test runner. +* Fix for tainted mode. +* Stringify eval error explicity in case that exception object doesn't + support "eq" operator. +* Does not use Symbol::stash sub. + +------------------------------------------------------------------- +Wed Dec 1 13:35:37 UTC 2010 - co...@novell.com + +- switch to perl_requires macro + +------------------------------------------------------------------- +Mon Nov 29 18:31:16 UTC 2010 - co...@novell.com + +- remove /var/adm/perl-modules + +------------------------------------------------------------------- +Tue Oct 19 08:39:09 UTC 2010 - co...@novell.com + +- add perl as explicit buildrequire + +------------------------------------------------------------------- +Sun Oct 26 00:00:00 UTC 2008 - gerrit.be...@gmx.de + +- first release 0.1002 + + New: ---- Test-Unit-Lite-0.1202.tar.gz perl-Test-Unit-Lite.changes perl-Test-Unit-Lite.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Unit-Lite.spec ++++++ # # spec file for package perl-Test-Unit-Lite # # Copyright (c) 2013 SUSE LINUX Products 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-Unit-Lite Version: 0.1202 Release: 0 %define cpan_name Test-Unit-Lite Summary: Unit testing without external dependencies License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Unit-Lite/ Source: http://www.cpan.org/authors/id/D/DE/DEXTER/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) #BuildRequires: perl(Error) #BuildRequires: perl(ExceptionChecker) #BuildRequires: perl(File::Slurp) #BuildRequires: perl(InheritedSuite::BaseTest) #BuildRequires: perl(InheritedSuite::DerivedTest) #BuildRequires: perl(InheritedSuite::OverrideNew) #BuildRequires: perl(InheritedSuite::OverrideNewName) #BuildRequires: perl(InheritedSuite::Simple) #BuildRequires: perl(OneTestCaseTest) #BuildRequires: perl(Readonly) #BuildRequires: perl(Taint::Runtime) #BuildRequires: perl(Test::CheckChanges) #BuildRequires: perl(Test::CPAN::Changes) #BuildRequires: perl(Test::CPAN::Meta) #BuildRequires: perl(Test::DistManifest) #BuildRequires: perl(Test::Distribution) #BuildRequires: perl(Test::EOL) #BuildRequires: perl(Test::Kwalitee) #BuildRequires: perl(Test::NoTabs) #BuildRequires: perl(TestObject) #BuildRequires: perl(Test::Perl::Critic) #BuildRequires: perl(Test::Pod) >= 1.14 #BuildRequires: perl(Test::Pod::Coverage) >= 1.04 #BuildRequires: perl(Test::Signature) #BuildRequires: perl(Test::Spelling) #BuildRequires: perl(Test::Unit::Lite) #BuildRequires: perl(Test::Unit::TestCase) #BuildRequires: perl(Test::Unit::TestRunner) #BuildRequires: perl(Test::Unit::TestSuite) %{perl_requires} %description This framework provides lighter version of the Test::Unit manpage framework. It implements some of the the Test::Unit manpage classes and methods needed to run test units. The the Test::Unit::Lite manpage tries to be compatible with public API of the Test::Unit manpage. It doesn't implement all classes and methods at 100% and only those necessary to run tests are available. The the Test::Unit::Lite manpage can be distributed as a part of package distribution, so the package can be distributed without dependency on modules outside standard Perl distribution. The the Test::Unit::Lite manpage is provided as a single file. %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check ./Build test %install ./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) %doc Changes examples LICENSE README README.md %changelog