diff --git a/python-mysql.spec b/python-mysql.spec index 5bd2732..db5543d 100644 --- a/python-mysql.spec +++ b/python-mysql.spec @@ -6,7 +6,7 @@ Summary: An interface to MySQL Name: python-mysql Version: 1.3.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Development/Libraries URL: https://github.com/PyMySQL/mysqlclient-python @@ -17,7 +17,7 @@ BuildRequires: python2-devel python2-setuptools BuildRequires: python3-devel python3-setuptools BuildRequires: mariadb-connector-c-devel openssl-devel zlib-devel %if %{with debug} -BuildRequires: python-debug python3-debug +BuildRequires: python2-debug python3-debug %endif %description @@ -172,6 +172,10 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3}-debug setup.py build %endif # with debug %changelog +* Tue Feb 27 2018 Iryna Shcherbina - 1.3.12-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.3.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild