Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ab1dfd9f4a | |||
| 79bc9f6c23 | |||
| ddc415e919 | |||
| e9dedad29b | |||
| 6f40089343 | |||
| c025700744 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
BIN
Term-Table-0.024.tar.gz
LFS
BIN
Term-Table-0.024.tar.gz
LFS
Binary file not shown.
BIN
Term-Table-0.028.tar.gz
LFS
Normal file
BIN
Term-Table-0.028.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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,19 +18,20 @@
|
||||
|
||||
%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
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
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
|
||||
@@ -38,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
|
||||
|
||||
Reference in New Issue
Block a user