From 37338decec1fbed2073c3e4ee9201beb11774cedeb52bb7bf857b6c55d8f067d Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Thu, 12 Jan 2012 20:18:03 +0000 Subject: [PATCH] 0.20 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-ASCIITable?expand=0&rev=3 --- Text-ASCIITable-0.18.tar.gz | 3 --- Text-ASCIITable-0.20.tar.gz | 3 +++ perl-Text-ASCIITable.changes | 12 ++++++++++++ perl-Text-ASCIITable.spec | 26 ++++++++++++++++++++++---- 4 files changed, 37 insertions(+), 7 deletions(-) delete mode 100644 Text-ASCIITable-0.18.tar.gz create mode 100644 Text-ASCIITable-0.20.tar.gz diff --git a/Text-ASCIITable-0.18.tar.gz b/Text-ASCIITable-0.18.tar.gz deleted file mode 100644 index e42b70b..0000000 --- a/Text-ASCIITable-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40111b332dae28a48b9e7b5675de2df72d41cc68eab11f2efb1db0d5c0d5b35b -size 21912 diff --git a/Text-ASCIITable-0.20.tar.gz b/Text-ASCIITable-0.20.tar.gz new file mode 100644 index 0000000..f5bbb3c --- /dev/null +++ b/Text-ASCIITable-0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866a1c7dd0150be75e1a4be275858dfc048a165f378ef3845a844526f019a69c +size 20884 diff --git a/perl-Text-ASCIITable.changes b/perl-Text-ASCIITable.changes index 1ed169d..73111ed 100644 --- a/perl-Text-ASCIITable.changes +++ b/perl-Text-ASCIITable.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 12 20:16:24 UTC 2012 - pascal.bleser@opensuse.org + +- update to 0.20: + * fixes spelling errors in man page + * fixes problem with single-lines '0' not being printed + +- changes from 0.19: + * speed improvements + * add UTF-8 awareness in counting function + * some bugfixes + ------------------------------------------------------------------- Thu Mar 03 21:19:44 CET 2011 - pascal.bleser@opensuse.org diff --git a/perl-Text-ASCIITable.spec b/perl-Text-ASCIITable.spec index 5065a0f..4fa9a19 100644 --- a/perl-Text-ASCIITable.spec +++ b/perl-Text-ASCIITable.spec @@ -1,14 +1,31 @@ -# vim: set sw=4 ts=4 et nu: +# +# spec file for package perl-Text-ASCIITable +# +# Copyright (c) 2012 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-ASCIITable -Version: 0.18 +Version: 0.20 Release: 0 Summary: Create a nice formatted table using ASCII characters Source: http://search.cpan.org/CPAN/authors/id/L/LU/LUNATIC/Text-ASCIITable-%{version}.tar.gz -URL: http://search.cpan.org/dist/Text-ASCIITable +Url: http://search.cpan.org/dist/Text-ASCIITable Group: Development/Libraries/Perl License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl-macros BuildRequires: perl(Module::Build) @@ -47,3 +64,4 @@ human-readable, or "cool" way. %doc %{perl_man3dir}/Text::ASCIITable.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Text::ASCIITable::*.%{perl_man3ext}%{ext_man} +%changelog