Update to unixODBC 2.2.9.
This commit is contained in:
parent
9918f4191e
commit
9505f13373
@ -1 +1 @@
|
|||||||
unixODBC-2.2.8.tar.gz
|
unixODBC-2.2.9.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
1738ac06c5fae51fe214993cf8b3bf2b unixODBC-2.2.8.tar.gz
|
94f904febc43e8ae7e17c719908afa8e unixODBC-2.2.9.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A complete ODBC driver manager for Linux.
|
Summary: A complete ODBC driver manager for Linux.
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
Version: 2.2.8
|
Version: 2.2.9
|
||||||
Release: 6
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
||||||
@ -9,9 +9,7 @@ Source1: odbcinst.ini
|
|||||||
Source2: ODBCConfig.desktop
|
Source2: ODBCConfig.desktop
|
||||||
Source3: DataManager.desktop
|
Source3: DataManager.desktop
|
||||||
Patch1: depcomp.patch
|
Patch1: depcomp.patch
|
||||||
Patch2: rename-lo.patch
|
Patch2: installedltdl.patch
|
||||||
Patch3: installedltdl.patch
|
|
||||||
Patch4: doublefree.patch
|
|
||||||
URL: http://www.unixODBC.org/
|
URL: http://www.unixODBC.org/
|
||||||
Conflicts: iodbc
|
Conflicts: iodbc
|
||||||
BuildPrereq: kdelibs-devel qt-devel libmng-devel XFree86-devel automake autoconf libtool
|
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
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
|
|
||||||
# 2.2.8 includes a libtool that is too old for some of our architectures.
|
# 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
|
# 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}/isql
|
||||||
%{_bindir}/dltest
|
%{_bindir}/dltest
|
||||||
%{_bindir}/iusql
|
%{_bindir}/iusql
|
||||||
|
%{_bindir}/odbc_config
|
||||||
#%{_bindir}/odbctest
|
#%{_bindir}/odbctest
|
||||||
|
|
||||||
|
|
||||||
@ -159,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user