diff --git a/python-peewee.changes b/python-peewee.changes index 41ace9d..fb181f8 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 28 18:06:40 UTC 2018 - jengelh@inai.de + +- Add missing "that". + ------------------------------------------------------------------- Thu Jul 19 15:38:58 UTC 2018 - mcepl@suse.com diff --git a/python-peewee.spec b/python-peewee.spec index dc0790b..4562f2b 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -20,7 +20,7 @@ Name: python-peewee Version: 3.6.4 Release: 0 -Summary: A small expressive orm supports postgresql, mysql and sqlite +Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/coleifer/peewee @@ -37,7 +37,7 @@ BuildRequires: pkgconfig(sqlite3) %python_subpackages %description -A small, expressive orm -- supports postgresql, mysql and sqlite +An expressive ORM that supports PostgreSQL, MySQL and SQLite. %prep %setup -q -n peewee-%{version}