1
0

3 Commits

4 changed files with 37 additions and 9 deletions

Binary file not shown.

BIN
Term-Table-0.028.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Nov 27 05:35:58 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.028
see /usr/share/doc/packages/perl-Term-Table/Changes
-------------------------------------------------------------------
Sat Nov 15 05:32:12 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.027
see /usr/share/doc/packages/perl-Term-Table/Changes
0.027 2025-11-14 10:04:51-08:00 America/Los_Angeles
- No changes from trial
0.026 2025-11-12 20:02:15-08:00 America/Los_Angeles (TRIAL RELEASE)
- Fix terminal size detection
-------------------------------------------------------------------
Thu Oct 9 20:30:46 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.025
see /usr/share/doc/packages/perl-Term-Table/Changes
0.025 2025-08-31 10:51:26-07:00 America/Los_Angeles
- Typo Fix
- Hide some diagnostics when tests run in perl core
-------------------------------------------------------------------
Sat Dec 28 05:33:11 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Table
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Term-Table
Name: perl-Term-Table
Version: 0.024
Version: 0.028
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Format a header and rows into a table
@@ -29,9 +29,9 @@ Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Term::Size::Any) >= 0.002
Recommends: perl(Unicode::GCString) >= 2013.10
Recommends: perl(Unicode::LineBreak) >= 2015.06
Recommends: perl(Term::Size::Any) >= 0.2
Recommends: perl(Unicode::GCString) >= 2013.100
Recommends: perl(Unicode::LineBreak) >= 2015.60
%{perl_requires}
%description
@@ -39,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.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor