Version 2.1.1
This commit is contained in:
parent
66878dcb8b
commit
207aafe64b
@ -1 +1 @@
|
||||
pyodbc-2.0.58.zip
|
||||
pyodbc-2.1.1.zip
|
||||
|
||||
14
pyodbc.spec
14
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 <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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user