diff --git a/.gitignore b/.gitignore index e3a94e9..627b6f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /MySQL-python-1.2.3.tar.gz /MySQL-python-1.2.5.zip +/mysqlclient-1.3.6.tar.gz diff --git a/MySQL-python.spec b/MySQL-python.spec index a28f16b..fe351da 100644 --- a/MySQL-python.spec +++ b/MySQL-python.spec @@ -2,13 +2,13 @@ Summary: An interface to MySQL Name: MySQL-python -Version: 1.2.5 +Version: 1.3.6 Release: 1%{?dist} License: GPLv2+ Group: Development/Libraries -URL: https://github.com/farcepest/MySQLdb1 +URL: https://github.com/PyMySQL/mysqlclient-python -Source0: http://pypi.python.org/packages/source/M/%{name}/%{name}-%{version}.zip +Source0: https://pypi.python.org/packages/source/m/mysqlclient/mysqlclient-%{version}.tar.gz BuildRequires: python2-devel python-setuptools BuildRequires: mysql-devel zlib-devel @@ -44,7 +44,7 @@ Python interface to MySQL, built for the CPython debug runtime %endif # with debug %prep -%setup -q -n %{name}-%{version} +%setup -q -n mysqlclient-%{version} %build rm -f doc/*~ @@ -84,6 +84,9 @@ python-debug setup.py install --root=$RPM_BUILD_ROOT %endif %changelog +* Fri May 22 2015 Jakub Dorňák - 1.3.6-1 +- Rebase on mysqlclient-1.3.6 + * Wed Jan 21 2015 Roman Rakus - 1.2.5-1 - Update to 1.2.5 diff --git a/sources b/sources index 5c088fd..b3a4d8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -654f75b302db6ed8dc5a898c625e030c MySQL-python-1.2.5.zip +58d7c9c617a4286a88db290e7857d3aa mysqlclient-1.3.6.tar.gz