Update to unixODBC 2.2.9.

This commit is contained in:
Tom Lane 2004-09-23 03:46:26 +00:00
parent 9918f4191e
commit 9505f13373
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
unixODBC-2.2.8.tar.gz
unixODBC-2.2.9.tar.gz

View File

@ -1 +1 @@
1738ac06c5fae51fe214993cf8b3bf2b unixODBC-2.2.8.tar.gz
94f904febc43e8ae7e17c719908afa8e unixODBC-2.2.9.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A complete ODBC driver manager for Linux.
Name: unixODBC
Version: 2.2.8
Release: 6
Version: 2.2.9
Release: 1
License: LGPL
Group: System Environment/Libraries
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
@ -9,9 +9,7 @@ Source1: odbcinst.ini
Source2: ODBCConfig.desktop
Source3: DataManager.desktop
Patch1: depcomp.patch
Patch2: rename-lo.patch
Patch3: installedltdl.patch
Patch4: doublefree.patch
Patch2: installedltdl.patch
URL: http://www.unixODBC.org/
Conflicts: iodbc
BuildPrereq: kdelibs-devel qt-devel libmng-devel XFree86-devel automake autoconf libtool
@ -48,8 +46,6 @@ This package contains components for the ODBCConfig and DataManager
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -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
@ -127,6 +123,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/isql
%{_bindir}/dltest
%{_bindir}/iusql
%{_bindir}/odbc_config
#%{_bindir}/odbctest
@ -159,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Wed Sep 22 2004 Tom Lane <tgl@redhat.com> 2.2.9-1
- Update to unixODBC 2.2.9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt