Update to unixODBC 2.2.11.

This commit is contained in:
Tom Lane 2005-04-08 20:01:57 +00:00
parent e5e6699496
commit 6f644aab14
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
unixODBC-2.2.10.tar.gz
unixODBC-2.2.11.tar.gz

View File

@ -1 +1 @@
a2e9d440c70e12c22d2548aa452c43ef unixODBC-2.2.10.tar.gz
9ae806396844e38244cf65ad26ba0f23 unixODBC-2.2.11.tar.gz

View File

@ -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 <tgl@redhat.com> 2.2.11-1
- Update to unixODBC 2.2.11
* Mon Mar 7 2005 Tom Lane <tgl@redhat.com> 2.2.10-3
- Rebuild with gcc4.