From 207aafe64be9ca60eee811080570987c58a5a7a1 Mon Sep 17 00:00:00 2001 From: rayvd Date: Thu, 4 Dec 2008 04:20:10 +0000 Subject: [PATCH] Version 2.1.1 --- .cvsignore | 2 +- pyodbc.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7e1b0c4..2ff959d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyodbc-2.0.58.zip +pyodbc-2.1.1.zip diff --git a/pyodbc.spec b/pyodbc.spec index 388e317..5ced2c9 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -1,13 +1,13 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pyodbc -Version: 2.0.58 -Release: 4%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Python DB API 2.0 Module for ODBC Group: Development/Languages License: MIT -URL: http://pyodbc.sourceforge.net/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip +URL: http://code.google.com/p/pyodbc/ +Source0: http://pyodbc.googlecode.com/files/%{name}-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python >= 2.4, unixODBC BuildRequires: unixODBC-devel, python-devel >= 2.4 @@ -32,12 +32,12 @@ decimal. %files %defattr(-,root,root,-) -%doc README.txt +%doc README.txt LICENSE.txt %{python_sitearch}/* %changelog -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.0.58-4 -- Rebuild for Python 2.6 +* Mon Dec 03 2008 Ray Van Dolson - 2.1.1-1 +- New upstream version and homepage * Mon Jun 02 2008 Ray Van Dolson - 2.0.58-3 - Removed silly python BuildRequires diff --git a/sources b/sources index 987856c..5c7cda0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7252737ef4748a3cac50338cf9de9b96 pyodbc-2.0.58.zip +7cdd5e8e1f5726951d820b02e3db46f2 pyodbc-2.1.1.zip