diff --git a/python-gTTS-token.changes b/python-gTTS-token.changes index 3059663..e97a9c6 100644 --- a/python-gTTS-token.changes +++ b/python-gTTS-token.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 4 23:50:46 UTC 2018 - Jan Engelhardt + +- Use noun phrase for summary. + ------------------------------------------------------------------- Thu Nov 1 18:42:08 UTC 2018 - alarrosa@suse.com diff --git a/python-gTTS-token.spec b/python-gTTS-token.spec index 7eac4dd..6296490 100644 --- a/python-gTTS-token.spec +++ b/python-gTTS-token.spec @@ -20,7 +20,7 @@ Name: python-gTTS-token Version: 1.1.2 Release: 0 -Summary: Calculates a token to run the Google Translate text to speech +Summary: Python module for calculating a token to run the Google text-to-speech engine License: MIT Group: Development/Languages/Python Url: https://github.com/boudewijn26/gTTS-token @@ -36,9 +36,9 @@ BuildArch: noarch %python_subpackages %description -gTTS-token (Google Text to Speech token) is a python implementation +gTTS-token (Google Text to Speech token) is a Python implementation of the token validation required by Google Translate when making -a request to its translate API. +a request to its API. %prep %setup -q -n gTTS-token-%{version}