diff --git a/python-datrie.changes b/python-datrie.changes index d67c5fe..34c5075 100644 --- a/python-datrie.changes +++ b/python-datrie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 11 10:17:10 UTC 2017 - jengelh@inai.de + +- Remove extreme wording from description. + ------------------------------------------------------------------- Fri Apr 7 18:12:25 UTC 2017 - jmatejek@suse.com diff --git a/python-datrie.spec b/python-datrie.spec index e634034..daffc3b 100644 --- a/python-datrie.spec +++ b/python-datrie.spec @@ -20,7 +20,7 @@ Name: python-datrie Version: 0.7.1 Release: 0 -Summary: Super-fast, efficiently stored Trie for Python +Summary: Trie data structure for Python License: LGPL-2.1+ Group: Development/Languages/Python Url: https://github.com/kmike/datrie @@ -36,7 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -Super-fast, efficiently stored Trie for Python (2.x and 3.x). Uses libdatrie. +A trie data structure for Python (2.x and 3.x). Uses libdatrie. %prep %setup -q -n datrie-%{version}