From 6f644aab14f74e29d443dd513201639391bacfd3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 8 Apr 2005 20:01:57 +0000 Subject: [PATCH] Update to unixODBC 2.2.11. --- .cvsignore | 2 +- sources | 2 +- unixODBC.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 41f315c..5887d73 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -unixODBC-2.2.10.tar.gz +unixODBC-2.2.11.tar.gz diff --git a/sources b/sources index 424aba9..b1ca558 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2e9d440c70e12c22d2548aa452c43ef unixODBC-2.2.10.tar.gz +9ae806396844e38244cf65ad26ba0f23 unixODBC-2.2.11.tar.gz diff --git a/unixODBC.spec b/unixODBC.spec index d448c68..dc5d3fc 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux. Name: unixODBC -Version: 2.2.10 -Release: 3 +Version: 2.2.11 +Release: 1 License: LGPL Group: System Environment/Libraries Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz @@ -10,6 +10,7 @@ Source2: ODBCConfig.desktop Source3: DataManager.desktop Patch1: depcomp.patch Patch2: installedltdl.patch +Patch3: unixODBC-2.2.11-symbols.patch URL: http://www.unixODBC.org/ Conflicts: iodbc BuildPrereq: kdelibs-devel qt-devel libmng-devel XFree86-devel automake autoconf libtool @@ -46,6 +47,7 @@ This package contains components for the ODBCConfig and DataManager %setup -q %patch1 -p1 %patch2 -p1 +%patch3 -p1 # 2.2.8 includes a libtool that is too old for some of our architectures. # Blow it away and replace with build system's libtool. (We intend to use @@ -156,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Fri Apr 8 2005 Tom Lane 2.2.11-1 +- Update to unixODBC 2.2.11 + * Mon Mar 7 2005 Tom Lane 2.2.10-3 - Rebuild with gcc4.