diff --git a/unixODBC.spec b/unixODBC.spec index 9548b90..d448c68 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: 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 2.2.10-3 +- Rebuild with gcc4. + * Wed Jan 12 2005 Tim Waugh 2.2.10-2 - Rebuilt for new readline.