parent
dfecf13294
commit
e816171c00
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
011c80ad921ceba36e07a1b24297621c mysql-connector-python-1.1.5.tar.gz
|
||||
99e1b5d8bd4d5d4ff4b20683305988d7 mysql-connector-python-1.1.6.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue