update to 1.0.7

This commit is contained in:
Remi Collet 2012-10-03 17:25:27 +02:00
commit b5b60f7496
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

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

View file

@ -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 <remi@fedoraproject.org> - 1.0.7-1
- version 1.0.7 GA
* Sat Sep 15 2012 Remi Collet <remi@fedoraproject.org> - 1.0.6-2.b2
- version 1.0.6b2

View file

@ -1 +1 @@
aae3dc1c15b7f5ec981cb11f5ce07b15 mysql-connector-python-1.0.6b2-nodocs.tar.bz2
9421b654a41f15239db4d4959c01eb6f mysql-connector-python-1.0.7-nodocs.tar.bz2