From 22bb5af7c4a5a6d27743a9cc2f837cb32fd0d5aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2013 14:29:38 +0200 Subject: [PATCH] 1.0.11 GA --- .gitignore | 1 + mysql-connector-python.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f1db38..69d0fca 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /mysql-connector-python-1.0.8-nodocs.tar.bz2 /mysql-connector-python-1.0.9-nodocs.tar.bz2 /mysql-connector-python-1.0.10.tar.gz +/mysql-connector-python-1.0.11.tar.gz diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index 275485a..3090014 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -11,7 +11,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: mysql-connector-python -Version: 1.0.10 +Version: 1.0.11 Release: 1%{?dist} Summary: MySQL Connector for Python 2 @@ -102,6 +102,9 @@ rm -rf %{buildroot} %endif %changelog +* Wed Jul 3 2013 Remi Collet - 1.0.11-1 +- version 1.0.11 GA + * Wed May 8 2013 Remi Collet - 1.0.10-1 - version 1.0.10 GA - archive is now free (no more doc to strip) diff --git a/sources b/sources index 3cfc38c..e699b0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -439c769f9121d4cf24f4f8590c5a9c00 mysql-connector-python-1.0.10.tar.gz +40cdf649696aa461458b741a07756f4a mysql-connector-python-1.0.11.tar.gz