[qt] Can't build 32bit Qt release application on 64bit (#822710)

Rex Dieter rdieter at fedoraproject.org
Fri May 18 00:30:38 UTC 2012


commit e0673557d0252b5de1146d15ce9fa41e1714c6f7
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu May 17 19:33:09 2012 -0500

    Can't build 32bit Qt release application on 64bit (#822710)

 qt.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/qt.spec b/qt.spec
index b9311aa..7eed3b5 100644
--- a/qt.spec
+++ b/qt.spec
@@ -16,7 +16,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.8.1
-Release: 13%{?dist}
+Release: 14%{?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
@@ -488,8 +488,7 @@ RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
 %endif
 
 sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" \
-  mkspecs/%{platform}/qmake.conf \
-  mkspecs/common/g*base.conf
+  mkspecs/%{platform}/qmake.conf 
 
 # undefine QMAKE_STRIP, so we get useful -debuginfo pkgs
 sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP             =|" mkspecs/common/linux.conf 
@@ -1100,6 +1099,9 @@ fi
 
 
 %changelog
+* Thu May 17 2012 Rex Dieter <rdieter at fedoraproject.org> 4.8.1-14
+- Can't build 32bit Qt release application on 64bit (#822710)
+
 * Wed May 16 2012 Than Ngo <than at redhat.com> - 4.8.1-13
 - add upstream patch to fix crash on big endian machine
 


More information about the scm-commits mailing list