Accepting request 946973 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/946973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-Table?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-01-19 23:12:03 +00:00 committed by Git OBS Bridge
commit 0db75c6539
4 changed files with 20 additions and 13 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 4 03:07:31 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.016
see /usr/share/doc/packages/perl-Term-Table/Changes
0.016 2022-01-03 12:56:51-08:00 America/Los_Angeles
- Be explicit about bareword filehandles
-------------------------------------------------------------------
Tue Nov 19 08:42:34 UTC 2019 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Table
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
#
Name: perl-Term-Table
Version: 0.015
Release: 0
%define cpan_name Term-Table
Name: perl-Term-Table
Version: 0.016
Release: 0
Summary: Format a header and rows into a table
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
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}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Importer) >= 0.024
@ -43,11 +41,11 @@ This is used by some failing tests to provide diagnostics about what has
gone wrong. This module is able to generic format rows of data into tables.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -58,7 +56,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc appveyor.yml Changes README README.md
%license LICENSE