From 6cdcbae025b22994d20b9dd8ebe93b1dad1b5486 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2014 08:34:29 +0100 Subject: [PATCH] Update to 1.1.5 GA --- .gitignore | 1 + mysql-connector-python.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81cb596..d5631ec 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index 7b84ec4..6297738 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -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 - 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 - 1.1.4-1 - version 1.1.4 GA http://dev.mysql.com/doc/relnotes/connector-python/en/news-1-1.html diff --git a/sources b/sources index 59fd6c4..342a5fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b5885a0ab65fd996ff49a303bca5ce7 mysql-connector-python-1.1.4.tar.gz +011c80ad921ceba36e07a1b24297621c mysql-connector-python-1.1.5.tar.gz