diff --git a/Text-Table-1.130.tar.gz b/Text-Table-1.130.tar.gz deleted file mode 100644 index 2c5ff50..0000000 --- a/Text-Table-1.130.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2dc3e962ae247ed5cbc130db1dadb5f4a5f89d7fbf1feda10390d33d1d88809 -size 28019 diff --git a/Text-Table-1.132.tar.gz b/Text-Table-1.132.tar.gz new file mode 100644 index 0000000..6500f8b --- /dev/null +++ b/Text-Table-1.132.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd601742ee526a9c54b9fe0a4c051e1b09a23b75e2c97de14305218116aba516 +size 27238 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..55349b1 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Text-Table.changes b/perl-Text-Table.changes index c67c144..f78b4b9 100644 --- a/perl-Text-Table.changes +++ b/perl-Text-Table.changes @@ -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 diff --git a/perl-Text-Table.spec b/perl-Text-Table.spec index 75f0a2d..7ad403d 100644 --- a/perl-Text-Table.spec +++ b/perl-Text-Table.spec @@ -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