Hello community,

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

Package is "q4wine", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes    2011-12-21 
10:03:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes       2012-03-26 
11:05:42.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Mar 24 17:36:00 UTC 2012 - dims...@opensuse.org
+
+- Add q4wine-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  q4wine-gcc47.patch

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

Other differences:
------------------
++++++ q4wine.spec ++++++
--- /var/tmp/diff_new_pack.vUoKq7/_old  2012-03-26 11:05:44.000000000 +0200
+++ /var/tmp/diff_new_pack.vUoKq7/_new  2012-03-26 11:05:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package q4wine
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-
 Name:           q4wine
 Version:        0.121
-Release:        1
-License:        GPL-3.0
+Release:        0
 Summary:        Qt4 GUI for WINE
-Url:            http://q4wine.brezblock.org.ua/
+License:        GPL-3.0
 Group:          System/Emulators/PC
+Url:            http://q4wine.brezblock.org.ua/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         q4wine-gcc47.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  fuseiso
@@ -58,6 +58,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir build

++++++ q4wine-gcc47.patch ++++++
Index: q4wine-0.121/src/qtsingleapplication/qtlocalpeer.cpp
===================================================================
--- q4wine-0.121.orig/src/qtsingleapplication/qtlocalpeer.cpp
+++ q4wine-0.121/src/qtsingleapplication/qtlocalpeer.cpp
@@ -48,6 +48,7 @@
 #include "qtlocalpeer.h"
 #include <QtCore/QCoreApplication>
 #include <QtCore/QTime>
+#include <unistd.h>
 
 #if defined(Q_OS_WIN)
 #include <QtCore/QLibrary>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to