diff --git a/Test-Output-0.16.tar.bz2 b/Test-Output-0.16.tar.bz2 deleted file mode 100644 index df7174f..0000000 --- a/Test-Output-0.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:334ee9f4c072f1bb01dbe876a73a2ecd7785d9bf7105a7d96e0b82e4e4053a40 -size 10012 diff --git a/Test-Output-1.01.tar.gz b/Test-Output-1.01.tar.gz new file mode 100644 index 0000000..1a71cc3 --- /dev/null +++ b/Test-Output-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3529e2983b66bbef4fa3bbc3954971b9e6fc23b518443ac3c6bba8cd86e241 +size 12277 diff --git a/perl-Test-Output.changes b/perl-Test-Output.changes index 5199b65..6542b0e 100644 --- a/perl-Test-Output.changes +++ b/perl-Test-Output.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 17 12:48:04 UTC 2011 - coolo@opensuse.org + +- updated to 1.01 + * Bump to a full release. This fixes the tests that failed + in the new 5.14 regex stringification + ------------------------------------------------------------------- Wed Dec 1 10:28:36 UTC 2010 - coolo@novell.com diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec index aa4c55c..b0485fe 100644 --- a/perl-Test-Output.spec +++ b/perl-Test-Output.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Test-Output (Version 0.16) +# spec file for package perl-Test-Output (Version 1.01) # -# 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,37 @@ # 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: 4 +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, bdfoy@cpan.org - Shawn Sorichetti +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 +59,14 @@ Authors: %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