diff --git a/.gitignore b/.gitignore index 72b0fc3..df6868a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /mysql-connector-python-1.0.5.tar.gz /mysql-connector-python-1.0.6b1-nodocs.tar.bz2 /mysql-connector-python-1.0.6b2-nodocs.tar.bz2 +/mysql-connector-python-1.0.7-nodocs.tar.bz2 diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index 84ba7d5..d0f60f3 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -5,11 +5,11 @@ %else %global with_python3 0 %endif -%global versuffix b2 +#global versuffix b2 Name: mysql-connector-python -Version: 1.0.6 -Release: 2%{?versuffix:.%{versuffix}}%{?dist} +Version: 1.0.7 +Release: 1%{?versuffix:.%{versuffix}}%{?dist} Summary: MySQL Connector for Python 2 Group: Development/Languages @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Oct 3 2012 Remi Collet - 1.0.7-1 +- version 1.0.7 GA + * Sat Sep 15 2012 Remi Collet - 1.0.6-2.b2 - version 1.0.6b2 diff --git a/sources b/sources index 2078dd7..5acdc18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aae3dc1c15b7f5ec981cb11f5ce07b15 mysql-connector-python-1.0.6b2-nodocs.tar.bz2 +9421b654a41f15239db4d4959c01eb6f mysql-connector-python-1.0.7-nodocs.tar.bz2