8
0

Automatic update to v0.25.0 (0.025) #1

Merged
tinita merged 1 commits from cpanmirror/perl-Term-Table:autoupdate into main 2025-10-10 11:21:35 +02:00
4 changed files with 20 additions and 9 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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.025
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