diff --git a/python-pyfiglet.changes b/python-pyfiglet.changes index d5a4b5a..37b58a7 100644 --- a/python-pyfiglet.changes +++ b/python-pyfiglet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 6 12:44:51 UTC 2018 - Jan Engelhardt + +- Fix typography. + ------------------------------------------------------------------- Mon Nov 5 21:02:33 UTC 2018 - Todd R diff --git a/python-pyfiglet.spec b/python-pyfiglet.spec index 31b3d99..73a47c2 100644 --- a/python-pyfiglet.spec +++ b/python-pyfiglet.spec @@ -20,7 +20,7 @@ Name: python-pyfiglet Version: 0.7.6 Release: 0 -Summary: Pure-python FIGlet implementation +Summary: Pure Python FIGlet implementation License: GPL-2.0-or-later Group: Development/Languages/Python Url: https://github.com/pwaller/pyfiglet @@ -35,7 +35,7 @@ BuildArch: noarch %description PyFIGlet is a full port of FIGlet (http://www.figlet.org/) into pure -python. It takes ASCII text and renders it in ASCII art fonts +Python. It takes ASCII text and renders it in ASCII art fonts. %prep %setup -q -n pyfiglet-%{version}