From fab82a63e1ade3a4b415d83bbbad8ddc4aa0acf5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 30 Jul 2013 11:04:32 -0500 Subject: [PATCH] enable qtchooser support --- qt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qt.spec b/qt.spec index 68add58..8466229 100644 --- a/qt.spec +++ b/qt.spec @@ -22,14 +22,14 @@ # trim changelog included in binary rpms %global _changelog_trimtime %(date +%s -d "1 year ago") -# use qtchooser (default off, for now) -#define qtchooser 1 +# support qtchooser +%define qtchooser 1 Summary: Qt toolkit Name: qt Epoch: 1 Version: 4.8.5 -Release: 5%{?dist} +Release: 6%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT @@ -1211,6 +1211,9 @@ fi %changelog +* Tue Jul 30 2013 Rex Dieter 4.8.5-6 +- enable qtchooser support + * Tue Jul 30 2013 Rex Dieter 4.8.5-5 - revert upstream postgresql driver changes wrt escaping (QTBUG-30076)