Pascal Bleser
2012-01-12 20:18:03 +00:00
committed by Git OBS Bridge
parent 83f5496d77
commit 37338decec
4 changed files with 37 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40111b332dae28a48b9e7b5675de2df72d41cc68eab11f2efb1db0d5c0d5b35b
size 21912

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:866a1c7dd0150be75e1a4be275858dfc048a165f378ef3845a844526f019a69c
size 20884

View File

@@ -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 Thu Mar 03 21:19:44 CET 2011 - pascal.bleser@opensuse.org

View File

@@ -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 Name: perl-Text-ASCIITable
Version: 0.18 Version: 0.20
Release: 0 Release: 0
Summary: Create a nice formatted table using ASCII characters 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 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 Group: Development/Libraries/Perl
License: Perl License License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) 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}
%doc %{perl_man3dir}/Text::ASCIITable::*.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Text::ASCIITable::*.%{perl_man3ext}%{ext_man}
%changelog