9
0

- 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
This commit is contained in:
Stephan Kulow
2014-02-09 15:06:41 +00:00
committed by Git OBS Bridge
parent c21a09b0ab
commit 448ca1635e
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:148afb9e98d9745442b73b4ad50d7aabe5491fe736f1547684c09db5c8ac10de
size 12402

3
Test-Output-1.03.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989
size 12346

View File

@@ -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

View File

@@ -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