diff --git a/Test-Output-1.03.tar.gz b/Test-Output-1.03.tar.gz deleted file mode 100644 index c501c81..0000000 --- a/Test-Output-1.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989 -size 12346 diff --git a/Test-Output-1.031.tar.gz b/Test-Output-1.031.tar.gz new file mode 100644 index 0000000..7c7053f --- /dev/null +++ b/Test-Output-1.031.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4 +size 16821 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Test-Output.changes b/perl-Test-Output.changes index e7ef94c..0d624a9 100644 --- a/perl-Test-Output.changes +++ b/perl-Test-Output.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 30 06:47:44 UTC 2017 - coolo@suse.com + +- updated to 1.031 + see /usr/share/doc/packages/perl-Test-Output/Changes + ------------------------------------------------------------------- Sun Feb 9 13:33:37 UTC 2014 - coolo@suse.com diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec index 151dd66..2fd3d73 100644 --- a/perl-Test-Output.spec +++ b/perl-Test-Output.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Output # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,37 +17,30 @@ Name: perl-Test-Output -Version: 1.03 +Version: 1.031 Release: 0 %define cpan_name Test-Output -Summary: Utilities to test STDOUT and STDERR messages. +Summary: Utilities to test STDOUT and STDERR messages License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Output/ -Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) >= 0.17 BuildRequires: perl(File::Temp) >= 0.17 -BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::Tester) >= 0.107 - Requires: perl(Capture::Tiny) >= 0.17 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. - -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 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. Likewise, Capture::Tiny provides a much more robust capture mechanism without than the original Test::Output::Tie. @@ -69,6 +62,7 @@ without than the original Test::Output::Tie. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes +%license LICENSE %changelog