Accepting request 531049 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/531049 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Table?expand=0&rev=3
This commit is contained in:
parent
2bbd005ebb
commit
abe0be3269
@ -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
3
Term-Table-0.010.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3855d8b32db9cd341c1a976b61586920826a2ccde2f08d140c9f70018aa44a11
|
||||||
|
size 24244
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@ -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
|
Wed May 31 19:02:28 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Term-Table
|
Name: perl-Term-Table
|
||||||
Version: 0.008
|
Version: 0.010
|
||||||
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
|
||||||
@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
|
|||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Term-Table/
|
Url: http://search.cpan.org/dist/Term-Table/
|
||||||
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
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user