diff --git a/.gitignore b/.gitignore index 1459893..5ee9629 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pyodbc.spec b/pyodbc.spec index 3b4cdcf..56aedfc 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -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 - 3.0.10-1 +- Update to 3.0.10 + * Tue May 12 2015 Orion Poplawski - 3.0.7-4 - Cleanup and update spec diff --git a/sources b/sources index 886f96d..83b2315 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e47254b17cf563f34852be644826459 pyodbc-3.0.7.zip +c09e293c85dd650152d02a78507f3fe4 pyodbc-3.0.10.tar.gz