Hello community,

here is the log from the commit of package fotowall for openSUSE:Factory 
checked in at 2018-07-28 12:40:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fotowall (Old)
 and      /work/SRC/openSUSE:Factory/.fotowall.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fotowall"

Sat Jul 28 12:40:26 2018 rev:3 rq:624054 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fotowall/fotowall.changes        2018-01-20 
11:27:52.977088226 +0100
+++ /work/SRC/openSUSE:Factory/.fotowall.new/fotowall.changes   2018-07-28 
12:40:27.848432886 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 04:06:08 UTC 2018 - plinn...@opensuse.org
+
+- add fotowall-1.0-fix-build-against-qt-5.11.0.patch from Mageia
+
+-------------------------------------------------------------------

New:
----
  fotowall-1.0-fix-build-against-qt-5.11.0.patch

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

Other differences:
------------------
++++++ fotowall.spec ++++++
--- /var/tmp/diff_new_pack.SNtbN1/_old  2018-07-28 12:40:29.852436738 +0200
+++ /var/tmp/diff_new_pack.SNtbN1/_new  2018-07-28 12:40:29.856436745 +0200
@@ -22,19 +22,22 @@
 Release:        0
 Summary:        A wallpaper generator
 # fotowall is GPL-2.0+, everything else regards 3rdparty modules
-License:        GPL-2.0+ AND LGPL-2.1+ AND GPL-3.0+ AND BSD-2-Clause
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later 
AND BSD-2-Clause
 Group:          Productivity/Graphics/Other
 URL:            https://www.enricoros.com/opensource/fotowall
 Source0:        
https://github.com/enricoros/fotowall/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  libqt5-qtbase-common-devel
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5OpenGL)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(libv4l2)
+#PATCHFIX 
fotowall-1.0-fix-build-against-qt-5.11.0.patch?view=markup&pathrev=1233772
+# picked up from Mageia to fix build against Qt 5.11.0
+Patch0:         fotowall-1.0-fix-build-against-qt-5.11.0.patch
 
 %description
 FotoWall is a wallpaper generator rendering pictures
@@ -49,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %qmake5

++++++ fotowall-1.0-fix-build-against-qt-5.11.0.patch ++++++
diff -Nru a/3rdparty/likebackfrontend/LikeBackDialog.cpp 
b/3rdparty/likebackfrontend/LikeBackDialog.cpp
--- a/3rdparty/likebackfrontend/LikeBackDialog.cpp      2017-07-09 
10:22:44.000000000 +0200
+++ b/3rdparty/likebackfrontend/LikeBackDialog.cpp      2018-06-02 
22:39:10.413838601 +0200
@@ -37,6 +37,7 @@
 #include "LikeBackDialog.h"
 
 #include <QApplication>
+#include <QButtonGroup>
 #include <QLocale>
 #include <QMessageBox>
 #include <QNetworkAccessManager>
diff -Nru a/App/CanvasAppliance.cpp b/App/CanvasAppliance.cpp
--- a/App/CanvasAppliance.cpp   2017-07-09 10:22:44.000000000 +0200
+++ b/App/CanvasAppliance.cpp   2018-06-02 22:27:06.246459699 +0200
@@ -30,6 +30,7 @@
 #include "Settings.h"
 #include "Workflow.h"
 
+#include <QActionGroup>
 #include <QDesktopWidget>
 #include <QFileDialog>
 #include <QInputDialog>
diff -Nru a/App/CanvasAppliance.h b/App/CanvasAppliance.h
--- a/App/CanvasAppliance.h     2017-07-09 10:22:44.000000000 +0200
+++ b/App/CanvasAppliance.h     2018-06-02 22:32:38.238990315 +0200
@@ -15,6 +15,8 @@
 #ifndef __CanvasAppliance_h__
 #define __CanvasAppliance_h__
 
+#include <QActionGroup>
+
 #include "Shared/PlugGui/AbstractAppliance.h"
 #include "ui_CanvasAppliance.h"
 class QMenu;

Reply via email to