Rebuild with gcc4.

This commit is contained in:
Tom Lane 2005-03-07 06:34:40 +00:00
parent c9b73dd279
commit e5e6699496

View File

@ -1,7 +1,7 @@
Summary: A complete ODBC driver manager for Linux.
Name: unixODBC
Version: 2.2.10
Release: 2
Release: 3
License: LGPL
Group: System Environment/Libraries
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
@ -26,7 +26,7 @@ PostgreSQL.
%package devel
Summary: Development files for programs which will use the unixODBC library.
Group: Development/Libraries
Requires: unixODBC = %{version}
Requires: %{name} = %{version}-%{release}
%description devel
The unixODBC package can be used to access databases through ODBC
@ -36,7 +36,7 @@ ODBC, you need to install this package.
%package kde
Summary: KDE driver manager components for ODBC.
Group: System Environment/Libraries
Requires: qt >= 2.1 %{name} >= %{version}
Requires: qt >= 2.1 %{name} = %{version}-%{release}
%description kde
This package contains components for the ODBCConfig and DataManager
@ -156,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Mon Mar 7 2005 Tom Lane <tgl@redhat.com> 2.2.10-3
- Rebuild with gcc4.
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.2.10-2
- Rebuilt for new readline.