Hello community,

here is the log from the commit of package imagewriter for openSUSE:Factory 
checked in at 2012-04-17 07:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imagewriter (Old)
 and      /work/SRC/openSUSE:Factory/.imagewriter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imagewriter", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/imagewriter/imagewriter.changes  2012-02-16 
12:23:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.imagewriter.new/imagewriter.changes     
2012-04-17 07:45:12.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Mar 16 18:17:34 UTC 2012 - [email protected]
+
+- Add imagewriter-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  imagewriter-gcc47.patch

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

Other differences:
------------------
++++++ imagewriter.spec ++++++
--- /var/tmp/diff_new_pack.CIYqDm/_old  2012-04-17 07:45:13.000000000 +0200
+++ /var/tmp/diff_new_pack.CIYqDm/_new  2012-04-17 07:45:13.000000000 +0200
@@ -39,6 +39,7 @@
 Group:          Hardware/Other
 License:        GPL-2.0
 Source:         imagewriter-%{version}.tar.gz
+Patch0:         imagewriter-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{breq}
 %description
@@ -46,6 +47,7 @@
 
 %prep
 %setup 
+%patch0 -p1
 
 %build
 %{qmake} PREFIX=$RPM_BUILD_ROOT/%{_prefix} imagewriter.pro

++++++ imagewriter-gcc47.patch ++++++
Index: imagewriter-1.9/main.cpp
===================================================================
--- imagewriter-1.9.orig/main.cpp
+++ imagewriter-1.9/main.cpp
@@ -28,6 +28,7 @@
 #endif
 
 
+#include <unistd.h>
 #include "MainWindow.h"
 #include "PlatformHal.h"
 #include "PlatformUdisks.h"
Index: imagewriter-1.9/Platform.cpp
===================================================================
--- imagewriter-1.9.orig/Platform.cpp
+++ imagewriter-1.9/Platform.cpp
@@ -2,6 +2,7 @@
 
 #include <QMessageBox>
 #include <QProgressDialog>
+#include <unistd.h>
 #include <sys/mount.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to