diff --git a/.gitignore b/.gitignore index e17336c..a72abf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pyodbc-2.1.5.zip +/pyodbc-3.0.6.zip diff --git a/pyodbc.spec b/pyodbc.spec index b9c9963..461f7c9 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pyodbc -Version: 2.1.5 -Release: 7%{?dist} +Version: 3.0.6 +Release: 1%{?dist} Summary: Python DB API 2.0 Module for ODBC Group: Development/Languages License: MIT @@ -14,7 +14,7 @@ BuildRequires: unixODBC-devel BuildRequires: python-devel %description -A Python DB API 2 module for ODBC. This project provides an up-to-date, +A Python DB API 2 and 3 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal. @@ -37,6 +37,9 @@ decimal. %{python_sitearch}/* %changelog +* Mon Aug 13 2012 Honza Horak - 3.0.6-1 +- Upstream released 3.0.6 + * Sat Jul 21 2012 Fedora Release Engineering - 2.1.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 38f547d..e7500ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eccee612807e22a2aa3cc5033aee0fcc pyodbc-2.1.5.zip +c2cdfd95ecc933fa7d790591c7925c52 pyodbc-3.0.6.zip