0.20
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-ASCIITable?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
83f5496d77
commit
37338decec
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40111b332dae28a48b9e7b5675de2df72d41cc68eab11f2efb1db0d5c0d5b35b
|
||||
size 21912
|
3
Text-ASCIITable-0.20.tar.gz
Normal file
3
Text-ASCIITable-0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:866a1c7dd0150be75e1a4be275858dfc048a165f378ef3845a844526f019a69c
|
||||
size 20884
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user