Accepting request 532516 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/532516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-Table?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-11 20:55:11 +00:00 committed by Git OBS Bridge
commit a1a8745baf
5 changed files with 47 additions and 4 deletions

View File

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

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

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

28
cpanspec.yml Normal file
View File

@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 4 06:13:31 UTC 2017 - coolo@suse.com
- updated to 0.010
see /usr/share/doc/packages/perl-Term-Table/Changes
0.010 2017-10-03 09:41:46-07:00 America/Los_Angeles
- No changes since trial
0.009 2017-09-18 20:51:26-07:00 America/Los_Angeles (TRIAL RELEASE)
- Further optimize term_size when SIGWINCH is supported
-------------------------------------------------------------------
Wed May 31 19:02:28 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Term-Table
Version: 0.008
Version: 0.010
Release: 0
%define cpan_name Term-Table
Summary: Format a header and rows into a table
@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Term-Table/
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