update to 1.1.6

(cherry picked from commit 5ba8e0b75f)
This commit is contained in:
Remi Collet 2014-04-16 17:54:14 +02:00
commit e816171c00
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ clog
/mysql-connector-python-1.0.12.tar.gz
/mysql-connector-python-1.1.4.tar.gz
/mysql-connector-python-1.1.5.tar.gz
/mysql-connector-python-1.1.6.tar.gz

View file

@ -20,7 +20,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: mysql-connector-python
Version: 1.1.5
Version: 1.1.6
Release: 1%{?dist}
Summary: MySQL Connector for Python 2
@ -124,6 +124,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed Apr 16 2014 Remi Collet <remi@fedoraproject.org> - 1.1.6-1
- version 1.1.6 GA
http://dev.mysql.com/doc/relnotes/connector-python/en/news-1-1-6.html
* Tue Feb 4 2014 Remi Collet <remi@fedoraproject.org> - 1.1.5-1
- version 1.1.5 GA
http://dev.mysql.com/doc/relnotes/connector-python/en/news-1-1-5.html

View file

@ -1 +1 @@
011c80ad921ceba36e07a1b24297621c mysql-connector-python-1.1.5.tar.gz
99e1b5d8bd4d5d4ff4b20683305988d7 mysql-connector-python-1.1.6.tar.gz