11
0

3 Commits

Author SHA256 Message Date
e9dedad29b Add Gitea build results 2025-08-12 18:17:35 +02:00
6f40089343 Accepting request 1236292 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-Table?expand=0&rev=11
2025-01-12 10:15:21 +00:00
c025700744 Accepting request 1235431 from devel:languages:perl:autoupdate
- updated to 0.024
   see /usr/share/doc/packages/perl-Term-Table/Changes
  0.024     2024-12-27 18:52:06-08:00 America/Los_Angeles
      - Additional changes to t/honor_env_in_non_tty.t, and adding debugging
  0.023     2024-10-26 20:30:20-07:00 America/Los_Angeles
      - t/honor_env_in_non_tty.t requires Test2::Tools::Tiny >= 1.30297;
        use Test::More if not available
  0.022     2024-08-06 11:40:22-07:00 America/Los_Angeles
      - Some initial support for non-ASCII systems
  0.021     2024-08-06 10:37:21-07:00 America/Los_Angeles
      - Fix warnings in HashBase.t
  0.020     2024-08-05 07:11:23-07:00 America/Los_Angeles
      - Fix test broken on Test::More
  0.019     2024-08-05 07:07:59-07:00 America/Los_Angeles
      - Fix use cycle between Test-Simple and Term::Table now that Test2::Suite was merged into Test-Simple

OBS-URL: https://build.opensuse.org/request/show/1235431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Table?expand=0&rev=20
2025-01-09 16:30:42 +00:00
5 changed files with 39 additions and 16 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-Term-Table/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-Term-Table)

View File

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

BIN
Term-Table-0.024.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Dec 28 05:33:11 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.024
see /usr/share/doc/packages/perl-Term-Table/Changes
0.024 2024-12-27 18:52:06-08:00 America/Los_Angeles
- Additional changes to t/honor_env_in_non_tty.t, and adding debugging
0.023 2024-10-26 20:30:20-07:00 America/Los_Angeles
- t/honor_env_in_non_tty.t requires Test2::Tools::Tiny >= 1.30297;
use Test::More if not available
0.022 2024-08-06 11:40:22-07:00 America/Los_Angeles
- Some initial support for non-ASCII systems
0.021 2024-08-06 10:37:21-07:00 America/Los_Angeles
- Fix warnings in HashBase.t
0.020 2024-08-05 07:11:23-07:00 America/Los_Angeles
- Fix test broken on Test::More
0.019 2024-08-05 07:07:59-07:00 America/Los_Angeles
- Fix use cycle between Test-Simple and Term::Table now that Test2::Suite was merged into Test-Simple
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 23:05:06 UTC 2024 - Tina Müller <tina.mueller@suse.com> Fri Mar 8 23:05:06 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,26 +18,17 @@
%define cpan_name Term-Table %define cpan_name Term-Table
Name: perl-Term-Table Name: perl-Term-Table
Version: 0.18.0 Version: 0.024
Release: 0 Release: 0
%define cpan_version 0.018
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Format a header and rows into a table Summary: Format a header and rows into a table
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test2::Tools::Tiny) >= 1.302097
Provides: perl(Term::Table) = 0.18.0
Provides: perl(Term::Table::Cell) = 0.18.0
Provides: perl(Term::Table::CellStack) = 0.18.0
Provides: perl(Term::Table::HashBase) = 0.18.0
Provides: perl(Term::Table::LineBreak) = 0.18.0
Provides: perl(Term::Table::Spacer) = 0.18.0
Provides: perl(Term::Table::Util) = 0.18.0
%undefine __perllib_provides
Recommends: perl(Term::Size::Any) >= 0.002 Recommends: perl(Term::Size::Any) >= 0.002
Recommends: perl(Unicode::GCString) >= 2013.10 Recommends: perl(Unicode::GCString) >= 2013.10
Recommends: perl(Unicode::LineBreak) >= 2015.06 Recommends: perl(Unicode::LineBreak) >= 2015.06
@@ -48,7 +39,7 @@ This is used by some failing tests to provide diagnostics about what has
gone wrong. This module is able to format rows of data into tables. gone wrong. This module is able to format rows of data into tables.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor