update to 1.0.6b2 (no change in code)

This commit is contained in:
remi 2012-09-15 09:17:35 +02:00
commit 6a34e9f5a2
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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@fedoraproject.org> - 1.0.6-2.b2
- version 1.0.6b2
* Fri Sep 7 2012 Remi Collet <remi@fedoraproject.org> - 1.0.6-1.b1
- version 1.0.6 (beta)
- remove non GPL documentation

View file

@ -1 +1 @@
bc2a2cc86930a01de6d1245800843e27 mysql-connector-python-1.0.6b1-nodocs.tar.bz2
aae3dc1c15b7f5ec981cb11f5ce07b15 mysql-connector-python-1.0.6b2-nodocs.tar.bz2