[mysql-connector-python] update to 1.0.6b2 (no change in code)

Remi Collet remi at fedoraproject.org
Sat Sep 15 07:17:43 UTC 2012


commit 6a34e9f5a27af76f27d0f70fbb35c5d741f2e74b
Author: remi <fedora at famillecollet.com>
Date:   Sat Sep 15 09:17:35 2012 +0200

    update to 1.0.6b2 (no change in code)

 .gitignore                  |    1 +
 mysql-connector-python.spec |    9 +++++----
 sources                     |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
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 <remi at fedoraproject.org> - 1.0.6-2.b2
+- version 1.0.6b2
+
 * Fri Sep  7 2012 Remi Collet <remi at fedoraproject.org> - 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


More information about the scm-commits mailing list