Rebuilt for GCC 5 C++11 ABI change

This commit is contained in:
Kalev Lember 2015-05-02 16:56:09 +02:00
parent 53e8334b04
commit 954dc1aa9a

View File

@ -6,7 +6,7 @@
Name: pyodbc
Version: 3.0.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python DB API 2.0 Module for ODBC
Group: Development/Languages
License: MIT
@ -80,6 +80,9 @@ popd
%endif
%changelog
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.0.7-3
- Rebuilt for GCC 5 C++11 ABI change
* Tue Feb 17 2015 Honza Horak <hhorak@redhat.com> - 3.0.7-2
- Start compiling for python3
Thanks Ganapathi Kamath