From 8dfdb965524dbb43e24a9a3fe0991700432a5b59e7f409f47f3dc766bc1b3708 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 4 Mar 2014 21:26:32 +0000 Subject: [PATCH] Accepting request 224631 from home:scarabeus_iv - Version bump to 1.129: * Add minimum perl version to META.yml (CPANTS). * Typo fixes thanks to David Steinbrunner. * Add t/style-trailing-space.t. * Remove trailing space. * Fix handling of regular expression aligners. * Add examples/Text-Table-UTF8-example.pl - Format with spec-cleaner and add required header license. - Fix license string. OBS-URL: https://build.opensuse.org/request/show/224631 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Table?expand=0&rev=9 --- Text-Table-1.124.tar.gz | 3 --- Text-Table-1.129.tar.gz | 3 +++ perl-Text-Table.changes | 17 ++++++++++++++ perl-Text-Table.spec | 50 +++++++++++++++++++++++++---------------- 4 files changed, 51 insertions(+), 22 deletions(-) delete mode 100644 Text-Table-1.124.tar.gz create mode 100644 Text-Table-1.129.tar.gz diff --git a/Text-Table-1.124.tar.gz b/Text-Table-1.124.tar.gz deleted file mode 100644 index 9166e33..0000000 --- a/Text-Table-1.124.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d15c1d21cf666db4b3795afaa455e1a4fcea7e35893711830c42a01b48f0d1bf -size 25840 diff --git a/Text-Table-1.129.tar.gz b/Text-Table-1.129.tar.gz new file mode 100644 index 0000000..a7f84b1 --- /dev/null +++ b/Text-Table-1.129.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf8ac40ae73bf7fe66f0779d9ad718e1e186c498017c241b7cceabdbd4114ad +size 27911 diff --git a/perl-Text-Table.changes b/perl-Text-Table.changes index 53cc7ae..bfbb6e3 100644 --- a/perl-Text-Table.changes +++ b/perl-Text-Table.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Mar 4 15:32:53 UTC 2014 - tchvatal@suse.com + +- Version bump to 1.129: + * Add minimum perl version to META.yml (CPANTS). + * Typo fixes thanks to David Steinbrunner. + * Add t/style-trailing-space.t. + * Remove trailing space. + * Fix handling of regular expression aligners. + * Add examples/Text-Table-UTF8-example.pl + +------------------------------------------------------------------- +Tue Mar 4 14:33:57 UTC 2014 - tchvatal@suse.com + +- Format with spec-cleaner and add required header license. +- Fix license string. + ------------------------------------------------------------------- Fri Sep 02 18:32:09 UTC 2011 - pascal.bleser@opensuse.org diff --git a/perl-Text-Table.spec b/perl-Text-Table.spec index 29d5af3..a8d912d 100644 --- a/perl-Text-Table.spec +++ b/perl-Text-Table.spec @@ -1,27 +1,41 @@ -# vim: set sw=4 ts=4 et nu: +# +# spec file for package perl-Text-Table +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: perl-Text-Table -Version: 1.124 +Version: 1.129 Release: 0 Summary: Organize Data in Tables -Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Text-Table-%{version}.tar.gz -URL: http://search.cpan.org/dist/Text-Table +License: BSD-3-Clause Group: Development/Libraries/Perl -License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic) -BuildRoot: %{_tmppath}/build-%{name}-%{version} -%{perl_requires} +Url: http://search.cpan.org/dist/Text-Table +Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Text-Table-%{version}.tar.gz BuildRequires: perl-macros -BuildRequires: perl(Test::More) BuildRequires: perl(Module::Build) >= 0.36 -BuildRequires: perl(warnings) -BuildRequires: perl(strict) +BuildRequires: perl(Test::More) BuildRequires: perl(Text::Aligner) >= 0.05 -Requires: perl(warnings) -Requires: perl(strict) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) Requires: perl(Text::Aligner) >= 0.05 -%if 0%{?suse_version} >= 1120 +Requires: perl(strict) +Requires: perl(warnings) +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%endif +%{perl_requires} %description Organization of data in table form is a time-honored and useful method of @@ -36,19 +50,16 @@ requirements as you use them. %setup -q -n "Text-Table-%{version}" %build -%__perl ./Build.PL +perl ./Build.PL ./Build %install -./Build pure_install --destdir "%{buildroot}" --installdirs vendor +./Build pure_install --destdir %{buildroot} --installdirs vendor %perl_process_packlist %check ./Build test -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-,root,root) %doc Changes README LICENSE @@ -56,3 +67,4 @@ requirements as you use them. %{perl_vendorlib}/Text/Table.pm %doc %{perl_man3dir}/Text::Table.%{perl_man3ext}%{ext_man} +%changelog