From 448ca1635eeeaee746e91d3b001100f61fb36bb380242381e85d6421c6c6cf7c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 9 Feb 2014 15:06:41 +0000 Subject: [PATCH] - updated to 1.03 * Get rid of MYMETA OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Output?expand=0&rev=18 --- Test-Output-1.02.tar.gz | 3 --- Test-Output-1.03.tar.gz | 3 +++ perl-Test-Output.changes | 6 ++++++ perl-Test-Output.spec | 11 +++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 Test-Output-1.02.tar.gz create mode 100644 Test-Output-1.03.tar.gz diff --git a/Test-Output-1.02.tar.gz b/Test-Output-1.02.tar.gz deleted file mode 100644 index c9d8d8e..0000000 --- a/Test-Output-1.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:148afb9e98d9745442b73b4ad50d7aabe5491fe736f1547684c09db5c8ac10de -size 12402 diff --git a/Test-Output-1.03.tar.gz b/Test-Output-1.03.tar.gz new file mode 100644 index 0000000..c501c81 --- /dev/null +++ b/Test-Output-1.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989 +size 12346 diff --git a/perl-Test-Output.changes b/perl-Test-Output.changes index 7c32936..e7ef94c 100644 --- a/perl-Test-Output.changes +++ b/perl-Test-Output.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 9 13:33:37 UTC 2014 - coolo@suse.com + +- updated to 1.03 + * Get rid of MYMETA + ------------------------------------------------------------------- Sat Jul 27 11:58:48 UTC 2013 - coolo@suse.com diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec index 310c0a7..151dd66 100644 --- a/perl-Test-Output.spec +++ b/perl-Test-Output.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Output # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: perl-Test-Output -Version: 1.02 +Version: 1.03 Release: 0 %define cpan_name Test-Output Summary: Utilities to test STDOUT and STDERR messages. @@ -33,7 +33,7 @@ BuildRequires: perl(Capture::Tiny) >= 0.17 BuildRequires: perl(File::Temp) >= 0.17 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::Tester) >= 0.107 -#BuildRequires: perl(Test::Output) + Requires: perl(Capture::Tiny) >= 0.17 Requires: perl(File::Temp) >= 0.17 Requires: perl(Sub::Exporter) @@ -50,8 +50,7 @@ however, the features provided by the Sub::Exporter manpage over what the Exporter manpage provides is just to great to pass up. Likewise, Capture::Tiny provides a much more robust capture mechanism -without than the original Test::Output::Tie. (Test::Output::Tie is -deprecated, but included for backwards compatibility.) +without than the original Test::Output::Tie. %prep %setup -q -n %{cpan_name}-%{version} @@ -70,6 +69,6 @@ deprecated, but included for backwards compatibility.) %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE MYMETA.json README TODO +%doc Changes LICENSE README %changelog