diff --git a/pyodbc.spec b/pyodbc.spec index 24646e6..6e8377b 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -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 - 3.0.7-3 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Feb 17 2015 Honza Horak - 3.0.7-2 - Start compiling for python3 Thanks Ganapathi Kamath