From 954dc1aa9a7bf1ee97c4287d11a413a222e6f9d4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 16:56:09 +0200 Subject: [PATCH] Rebuilt for GCC 5 C++11 ABI change --- pyodbc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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