diff --git a/Term-Table-0.024.tar.gz b/Term-Table-0.024.tar.gz deleted file mode 100644 index fc15fdd..0000000 --- a/Term-Table-0.024.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52288538c3b0514bcd2b61f645686c256619e56a421ae992e2b76d31927c4ece -size 29271 diff --git a/Term-Table-0.025.tar.gz b/Term-Table-0.025.tar.gz new file mode 100644 index 0000000..cb9ad5d --- /dev/null +++ b/Term-Table-0.025.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7d83a8be97cdb71d5eb8165b5e82dc9e3f4f624db972a3cdfd6eba7e2cb29e +size 29889 diff --git a/perl-Term-Table.changes b/perl-Term-Table.changes index fa47660..8501c55 100644 --- a/perl-Term-Table.changes +++ b/perl-Term-Table.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 9 20:30:46 UTC 2025 - Tina Müller + +- 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 diff --git a/perl-Term-Table.spec b/perl-Term-Table.spec index d3c3fca..2ad8803 100644 --- a/perl-Term-Table.spec +++ b/perl-Term-Table.spec @@ -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