8
0

Accepting request 442625 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/442625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Table?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2016-12-02 06:44:52 +00:00
committed by Git OBS Bridge
parent 3cc7e60183
commit eebb3250fa
4 changed files with 23 additions and 7 deletions

View File

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

3
Text-Table-1.132.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 29 07:22:48 UTC 2016 - coolo@suse.com
- updated to 1.132
see /usr/share/doc/packages/perl-Text-Table/Changes
1.132 2016-11-28
- Fix a syntax error in the POD.
- https://rt.cpan.org/Ticket/Display.html?id=118852
- Thanks to Rihards for the report.
- Convert to Dist-Zilla and Pod::Weaver
- See https://rt.cpan.org/Ticket/Display.html?id=118923
- Thanks to coolo from OpenSUSE.
- In the process, change the license in the META files to ISC.
-------------------------------------------------------------------
Wed Nov 23 14:48:32 UTC 2016 - coolo@suse.com

View File

@@ -17,8 +17,9 @@
Name: perl-Text-Table
Version: 1.131
Version: 1.132
Release: 0
#Upstream: SUSE-Public-Domain
%define cpan_name Text-Table
Summary: Organize Data in Tables
License: ISC
@@ -30,9 +31,9 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.360000
BuildRequires: perl(Text::Aligner) >= 0.05
Requires: perl(Text::Aligner) >= 0.05
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Text::Aligner)
Requires: perl(Text::Aligner)
%{perl_requires}
%description