Update to 1.1.5 GA
This commit is contained in:
parent
1a6cd639c1
commit
6cdcbae025
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ clog
|
|||
/mysql-connector-python-1.0.11.tar.gz
|
||||
/mysql-connector-python-1.0.12.tar.gz
|
||||
/mysql-connector-python-1.1.4.tar.gz
|
||||
/mysql-connector-python-1.1.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# spec file for mysql-connector-python
|
||||
#
|
||||
# Copyright (c) 2011-2013 Remi Collet
|
||||
# Copyright (c) 2011-2014 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/3.0/
|
||||
#
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
|
||||
|
||||
Name: mysql-connector-python
|
||||
Version: 1.1.4
|
||||
Version: 1.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: MySQL Connector for Python 2
|
||||
|
||||
|
|
@ -124,6 +124,10 @@ rm -rf %{buildroot}
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Tue Dec 17 2013 Remi Collet <remi@fedoraproject.org> - 1.1.4-1
|
||||
- version 1.1.4 GA
|
||||
http://dev.mysql.com/doc/relnotes/connector-python/en/news-1-1.html
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1b5885a0ab65fd996ff49a303bca5ce7 mysql-connector-python-1.1.4.tar.gz
|
||||
011c80ad921ceba36e07a1b24297621c mysql-connector-python-1.1.5.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue