1.0.11 GA
This commit is contained in:
parent
23810ed6dc
commit
22bb5af7c4
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/mysql-connector-python-1.0.8-nodocs.tar.bz2
|
||||
/mysql-connector-python-1.0.9-nodocs.tar.bz2
|
||||
/mysql-connector-python-1.0.10.tar.gz
|
||||
/mysql-connector-python-1.0.11.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
|
||||
|
||||
Name: mysql-connector-python
|
||||
Version: 1.0.10
|
||||
Version: 1.0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: MySQL Connector for Python 2
|
||||
|
||||
|
|
@ -102,6 +102,9 @@ rm -rf %{buildroot}
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 3 2013 Remi Collet <remi@fedoraproject.org> - 1.0.11-1
|
||||
- version 1.0.11 GA
|
||||
|
||||
* Wed May 8 2013 Remi Collet <remi@fedoraproject.org> - 1.0.10-1
|
||||
- version 1.0.10 GA
|
||||
- archive is now free (no more doc to strip)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
439c769f9121d4cf24f4f8590c5a9c00 mysql-connector-python-1.0.10.tar.gz
|
||||
40cdf649696aa461458b741a07756f4a mysql-connector-python-1.0.11.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue