From a50dd7eb54368ecf582ea45be36898660153244a18a17c6ac6d48779a46f4012 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 1 Aug 2016 14:03:52 +0000 Subject: [PATCH 1/3] Accepting request 416133 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/416133 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Table?expand=0&rev=14 --- Text-Table-1.130.tar.gz | 3 --- Text-Table-1.131.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Text-Table.changes | 11 +++++++++++ perl-Text-Table.spec | 12 ++++++------ 5 files changed, 48 insertions(+), 9 deletions(-) delete mode 100644 Text-Table-1.130.tar.gz create mode 100644 Text-Table-1.131.tar.gz create mode 100644 cpanspec.yml 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.131.tar.gz b/Text-Table-1.131.tar.gz new file mode 100644 index 0000000..71c8855 --- /dev/null +++ b/Text-Table-1.131.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89391dd0e9eb2c9c105d92dbee5b764f510553fe6e0840317c7e5d2cf058e15 +size 28481 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /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: SUSE-NonFree +#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..a69e136 100644 --- a/perl-Text-Table.changes +++ b/perl-Text-Table.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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..4b5b87c 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,23 @@ Name: perl-Text-Table -Version: 1.130 +Version: 1.131 Release: 0 %define cpan_name Text-Table Summary: Organize Data in Tables -License: ISC +License: MIT 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(Module::Build) >= 0.360000 BuildRequires: perl(Text::Aligner) >= 0.05 Requires: perl(Text::Aligner) >= 0.05 %{perl_requires} -# MANUAL License %description Organization of data in table form is a time-honored and useful method of From 3cc7e60183d07185e02e211dcd57a6c359dac2889f81a81ae8852e41d47879b7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 23 Nov 2016 14:48:53 +0000 Subject: [PATCH 2/3] - fix the license to ISC OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Table?expand=0&rev=15 --- cpanspec.yml | 2 +- perl-Text-Table.changes | 5 +++++ perl-Text-Table.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cpanspec.yml b/cpanspec.yml index 76ad4a4..55349b1 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -19,7 +19,7 @@ # rm unused.files #post_install: |- # sed on %{name}.files -#license: SUSE-NonFree +license: ISC #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Text-Table.changes b/perl-Text-Table.changes index a69e136..8d669f0 100644 --- a/perl-Text-Table.changes +++ b/perl-Text-Table.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/perl-Text-Table.spec b/perl-Text-Table.spec index 4b5b87c..4cc6042 100644 --- a/perl-Text-Table.spec +++ b/perl-Text-Table.spec @@ -21,7 +21,7 @@ Version: 1.131 Release: 0 %define cpan_name Text-Table Summary: Organize Data in Tables -License: MIT +License: ISC Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-Table/ Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz From eebb3250fa9033d57bb4d4be83e481339aee7a3758318562581d41562011e566 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 2 Dec 2016 06:44:52 +0000 Subject: [PATCH 3/3] 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 --- Text-Table-1.131.tar.gz | 3 --- Text-Table-1.132.tar.gz | 3 +++ perl-Text-Table.changes | 15 +++++++++++++++ perl-Text-Table.spec | 9 +++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 Text-Table-1.131.tar.gz create mode 100644 Text-Table-1.132.tar.gz diff --git a/Text-Table-1.131.tar.gz b/Text-Table-1.131.tar.gz deleted file mode 100644 index 71c8855..0000000 --- a/Text-Table-1.131.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f89391dd0e9eb2c9c105d92dbee5b764f510553fe6e0840317c7e5d2cf058e15 -size 28481 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/perl-Text-Table.changes b/perl-Text-Table.changes index 8d669f0..f78b4b9 100644 --- a/perl-Text-Table.changes +++ b/perl-Text-Table.changes @@ -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 diff --git a/perl-Text-Table.spec b/perl-Text-Table.spec index 4cc6042..7ad403d 100644 --- a/perl-Text-Table.spec +++ b/perl-Text-Table.spec @@ -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