Hello community,

here is the log from the commit of package qt-creator for openSUSE:Factory 
checked in at 2012-03-26 11:05:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt-creator (Old)
 and      /work/SRC/openSUSE:Factory/.qt-creator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt-creator", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes    2012-02-02 
18:00:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qt-creator.new/qt-creator.changes       
2012-03-26 11:05:50.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Mar 24 18:02:35 UTC 2012 - [email protected]
+
+- Add qt-creator-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  qt-creator-gcc47.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt-creator.spec ++++++
--- /var/tmp/diff_new_pack.c9mq9W/_old  2012-03-26 11:05:51.000000000 +0200
+++ /var/tmp/diff_new_pack.c9mq9W/_new  2012-03-26 11:05:51.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           qt-creator
 Summary:        Lightweight IDE
 License:        LGPL-2.1 ; LGPL-2.1+ ; MIT
@@ -29,6 +30,7 @@
 Patch1:         system-botan-lib.diff
 Patch2:         hardcoded-runpath.diff
 Patch3:         build-fix.diff
+Patch4:         qt-creator-gcc47.patch
 # depends on private headers and therefore needs the exact Qt version
 %requires_eq    libqt4-x11
 
#########################################################################################
@@ -51,8 +53,8 @@
 # Fedora, RHEL or CentOS
 
#########################################################################################
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-BuildRequires:  qt4-devel >= 4.7.4
 BuildRequires:  desktop-file-utils
+BuildRequires:  qt4-devel >= 4.7.4
 %endif
 Provides:       %name-devel = %version
 
@@ -68,6 +70,7 @@
 %endif
 %patch2
 %patch3
+%patch4 -p1
 
 %build 
 %if "%{_lib}"=="lib64"

++++++ qt-creator-gcc47.patch ++++++
Index: qt-creator-2.4.1-src/src/tools/valgrindfake/outputgenerator.cpp
===================================================================
--- qt-creator-2.4.1-src.orig/src/tools/valgrindfake/outputgenerator.cpp
+++ qt-creator-2.4.1-src/src/tools/valgrindfake/outputgenerator.cpp
@@ -40,6 +40,7 @@
 #include <QCoreApplication>
 #include <QStringList>
 #include <QDebug>
+#include <unistd.h>
 
 using namespace Valgrind::Fake;
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to