Version 2.1.1

This commit is contained in:
rayvd 2008-12-04 04:20:10 +00:00
parent 66878dcb8b
commit 207aafe64b
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
pyodbc-2.0.58.zip
pyodbc-2.1.1.zip

View File

@ -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 <ivazqueznet+rpm@gmail.com> - 2.0.58-4
- Rebuild for Python 2.6
* Mon Dec 03 2008 Ray Van Dolson <rayvd@fedoraproject.org> - 2.1.1-1
- New upstream version and homepage
* Mon Jun 02 2008 Ray Van Dolson <rayvd@fedoraproject.org> - 2.0.58-3
- Removed silly python BuildRequires

View File

@ -1 +1 @@
7252737ef4748a3cac50338cf9de9b96 pyodbc-2.0.58.zip
7cdd5e8e1f5726951d820b02e3db46f2 pyodbc-2.1.1.zip