From f0474f83d214ce21c41ef0c28d449bef369c47c6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 04 2015 09:29:08 +0000 Subject: import unixODBC-2.3.1-11.el7 --- diff --git a/SPECS/unixODBC.spec b/SPECS/unixODBC.spec index 8e4598b..61f420b 100644 --- a/SPECS/unixODBC.spec +++ b/SPECS/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.3.1 -Release: 10%{?dist} +Release: 11%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -73,7 +73,7 @@ automake --add-missing autoconf # unixODBC 2.2.14 is not aliasing-safe -CFLAGS="%{optflags} -fno-strict-aliasing" +CFLAGS="%{optflags} -fno-strict-aliasing -DDEFINE_CURSOR_LIB_VER" CXXFLAGS="$CFLAGS" export CFLAGS CXXFLAGS @@ -161,6 +161,10 @@ install -m644 %{SOURCE12} $RPM_BUILD_ROOT%{_mandir}/man1/odbc_config.1 %postun -p /sbin/ldconfig %changelog +* Wed Jul 15 2015 Jan Stanek - 2.3.1-11 +- Turn on versioning of cursor library. + Resolves: rhbz#1194065 + * Tue Feb 25 2014 Jan Stanek - 2.3.1-10 - Added missing man pages Resolves: rhbz#948935