diff --git a/.gitignore b/.gitignore index 0da12b3..72b0fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /mysql-connector-python-0.3.2-devel.tar.gz /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 diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index 58ac456..84ba7d5 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -5,11 +5,11 @@ %else %global with_python3 0 %endif -%global versuffix b1 +%global versuffix b2 Name: mysql-connector-python Version: 1.0.6 -Release: 1%{?versuffix:.%{versuffix}}%{?dist} +Release: 2%{?versuffix:.%{versuffix}}%{?dist} Summary: MySQL Connector for Python 2 Group: Development/Languages @@ -51,8 +51,6 @@ is necessary to run this Python DB API v2.0 compliant driver. chmod -x python?/examples/*py mv docs/README.txt README-docs -sed -e '/raise$/d' \ - -i metasetupinfo.py %build # nothing to build @@ -108,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Sep 15 2012 Remi Collet - 1.0.6-2.b2 +- version 1.0.6b2 + * Fri Sep 7 2012 Remi Collet - 1.0.6-1.b1 - version 1.0.6 (beta) - remove non GPL documentation diff --git a/sources b/sources index e05fc33..2078dd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc2a2cc86930a01de6d1245800843e27 mysql-connector-python-1.0.6b1-nodocs.tar.bz2 +aae3dc1c15b7f5ec981cb11f5ce07b15 mysql-connector-python-1.0.6b2-nodocs.tar.bz2