forked from pool/perl-Test-Output
Accepting request 483727 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/483727 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Output?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
448ca1635e
commit
a043ea0e79
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989
|
|
||||||
size 12346
|
|
||||||
3
Test-Output-1.031.tar.gz
Normal file
3
Test-Output-1.031.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4
|
||||||
|
size 16821
|
||||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -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
|
||||||
@@ -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
|
Sun Feb 9 13:33:37 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Output
|
# 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
|
# 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,37 +17,30 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Output
|
Name: perl-Test-Output
|
||||||
Version: 1.03
|
Version: 1.031
|
||||||
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
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Output/
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.17
|
BuildRequires: perl(Capture::Tiny) >= 0.17
|
||||||
BuildRequires: perl(File::Temp) >= 0.17
|
BuildRequires: perl(File::Temp) >= 0.17
|
||||||
BuildRequires: perl(Sub::Exporter)
|
|
||||||
BuildRequires: perl(Test::Tester) >= 0.107
|
BuildRequires: perl(Test::Tester) >= 0.107
|
||||||
|
|
||||||
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(Test::Tester) >= 0.107
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Test::Output provides a simple interface for testing output sent to STDOUT
|
Test::Output provides a simple interface for testing output sent to
|
||||||
or STDERR. A number of different utilities are included to try and be as
|
'STDOUT' or 'STDERR'. A number of different utilities are included to try
|
||||||
flexible as possible to the tester.
|
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.
|
|
||||||
|
|
||||||
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.
|
without than the original Test::Output::Tie.
|
||||||
@@ -69,6 +62,7 @@ without than the original Test::Output::Tie.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user