From 52d5c0a02b82135470533d0efea7f4d8ec4c7447 Mon Sep 17 00:00:00 2001 From: rayvd Date: Dec 04 2008 04:35:12 +0000 Subject: v2.1.1 --- 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 257ff75..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: 3%{?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,10 +32,13 @@ decimal. %files %defattr(-,root,root,-) -%doc README.txt +%doc README.txt LICENSE.txt %{python_sitearch}/* %changelog +* 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