diff --git a/.gitignore b/.gitignore index 51527dd..2d11215 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Text-TabularDisplay-1.22.tar.gz /Text-TabularDisplay-1.33.tar.gz /Text-TabularDisplay-1.34.tar.gz /Text-TabularDisplay-1.35.tar.gz +/Text-TabularDisplay-1.37.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..8b93c6f --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* mysql"); diff --git a/perl-Text-TabularDisplay.spec b/perl-Text-TabularDisplay.spec index c5a3026..e4b6945 100644 --- a/perl-Text-TabularDisplay.spec +++ b/perl-Text-TabularDisplay.spec @@ -1,6 +1,6 @@ Name: perl-Text-TabularDisplay -Version: 1.35 -Release: 4%{?dist} +Version: 1.37 +Release: 1%{?dist} Summary: Display text in formatted table output # see TabularDisplay.pm's header License: GPLv2 @@ -19,7 +19,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %description Text::TabularDisplay simplifies displaying textual data in a table. The output is identical to the columnar display of query results in the mysql -text monitor. For example, this data: +text monitor. %prep %setup -q -n Text-TabularDisplay-%{version} @@ -43,6 +43,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Jul 07 2014 Petr Pisar - 1.37-1 +- 1.37 bump + * Sat Jun 07 2014 Fedora Release Engineering - 1.35-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index b50823e..42e997f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da4f9a3ef6c70babd2c20128db26193a Text-TabularDisplay-1.35.tar.gz +e4e4e41273e3cc8ad4e44f1a91022203 Text-TabularDisplay-1.37.tar.gz