Sync from SUSE:ALP:Source:Standard:1.0 perl-Test-Output revision d5103bc60da5393fcd7b3e0218993ac5
This commit is contained in:
commit
8ef3e93da5
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
Test-Output-1.034.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-Output-1.034.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
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
|
119
perl-Test-Output.changes
Normal file
119
perl-Test-Output.changes
Normal file
@ -0,0 +1,119 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 6 03:09:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.034
|
||||
see /usr/share/doc/packages/perl-Test-Output/Changes
|
||||
|
||||
1.034 2023-07-05T14:46:18Z
|
||||
* Remove unnecessary -T from pod tests. Now that v5.38 allows you
|
||||
to compile without taint support and those perls won't run if
|
||||
they see a -T, these tests needlessly fail there.
|
||||
* Edward Betts corrected some of the docs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 03:09:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.033
|
||||
see /usr/share/doc/packages/perl-Test-Output/Changes
|
||||
|
||||
1.033 2021-02-11T00:21:54Z
|
||||
* v1.032 had some regressions because I released 1.031 from an
|
||||
unmerged branch. https://github.com/briandfoy/test-output/issues/8
|
||||
This was noticed by Tina Müller in https://github.com/os-autoinst/os-autoinst/pull/1622
|
||||
* I didn't realize that I'd released an experiment in 2017, but
|
||||
no own complained until it was reverted (by releasing from master).
|
||||
The experiment worked I guess? Sub::Exporter is gone, so the
|
||||
dependency tree for this is greatly reduced, and now it's gone
|
||||
again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 03:10:01 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.032
|
||||
see /usr/share/doc/packages/perl-Test-Output/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- updated to 1.03
|
||||
* Get rid of MYMETA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 11:58:48 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.02
|
||||
* Bump to stable release
|
||||
* Remove the ::Tie stuff. It should be fully Capture::Tiny
|
||||
now.
|
||||
* David Golden re-did everything with Capture::Tiny
|
||||
to get around the odd output paths that we coudn't
|
||||
handle with a tie.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 12:48:04 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
- updated to 1.01
|
||||
* Bump to a full release. This fixes the tests that failed
|
||||
in the new 5.14 regex stringification
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 10:28:36 UTC 2010 - coolo@novell.com
|
||||
|
||||
- switch to perl_requires macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 24 12:40:51 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- fix obviously lost changes
|
||||
o Sun Jun 14 21:17:23 CEST 2009
|
||||
o Sun Jun 21 22:37:55 CEST 2009
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 6 12:46:46 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- update spec by cpanspec 1.78
|
||||
- noarch pkg
|
||||
- split pkg version
|
||||
o perl-Test-Output_0_12 for suse_version < 1130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 11 19:26:36 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- update to 0.16
|
||||
Multiple fixes:
|
||||
* RT #23494: squash warning when untie-ing STDOUT
|
||||
* RT #45740: fix Test::Tester prereq version
|
||||
* RT #45748: Add a null BINMODE to Test::Output::Tie
|
||||
- cleanup spec
|
||||
o fixed Header
|
||||
o updated Url
|
||||
o fixed perl-macros deps
|
||||
o fixed deps
|
||||
o updated description
|
||||
o macro usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 19:44:40 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- spec mods
|
||||
* removed ^----------
|
||||
* removed ^#---------
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 21 22:37:55 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- update to 0.13
|
||||
* brian d foy (bdfoy@cpan.org) is the new maintainer
|
||||
* Updated docs for source code location, license, etc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 21:17:23 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- initial package 0.12
|
||||
|
67
perl-Test-Output.spec
Normal file
67
perl-Test-Output.spec
Normal file
@ -0,0 +1,67 @@
|
||||
#
|
||||
# spec file for package perl-Test-Output
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name Test-Output
|
||||
Name: perl-Test-Output
|
||||
Version: 1.034
|
||||
Release: 0
|
||||
License: Artistic-2.0
|
||||
Summary: Utilities to test STDOUT and STDERR messages
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.17
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||
BuildRequires: perl(File::Temp) >= 0.17
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(Test::Tester) >= 0.107
|
||||
Requires: perl(Capture::Tiny) >= 0.17
|
||||
Requires: perl(File::Temp) >= 0.17
|
||||
%{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.
|
||||
|
||||
Likewise, Capture::Tiny provides a much more robust capture mechanism
|
||||
without than the original Test::Output::Tie.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user