diff --git a/python-RegexOrder.changes b/python-RegexOrder.changes index 883da51..efc3ec2 100644 --- a/python-RegexOrder.changes +++ b/python-RegexOrder.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 09:22:03 UTC 2018 - jengelh@inai.de + +- Use noun phrase. + ------------------------------------------------------------------- Mon Jul 2 03:06:41 UTC 2018 - toddrme2178@gmail.com diff --git a/python-RegexOrder.spec b/python-RegexOrder.spec index 943c06e..4f69196 100644 --- a/python-RegexOrder.spec +++ b/python-RegexOrder.spec @@ -23,7 +23,7 @@ Version: 0.2 Release: 0 # For LICENSE file %define tag 23f0ac4ac46527404e3ec9097df931378d3d803a -Summary: Search the regex that fits all querying strings +Summary: Python module to search a regex that fits all query strings License: MIT Group: Development/Languages/Python Url: https://github.com/chuanconggao/RegexOrder @@ -42,7 +42,7 @@ BuildArch: noarch %python_subpackages %description -Search the regex that fits all querying strings. +A module to search the regex that fits all query strings. - Dozens of pre-written regexes are indexed and organized as a partial order, available in `regexorder/templates.json`. - The regex of all the querying strings' least upper bound in the partial order is returned.