Hello community,

here is the log from the commit of package nextcloud-client for 
openSUSE:Factory checked in at 2019-01-03 18:09:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nextcloud-client (Old)
 and      /work/SRC/openSUSE:Factory/.nextcloud-client.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nextcloud-client"

Thu Jan  3 18:09:17 2019 rev:14 rq:662556 version:2.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nextcloud-client/nextcloud-client.changes        
2018-12-04 20:58:40.800563735 +0100
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-client.new.28833/nextcloud-client.changes 
    2019-01-03 18:09:20.555995697 +0100
@@ -2 +2,7 @@
-Tue Dec  4 13:04:12 UTC 2018 - sor.ale...@meowr.ru
+Wed Jan  2 20:48:04 UTC 2019 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Add nextcloud-client-fix-qt-5.12.patch: Fix an error during build
+  with Qt 5.12 (commit 1295884).
+
+-------------------------------------------------------------------
+Tue Dec  4 13:04:12 UTC 2018 - Alexei Sorokin <sor.ale...@meowr.ru>

New:
----
  nextcloud-client-fix-qt-5.12.patch

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

Other differences:
------------------
++++++ nextcloud-client.spec ++++++
--- /var/tmp/diff_new_pack.EiU3gz/_old  2019-01-03 18:09:21.863994535 +0100
+++ /var/tmp/diff_new_pack.EiU3gz/_new  2019-01-03 18:09:21.863994535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nextcloud-client
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,8 @@
 Patch0:         nextcloud-client-fix-rpath.patch
 # PATCH-FIX-OPENSUSE nextcloud-client-remove-datetime.patch 
sor.ale...@meowr.ru -- Remove __TIME__ and __DATE__.
 Patch1:         nextcloud-client-remove-datetime.patch
+# PATCH-FIX-UPSTREAM nextcloud-client-fix-qt-5.12.patch -- Fix an error during 
build with Qt 5.12 (commit 1295884).
+Patch2:         nextcloud-client-fix-qt-5.12.patch
 BuildRequires:  AppStream
 BuildRequires:  cmake >= 3.2
 BuildRequires:  fdupes
@@ -163,6 +165,7 @@
 %setup -q -n desktop-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp -a %{SOURCE1} sysctl-sync-inotify.conf
 
 %build

++++++ nextcloud-client-fix-qt-5.12.patch ++++++
--- a/src/gui/wizard/webview.cpp
+++ b/src/gui/wizard/webview.cpp
@@ -10,6 +10,7 @@
 #include <QProgressBar>
 #include <QLoggingCategory>
 #include <QLocale>
+#include <QWebEngineCertificateError>
 
 #include "common/utility.h"
 

Reply via email to