forked from pool/perl-Text-Table
Accepting request 443135 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/443135 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Table?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2dc3e962ae247ed5cbc130db1dadb5f4a5f89d7fbf1feda10390d33d1d88809
|
||||
size 28019
|
3
Text-Table-1.132.tar.gz
Normal file
3
Text-Table-1.132.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd601742ee526a9c54b9fe0a4c051e1b09a23b75e2c97de14305218116aba516
|
||||
size 27238
|
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: ISC
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- fix the license to ISC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 31 05:58:41 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.131
|
||||
see /usr/share/doc/packages/perl-Text-Table/Changes
|
||||
|
||||
1.131 2016-07-29
|
||||
- Merge pull-request from Zac Bentley to speed up boolean tests.
|
||||
- https://github.com/shlomif/Text-Table/pull/4
|
||||
- Closes https://github.com/shlomif/Text-Table/issues/3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 06:13:02 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-Table
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,23 +17,24 @@
|
||||
|
||||
|
||||
Name: perl-Text-Table
|
||||
Version: 1.130
|
||||
Version: 1.132
|
||||
Release: 0
|
||||
#Upstream: SUSE-Public-Domain
|
||||
%define cpan_name Text-Table
|
||||
Summary: Organize Data in Tables
|
||||
License: ISC
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Text-Table/
|
||||
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.36
|
||||
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}
|
||||
# MANUAL License
|
||||
|
||||
%description
|
||||
Organization of data in table form is a time-honored and useful method of
|
||||
|
Reference in New Issue
Block a user