Update to 3.0.10

This commit is contained in:
Orion Poplawski 2015-05-12 10:32:57 -06:00
parent 403fbf91ea
commit 5b99178b6b
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
pyodbc-2.1.5.zip
/pyodbc-3.0.6.zip
/pyodbc-3.0.7.zip
/pyodbc-3.0.10.tar.gz

View File

@ -10,13 +10,13 @@
%endif
Name: pyodbc
Version: 3.0.7
Release: 4%{?dist}
Version: 3.0.10
Release: 1%{?dist}
Summary: Python DB API 2.0 Module for ODBC
Group: Development/Languages
License: MIT
URL: http://code.google.com/p/pyodbc/
Source0: http://pyodbc.googlecode.com/files/%{name}-%{version}.zip
URL: https://github.com/mkleehammer/pyodbc
Source0: https://github.com/mkleehammer/pyodbc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: unixODBC, python >= 2.4
BuildRequires: unixODBC-devel
@ -79,18 +79,21 @@ popd
%files
%{!?_licensedir:%global license %%doc}
%license python2/LICENSE.txt
%doc python2/README.rst
%doc python2/README.md python2/notes.txt
%{python2_sitearch}/*
%if 0%{?with_python3}
%files -n python3-%{name}
%{!?_licensedir:%global license %%doc}
%license python3/LICENSE.txt
%doc python3/README.rst
%doc python3/README.md python3/notes.txt
%{python3_sitearch}/*
%endif
%changelog
* Tue May 12 2015 Orion Poplawski <orion@cora.wnra.com> - 3.0.10-1
- Update to 3.0.10
* Tue May 12 2015 Orion Poplawski <orion@cora.wnra.com> - 3.0.7-4
- Cleanup and update spec

View File

@ -1 +1 @@
0e47254b17cf563f34852be644826459 pyodbc-3.0.7.zip
c09e293c85dd650152d02a78507f3fe4 pyodbc-3.0.10.tar.gz