diff --git a/python-sqlite3-to-mysql.changes b/python-sqlite3-to-mysql.changes index a23b287..f334b56 100644 --- a/python-sqlite3-to-mysql.changes +++ b/python-sqlite3-to-mysql.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 21 10:13:44 UTC 2021 - Jan Engelhardt + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Sun Jun 20 13:41:07 UTC 2021 - Enno Gotthold diff --git a/python-sqlite3-to-mysql.spec b/python-sqlite3-to-mysql.spec index d161364..b6fa8f1 100644 --- a/python-sqlite3-to-mysql.spec +++ b/python-sqlite3-to-mysql.spec @@ -20,7 +20,7 @@ Name: python-sqlite3-to-mysql Version: 1.4.1 Release: 0 -Summary: A simple Python tool to transfer data from SQLite 3 to MySQL +Summary: A Python tool to transfer data from SQLite 3 to MySQL License: MIT URL: https://github.com/techouse/sqlite3-to-mysql Source: https://files.pythonhosted.org/packages/source/s/sqlite3-to-mysql/sqlite3-to-mysql-%{version}.tar.gz @@ -61,10 +61,10 @@ BuildArch: noarch %python_subpackages %description -A simple Python tool to transfer data from SQLite 3 to MySQL +A Python tool to transfer data from SQLite 3 to MySQL %prep -%setup -q -n sqlite3-to-mysql-%{version} +%autosetup -p1 -n sqlite3-to-mysql-%{version} %build %python_build