epel9
Petr Písař 11 years ago
parent c938399bdc
commit 71e25291f3

1
.gitignore vendored

@ -5,3 +5,4 @@ Text-TabularDisplay-1.22.tar.gz
/Text-TabularDisplay-1.33.tar.gz /Text-TabularDisplay-1.33.tar.gz
/Text-TabularDisplay-1.34.tar.gz /Text-TabularDisplay-1.34.tar.gz
/Text-TabularDisplay-1.35.tar.gz /Text-TabularDisplay-1.35.tar.gz
/Text-TabularDisplay-1.37.tar.gz

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* mysql");

@ -1,6 +1,6 @@
Name: perl-Text-TabularDisplay Name: perl-Text-TabularDisplay
Version: 1.35 Version: 1.37
Release: 4%{?dist} Release: 1%{?dist}
Summary: Display text in formatted table output Summary: Display text in formatted table output
# see TabularDisplay.pm's header # see TabularDisplay.pm's header
License: GPLv2 License: GPLv2
@ -19,7 +19,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
%description %description
Text::TabularDisplay simplifies displaying textual data in a table. The Text::TabularDisplay simplifies displaying textual data in a table. The
output is identical to the columnar display of query results in the mysql output is identical to the columnar display of query results in the mysql
text monitor. For example, this data: text monitor.
%prep %prep
%setup -q -n Text-TabularDisplay-%{version} %setup -q -n Text-TabularDisplay-%{version}
@ -43,6 +43,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 1.37-1
- 1.37 bump
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-4 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

@ -1 +1 @@
da4f9a3ef6c70babd2c20128db26193a Text-TabularDisplay-1.35.tar.gz e4e4e41273e3cc8ad4e44f1a91022203 Text-TabularDisplay-1.37.tar.gz

Loading…
Cancel
Save