diff --git a/python-ansi2html.changes b/python-ansi2html.changes
index dc0cf24..efe4c22 100644
--- a/python-ansi2html.changes
+++ b/python-ansi2html.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Feb 15 14:23:43 UTC 2019 - Jan Engelhardt
+
+- Use noun phrase in descriptions.
+
-------------------------------------------------------------------
Thu Feb 14 13:31:49 UTC 2019 - Tomáš Chvátal
diff --git a/python-ansi2html.spec b/python-ansi2html.spec
index 632ed2e..83a8835 100644
--- a/python-ansi2html.spec
+++ b/python-ansi2html.spec
@@ -20,7 +20,7 @@
Name: python-ansi2html
Version: 1.5.2
Release: 0
-Summary: Convert text with ANSI color codes to HTML or to LaTeX
+Summary: Python module to convert text with ANSI color codes to HTML or LaTeX
License: LGPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/ralphbean/ansi2html/
@@ -38,7 +38,7 @@ BuildArch: noarch
%python_subpackages
%description
-Convert text with ANSI color codes to HTML or to LaTeX.
+A module to convert text with ANSI color codes to HTML or to LaTeX.
%prep
%setup -q -n ansi2html-%{version}