forked from pool/perl-Test-Output
- 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:
committed by
Git OBS Bridge
parent
c21a09b0ab
commit
448ca1635e
@@ -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
3
Test-Output-1.03.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989
|
||||||
|
size 12346
|
||||||
@@ -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
|
Sat Jul 27 11:58:48 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Output
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Output
|
Name: perl-Test-Output
|
||||||
Version: 1.02
|
Version: 1.03
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Output
|
%define cpan_name Test-Output
|
||||||
Summary: Utilities to test STDOUT and STDERR messages.
|
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(File::Temp) >= 0.17
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
BuildRequires: perl(Test::Tester) >= 0.107
|
BuildRequires: perl(Test::Tester) >= 0.107
|
||||||
#BuildRequires: perl(Test::Output)
|
|
||||||
Requires: perl(Capture::Tiny) >= 0.17
|
Requires: perl(Capture::Tiny) >= 0.17
|
||||||
Requires: perl(File::Temp) >= 0.17
|
Requires: perl(File::Temp) >= 0.17
|
||||||
Requires: perl(Sub::Exporter)
|
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.
|
Exporter manpage provides is just to great to pass up.
|
||||||
|
|
||||||
Likewise, Capture::Tiny provides a much more robust capture mechanism
|
Likewise, Capture::Tiny provides a much more robust capture mechanism
|
||||||
without than the original Test::Output::Tie. (Test::Output::Tie is
|
without than the original Test::Output::Tie.
|
||||||
deprecated, but included for backwards compatibility.)
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -70,6 +69,6 @@ deprecated, but included for backwards compatibility.)
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE MYMETA.json README TODO
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user