diff --git a/python-html2text.changes b/python-html2text.changes
index f75ae94..e58cec5 100644
--- a/python-html2text.changes
+++ b/python-html2text.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu Aug 16 10:23:31 UTC 2018 - jengelh@inai.de
+
+- Use noun phrase for summary. Ensure accuracy and
+ neutrality of description.
+
-------------------------------------------------------------------
Mon Aug 13 11:39:14 UTC 2018 - mcepl@suse.com
diff --git a/python-html2text.spec b/python-html2text.spec
index e75b2e2..cc145d4 100644
--- a/python-html2text.spec
+++ b/python-html2text.spec
@@ -24,7 +24,7 @@
Name: python-%{upname}
Version: 2018.1.9
Release: 0
-Summary: Turn HTML into equivalent Markdown-structured text
+Summary: Python script for turning HTML into Markdown text
License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://github.com/Alir3z4/html2text/
@@ -40,9 +40,8 @@ BuildArch: noarch
%python_subpackages
%description
-html2text is a Python script that converts a page of HTML into clean,
-easy-to-read plain ASCII text. Better yet, that ASCII also happens to
-be valid Markdown (a text-to-HTML format).
+html2text is a Python script that converts a page of HTML into
+Markdown (a text-to-HTML format).
%prep
%setup -q -n %{upname}-%{version}