From 6052acb3b0994d3433ca8668ec4fd3089c89abd0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 4 Apr 2008 16:48:34 +0000 Subject: [PATCH] Must BuildRequire qt3 now that Fedora has renamed qt4 to qt --- unixODBC.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unixODBC.spec b/unixODBC.spec index 2231d03..4936a3f 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.2.12 -Release: 6%{?dist} +Release: 7%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -19,7 +19,7 @@ Patch6: unixODBC-2.2.11-stricmp.patch Conflicts: iodbc BuildRequires: libX11-devel libXt-devel libXext-devel -BuildRequires: qt-devel readline-devel +BuildRequires: qt3-devel readline-devel BuildRequires: automake autoconf libtool bison flex BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -175,6 +175,10 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Fri Apr 4 2008 Tom Lane 2.2.12-7 +- Must BuildRequire qt3 now that Fedora has renamed qt4 to qt +Resolves: #440798 + * Mon Feb 11 2008 Tom Lane 2.2.12-6 - Move libodbcinst.so symlink into main package, since it's often dlopen'd Related: #204882