From c2c56fc7642fa3854f5233b0d28b275756151cdf Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sat, 13 Mar 2010 23:22:16 +0000 Subject: [PATCH] - BR qt-assistant-adp-devel --- unixODBC.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unixODBC.spec b/unixODBC.spec index 253e871..ecffdf1 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.2.14 -Release: 9%{?dist} +Release: 10%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -24,7 +24,7 @@ Patch11: enable-items.patch Conflicts: iodbc BuildRequires: libX11-devel libXt-devel libXext-devel -BuildRequires: qt4-devel readline-devel +BuildRequires: qt4-devel qt-assistant-adp-devel readline-devel BuildRequires: automake autoconf libtool libtool-ltdl-devel bison flex BuildRequires: desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Sat Mar 13 2010 Kevin Kofler 2.2.14-10 +- BR qt-assistant-adp-devel + * Sat Dec 19 2009 Tom Lane 2.2.14-9 - Fix bug preventing drivers from being selected in ODBCConfig Resolves: #544852