Accepting request 655806 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/655806
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Table?expand=0&rev=7
This commit is contained in:
Dirk Stoecker 2018-12-06 16:32:55 +00:00 committed by Git OBS Bridge
parent 01cc3cfe6d
commit 4dea23b789
4 changed files with 19 additions and 11 deletions

View File

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

3
Term-Table-0.013.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 6 16:24:00 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.013
see /usr/share/doc/packages/perl-Term-Table/Changes
0.013 2018-12-04 11:38:36-08:00 America/Los_Angeles
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 19 05:57:09 UTC 2017 - coolo@suse.com Thu Oct 19 05:57:09 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Term-Table # spec file for package perl-Term-Table
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Term-Table Name: perl-Term-Table
Version: 0.012 Version: 0.013
Release: 0 Release: 0
%define cpan_name Term-Table %define cpan_name Term-Table
Summary: Format a header and rows into a table Summary: Format a header and rows into a table
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Term-Table/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@ -46,11 +46,11 @@ gone wrong. This module is able to generic format rows of data into tables.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install