Christian Wittmer 2009-06-27 15:13:41 +00:00 committed by Git OBS Bridge
parent 2c56c24df8
commit f750587bc7
4 changed files with 107 additions and 56 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91d290303a2746229eb4a8d2f0ac96dc5ff3f411c4fcb61993c3dbbb2060ae10
size 148266

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64ab5328bf8f2fc908aa014fc54e7ea5ac8527310410cba204dc61206e97bbf3
size 157782

View File

@ -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 Fri Aug 15 21:41:43 CEST 2008 - lrupp@suse.de

View File

@ -1,25 +1,47 @@
# #
# spec file for package perl-Test-Harness # spec file for package perl-Test-Harness
# #
# This file and all modifications and additions to the pristine # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# package are under the same license as the package itself. #
# 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 Name: perl-Test-Harness
%define real_name Test-Harness %define cpan_name Test-Harness
Summary: Run Perl standard test scripts with statistics Summary: Run Perl standard test scripts with statistics
Url: http://search.cpan.org/perldoc?Test::Harness Version: 3.17
Group: Development/Libraries/Perl Release: 1
License: Artistic License License: Artistic License
Version: 3.13 Group: Development/Libraries/Perl
Release: 0 Url: http://search.cpan.org/perldoc?Test::Harness
Source: %{real_name}-%{version}.tar.bz2 Source: %{cpan_name}-%{version}.tar.bz2
Requires: perl = %{perl_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 %description
#-------------------------------------------------------------------------------
Although, for historical reasons, the Test::Harness distribution takes its name 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 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 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. See TAP::Parser, TAP::Harness for the main documentation for this distribution.
Author: Andy Armstrong <andy@hexten.net>
Author: --------------------------------------------------------------------------------
------- #-------------------------------------------------------------------------------
Andy Armstrong
%prep %prep
%setup -n %{real_name}-%{version} #-------------------------------------------------------------------------------
%setup -q -n %{cpan_name}-%{version}
#-------------------------------------------------------------------------------
%build %build
perl Makefile.PL #-------------------------------------------------------------------------------
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make}
%check %check
make test %{__make} test PERL_TEST_POD=1
#-------------------------------------------------------------------------------
%install %install
#-------------------------------------------------------------------------------
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist
#-------------------------------------------------------------------------------
%clean %clean
rm -rf %{buildroot} #-------------------------------------------------------------------------------
%{__rm} -rf $RPM_BUILD_ROOT
%files #-------------------------------------------------------------------------------
%files -f %{name}.files
#-------------------------------------------------------------------------------
# normally you only need to check for doc files
%defattr(-, root, root) %defattr(-, root, root)
%doc README Changes MANIFEST %doc README Changes
%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}
#-------------------------------------------------------------------------------
%changelog %changelog
#-------------------------------------------------------------------------------