Hello community, here is the log from the commit of package perl-Test-Class for openSUSE:Factory checked in at 2013-06-06 13:31:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Class (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Class.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Class" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes 2011-09-23 12:39:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 2013-06-06 13:31:13.000000000 +0200 @@ -1,0 +2,23 @@ +Tue Jun 4 15:00:17 UTC 2013 - [email protected] + +- updated to 0.39 + - Merged schwern's https://github.com/adrianh/test-class/pull/2 + "Fix Test::Class for Test::Builder 1.5" - thank you Schwern! + - Many thanks to the ever excellent Ovid for actually making this happen. + - die-in-setup.t will work on Windows (thanks to Alexandr Ciornii for + the patch) + - Fix docs to explain "no_plan" in start up" (thanks to skington for the + patch) + - Fixed RT#64470: minor documentation error in Test::Class::Load (thanks + to Andrew Grangaard for patch) + - Fixed RT#39266: Test::Class with Package::Alias + - Fixed RT#56636: feature request: option to turn off auto-skipping + uncompleted tests (thanks to Ken Fox for suggestion) with addition + of fail_if_returned_early() (thanks to Dave Evans for patch) + - Fixed RT#64268: dying in setup does not skip rest of test + - Startup and shutdown methods are no longer run if a class will not + run any test methods + - Updated acknowledgements + - Added missing filter tests to MANIFEST & distribution + +------------------------------------------------------------------- Old: ---- Test-Class-0.36.tar.gz New: ---- Test-Class-0.39.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Class.spec ++++++ --- /var/tmp/diff_new_pack.1kbG8i/_old 2013-06-06 13:31:14.000000000 +0200 +++ /var/tmp/diff_new_pack.1kbG8i/_new 2013-06-06 13:31:14.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Class # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -16,77 +16,70 @@ # - Name: perl-Test-Class -Version: 0.36 -Release: 1 +Version: 0.39 +Release: 0 +%define cpan_name Test-Class Summary: Easily create test classes in an xUnit/JUnit style -Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Class-%{version}.tar.gz -Url: http://search.cpan.org/dist/Test-Class -Group: Development/Libraries/Perl License: Artistic-1.0 or GPL-1.0+ +Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Test-Class/ +Source: http://www.cpan.org/authors/id/A/AD/ADIE/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(MRO::Compat) >= 0.11 +BuildRequires: perl(Module::Build) >= 0.38 +BuildRequires: perl(Test::Builder) >= 0.78 BuildRequires: perl(Test::Exception) >= 0.25 -BuildRequires: perl(IO::File) >= 1.09 -BuildRequires: perl(Module::Build) >= 0.36 -BuildRequires: perl(Module::Build) -BuildRequires: perl(Attribute::Handlers) >= 0.77 -BuildRequires: perl(Storable) >= 2.04 -BuildRequires: perl(Test::Simple) >= 0.78 -BuildRequires: perl(Test::Builder::Tester) >= 1.02 BuildRequires: perl(Test::More) >= 0.78 -BuildRequires: perl(Test::Builder) >= 0.78 -BuildRequires: perl(MRO::Compat) >= 0.11 -BuildRequires: perl(Contextual::Return) -Requires: perl(Attribute::Handlers) >= 0.77 -Requires: perl(Storable) >= 2.04 -Requires: perl(Test::Simple) >= 0.78 -Requires: perl(Test::Builder::Tester) >= 1.02 -Requires: perl(Test::More) >= 0.78 -Requires: perl(Test::Builder) >= 0.78 +BuildRequires: perl(Test::Simple) >= 0.78 +#BuildRequires: perl(Base::Test) +#BuildRequires: perl(Foo) +#BuildRequires: perl(SomeClassThatDefinesNew) +#BuildRequires: perl(Test::Class) +#BuildRequires: perl(Test::Class::Load) +#BuildRequires: perl(TestClassLoadSubclass) +#BuildRequires: perl(Test::Class::MethodInfo) +#BuildRequires: perl(Tests::Foo) Requires: perl(MRO::Compat) >= 0.11 +Requires: perl(Test::Builder) >= 0.78 +Requires: perl(Test::More) >= 0.78 +Requires: perl(Test::Simple) >= 0.78 +%{perl_requires} %description Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. -Built using Test::Builder, it was designed to work with other -Test::Builder based modules (Test::More, Test::Differences, -Test::Exception, etc.). -*Note:* This module will make more sense, if you are already familiar with -the "standard" mechanisms for testing perl code. Those unfamiliar with -Test::Harness, Test::Simple, Test::More and friends should go take a look -at them now. Test::Tutorial is a good starting point. + +Built using the Test::Builder manpage, it was designed to work with other +Test::Builder based modules (the Test::More manpage, the Test::Differences +manpage, the Test::Exception manpage, etc.). + +_Note:_ This module will make more sense, if you are already familiar with +the "standard" mechanisms for testing perl code. Those unfamiliar with the +Test::Harness manpage, the Test::Simple manpage, the Test::More manpage and +friends should go take a look at them now. the Test::Tutorial manpage is a +good starting point. %prep -%setup -q -n "Test-Class-%{version}" -# fix 0755 perms -%__chmod 0644 Changes +%setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -%__perl ./Build.PL -./Build - -%install -./Build pure_install --destdir "%{buildroot}" --installdirs vendor -%perl_process_packlist +%{__perl} Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} %check ./Build test -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +%install +./Build install destdir=%{buildroot} create_packlist=0 +%perl_gen_filelist + +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes LICENSE README xt -%files -%defattr(-,root,root) -%doc Changes README -%dir %{perl_vendorlib}/Test -%{perl_vendorlib}/Test/Class.pm -%{perl_vendorlib}/Test/Class -%dir %{perl_vendorarch}/auto/Test -%{perl_vendorarch}/auto/Test/Class -%doc %{perl_man3dir}/Test::Class.%{perl_man3ext}%{ext_man} -%doc %{perl_man3dir}/Test::Class::*.%{perl_man3ext}%{ext_man} %changelog ++++++ Test-Class-0.36.tar.gz -> Test-Class-0.39.tar.gz ++++++ ++++ 2041 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
