8
0

5 Commits

Author SHA256 Message Date
228a3c47b6 Add Gitea build results 2025-08-12 18:17:51 +02:00
d95c5b03cf Accepting request 1279792 from devel:languages:perl
Forwarded request #1278605 from tinita

- updated to 1.36.0 (1.036)
   see /usr/share/doc/packages/perl-Test-Output/Changes
  1.036 2025-04-14T19:24:32Z
  	* require a newer version.pm for v5.10.1 tests

OBS-URL: https://build.opensuse.org/request/show/1279792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Output?expand=0&rev=23
2025-05-27 16:49:21 +00:00
82bf1a4a0a Accepting request 1278605 from devel:languages:perl:autoupdate
- updated to 1.36.0 (1.036)
   see /usr/share/doc/packages/perl-Test-Output/Changes
  1.036 2025-04-14T19:24:32Z
  	* require a newer version.pm for v5.10.1 tests

OBS-URL: https://build.opensuse.org/request/show/1278605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Output?expand=0&rev=30
2025-05-24 14:52:36 +00:00
fbf775cedc Accepting request 1237571 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Output?expand=0&rev=22
2025-01-14 15:21:59 +00:00
672118788c Accepting request 1236697 from devel:languages:perl:autoupdate
- updated to 1.35.0 (1.035)
   see /usr/share/doc/packages/perl-Test-Output/Changes
  1.035 2025-01-03T06:45:21Z
  	* distro refresh and move to BRIANDFOY

OBS-URL: https://build.opensuse.org/request/show/1236697
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Output?expand=0&rev=28
2025-01-13 21:46:01 +00:00
5 changed files with 46 additions and 10 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Test-Output/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Test-Output)

BIN
Test-Output-1.034.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 15 05:37:59 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.36.0 (1.036)
see /usr/share/doc/packages/perl-Test-Output/Changes
1.036 2025-04-14T19:24:32Z
* require a newer version.pm for v5.10.1 tests
-------------------------------------------------------------------
Sat Jan 4 05:35:22 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.35.0 (1.035)
see /usr/share/doc/packages/perl-Test-Output/Changes
1.035 2025-01-03T06:45:21Z
* distro refresh and move to BRIANDFOY
-------------------------------------------------------------------
Thu Jul 6 03:09:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Output
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,29 @@
%define cpan_name Test-Output
Name: perl-Test-Output
Version: 1.034
Version: 1.36.0
Release: 0
# 1.036 -> normalize -> 1.36.0
%define cpan_version 1.036
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
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.17
BuildRequires: perl(Capture::Tiny) >= 0.170
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
BuildRequires: perl(version) >= 0.86
Requires: perl(Capture::Tiny) >= 0.170
Requires: perl(File::Temp) >= 0.17
Provides: perl(Test::Output) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -46,7 +52,7 @@ Likewise, Capture::Tiny provides a much more robust capture mechanism
without than the original Test::Output::Tie.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -61,7 +67,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes
%doc Changes SECURITY.md
%license LICENSE
%changelog