From f750587bc7217ebd2b0b82762fa359353b2dba3aae70f640a39411f33d648feb Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Sat, 27 Jun 2009 15:13:41 +0000 Subject: [PATCH] update to 3.17 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Harness?expand=0&rev=2 --- Test-Harness-3.13.tar.bz2 | 3 -- Test-Harness-3.17.tar.bz2 | 3 ++ perl-Test-Harness.changes | 48 +++++++++++++++++ perl-Test-Harness.spec | 109 ++++++++++++++++++++------------------ 4 files changed, 107 insertions(+), 56 deletions(-) delete mode 100644 Test-Harness-3.13.tar.bz2 create mode 100644 Test-Harness-3.17.tar.bz2 diff --git a/Test-Harness-3.13.tar.bz2 b/Test-Harness-3.13.tar.bz2 deleted file mode 100644 index 094c91b..0000000 --- a/Test-Harness-3.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91d290303a2746229eb4a8d2f0ac96dc5ff3f411c4fcb61993c3dbbb2060ae10 -size 148266 diff --git a/Test-Harness-3.17.tar.bz2 b/Test-Harness-3.17.tar.bz2 new file mode 100644 index 0000000..c4eff2c --- /dev/null +++ b/Test-Harness-3.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ab5328bf8f2fc908aa014fc54e7ea5ac8527310410cba204dc61206e97bbf3 +size 157782 diff --git a/perl-Test-Harness.changes b/perl-Test-Harness.changes index 42334b5..299edb6 100644 --- a/perl-Test-Harness.changes +++ b/perl-Test-Harness.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Sat Jun 27 15:14:27 CEST 2009 - chris@computersalat.de + +- update to 3.17 + - 3.17 2009-05-05 + - Changed the 'failures' so that it is overridden by verbosity rather + than the other way around. + - Added the 'comments' option, most useful when used in conjunction + with the 'failures' option. + - Deprecated support for Perls earlier than 5.6.0. + - Allow '-I lib' as well as '-Ilib' in $Test::Harness::Switches + (regression). + - Restore old skip parsing semantics for TAP < v13. Refs #39031. + - Numerous small documentation fixes. + - Remove support for fork-based parallel testing. Multiplexed + parallel testing remains. + - 3.16 2009-02-19 + - Fix path splicing on platforms where the path separator + is not ':'. + - Fixes/skips for failing Win32 tests. + - Don't break with older CPAN::Reporter versions. + - 3.15 2009-02-17 + - Refactor getter/setter generation into TAP::Object. + - The App::Prove::State::Result::Test now stores the parser object. + - After discussion with Andy, agreed to clean up the test output + somewhat. t/foo.....ok becomes t/foo.t ... ok + - Make Bail out! die instead of exiting. Dies with the same + message as 2.64 for (belated) backwards compatibility. + - Alex Vaniver's patch to refactor TAP::Formatter::Console into + a new class, TAP::Formatter::File and a common base class: + TAP::Formatter::Base. + - Fix a bug where PERL5LIB might be put in the wrong spot in @INC. + #40257 + - Steve Purkis implemented a plugin mechanism for App::Prove. + - 3.14 2008-09-13 + - Created a proper (ha!) API for prove state results and tests. + - Added --count and --nocount options to prove to control X/Y display + while running tests. + - Added 'fresh' state option to run test scripts that have been + touched since the test run. + - fixed bug where PERL5OPT was not properly split + - fixed regex in _filtered_inc. Fixes #39248. Thanks Slaven. +- added perl-macros + o autogen filelist with perl_gen_filelist +- spec mods + o added header + o fixed deps + ------------------------------------------------------------------- Fri Aug 15 21:41:43 CEST 2008 - lrupp@suse.de diff --git a/perl-Test-Harness.spec b/perl-Test-Harness.spec index c6c413a..9a3fd30 100644 --- a/perl-Test-Harness.spec +++ b/perl-Test-Harness.spec @@ -1,25 +1,47 @@ # # spec file for package perl-Test-Harness # -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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/ # +# norootforbuild +#Distribution: %dist +#Packager: %packager +#Vendor: %vendor Name: perl-Test-Harness -%define real_name Test-Harness +%define cpan_name Test-Harness Summary: Run Perl standard test scripts with statistics -Url: http://search.cpan.org/perldoc?Test::Harness -Group: Development/Libraries/Perl +Version: 3.17 +Release: 1 License: Artistic License -Version: 3.13 -Release: 0 -Source: %{real_name}-%{version}.tar.bz2 -Requires: perl = %{perl_version} +Group: Development/Libraries/Perl +Url: http://search.cpan.org/perldoc?Test::Harness +Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(File::Spec) >= 0.8 +BuildRequires: perl(Pod::Usage) >= 1.12 +Requires: perl = %{perl_version} +Requires: perl(File::Spec) >= 0.8 +Requires: perl(Pod::Usage) >= 1.12 +#------------------------------------------------------------------------------- %description +#------------------------------------------------------------------------------- Although, for historical reasons, the Test::Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're @@ -31,61 +53,42 @@ here. Straps is now available as a stand alone module: Test::Harness::Straps. See TAP::Parser, TAP::Harness for the main documentation for this distribution. - -Author: -------- - Andy Armstrong - + Author: Andy Armstrong +-------------------------------------------------------------------------------- +#------------------------------------------------------------------------------- %prep -%setup -n %{real_name}-%{version} +#------------------------------------------------------------------------------- +%setup -q -n %{cpan_name}-%{version} +#------------------------------------------------------------------------------- %build -perl Makefile.PL -make %{?jobs:-j%jobs} +#------------------------------------------------------------------------------- +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL +%{__make} %check -make test +%{__make} test PERL_TEST_POD=1 +#------------------------------------------------------------------------------- %install +#------------------------------------------------------------------------------- %perl_make_install %perl_process_packlist +%perl_gen_filelist -%clean -rm -rf %{buildroot} +#------------------------------------------------------------------------------- +%clean +#------------------------------------------------------------------------------- +%{__rm} -rf $RPM_BUILD_ROOT -%files +#------------------------------------------------------------------------------- +%files -f %{name}.files +#------------------------------------------------------------------------------- +# normally you only need to check for doc files %defattr(-, root, root) -%doc README Changes MANIFEST -%doc %{_mandir}/man?/* -%{_bindir}/prove -%dir %{perl_vendorlib}/Test -%dir %{perl_vendorlib}/App -%dir %{perl_vendorlib}/App/Prove -%dir %{perl_vendorlib}/TAP -%dir %{perl_vendorlib}/TAP/Formatter -%dir %{perl_vendorlib}/TAP/Formatter/Console -%dir %{perl_vendorlib}/TAP/Parser -%dir %{perl_vendorlib}/TAP/Parser/Iterator -%dir %{perl_vendorlib}/TAP/Parser/Result -%dir %{perl_vendorlib}/TAP/Parser/Scheduler -%dir %{perl_vendorlib}/TAP/Parser/Source -%dir %{perl_vendorlib}/TAP/Parser/YAMLish -%dir %{perl_vendorarch}/auto/Test -%dir %{perl_vendorarch}/auto/Test/Harness -%{perl_vendorlib}/Test/*.pm -%{perl_vendorlib}/Test/*.pod -%{perl_vendorlib}/App/*.pm -%{perl_vendorlib}/App/Prove/*.pm -%{perl_vendorlib}/TAP/*.pm -%{perl_vendorlib}/TAP/Formatter/*.pm -%{perl_vendorlib}/TAP/Formatter/Console/*.pm -%{perl_vendorlib}/TAP/Parser/*.pm -%{perl_vendorlib}/TAP/Parser/Iterator/*.pm -%{perl_vendorlib}/TAP/Parser/Result/*.pm -%{perl_vendorlib}/TAP/Parser/Scheduler/*.pm -%{perl_vendorlib}/TAP/Parser/Source/*.pm -%{perl_vendorlib}/TAP/Parser/YAMLish/*.pm -%{perl_vendorarch}/auto/Test/Harness/.packlist -/var/adm/perl-modules/%{name} +%doc README Changes +#------------------------------------------------------------------------------- %changelog +#------------------------------------------------------------------------------- +