Hello community, here is the log from the commit of package perl-Test-Output for openSUSE:Factory checked in at Tue May 17 15:31:35 CEST 2011.
-------- --- perl-Test-Output/perl-Test-Output.changes 2010-12-01 11:28:40.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-Test-Output/perl-Test-Output.changes 2011-05-17 14:48:32.000000000 +0200 @@ -1,0 +2,7 @@ +Tue May 17 12:48:04 UTC 2011 - [email protected] + +- updated to 1.01 + * Bump to a full release. This fixes the tests that failed + in the new 5.14 regex stringification + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Test-Output-0.16.tar.bz2 New: ---- Test-Output-1.01.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Output.spec ++++++ --- /var/tmp/diff_new_pack.LZeopg/_old 2011-05-17 15:30:46.000000000 +0200 +++ /var/tmp/diff_new_pack.LZeopg/_new 2011-05-17 15:30:46.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-Test-Output (Version 0.16) +# spec file for package perl-Test-Output # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,45 +15,39 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%bcond_with test Name: perl-Test-Output -%define cpan_name Test-Output -Summary: Utilities to test STDOUT and STDERR messages -Version: 0.16 -Release: 5 +Version: 1.01 +Release: 1 License: GPL+ or Artistic -Group: Development/Libraries/Perl +%define cpan_name Test-Output +Summary: Utilities to test STDOUT and STDERR messages. Url: http://search.cpan.org/dist/Test-Output/ -#Source: http://www.cpan.org/modules/by-module/Test/Test-Output-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -%if %{with test} -BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -BuildRequires: perl(Test::Pod) >= 1.14 -%endif -BuildRequires: perl(File::Temp) >= 0.21 +BuildRequires: perl(File::Temp) >= 0.17 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::Tester) >= 0.107 -Requires: perl(File::Temp) >= 0.21 +Requires: perl(File::Temp) >= 0.17 Requires: perl(Sub::Exporter) Requires: perl(Test::Tester) >= 0.107 +%{perl_requires} %description Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester. -Authors: --------- - Currently maintained by brian d foy, [email protected] - Shawn Sorichetti <[email protected]> +Originally this module was designed not to have external requirements, +however, the features provided by the Sub::Exporter manpage over what the +Exporter manpage provides is just to great to pass up. + +Test::Output ties STDOUT and STDERR using Test::Output::Tie. %prep %setup -q -n %{cpan_name}-%{version} @@ -67,17 +61,14 @@ %install %perl_make_install -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(-,root,root,755) %doc Changes LICENSE README TODO %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
