diff --git a/python-Flask-Compress.changes b/python-Flask-Compress.changes index ad96a36..8b7ba50 100644 --- a/python-Flask-Compress.changes +++ b/python-Flask-Compress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 18 19:55:21 UTC 2018 - jengelh@inai.de + +- The description should not assume any use context. + ------------------------------------------------------------------- Thu Apr 19 18:37:06 UTC 2018 - toddrme2178@gmail.com diff --git a/python-Flask-Compress.spec b/python-Flask-Compress.spec index c5605dc..5608c9c 100644 --- a/python-Flask-Compress.spec +++ b/python-Flask-Compress.spec @@ -21,7 +21,7 @@ Name: python-Flask-Compress Version: 1.4.0 Release: 0 -Summary: Compress responses in your Flask app with gzip +Summary: Compress responses in Flask apps with gzip License: MIT Group: Development/Languages/Python Url: https://libwilliam.github.io/flask-compress/ @@ -39,12 +39,12 @@ BuildArch: noarch %python_subpackages %description -Flask-Compress allows you to easily compress your Flask application's +Flask-Compress allows compressing a Flask application's responses with gzip. The preferred solution is to have a server (like Nginx) automatically -compress the static files for you. If you don't have that option -Flask-Compress will solve the problem for you. +compress the static files. If that option is not available, +Flask-Compress can solve the problem. %prep %setup -q -n Flask-Compress-%{version}