Hello community,
here is the log from the commit of package owncloud-client for openSUSE:Factory
checked in at 2020-06-19 17:24:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old)
and /work/SRC/openSUSE:Factory/.owncloud-client.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "owncloud-client"
Fri Jun 19 17:24:19 2020 rev:22 rq:815803 version:2.6.3.14058
Changes:
--------
--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes
2020-02-13 10:11:03.360323984 +0100
+++
/work/SRC/openSUSE:Factory/.owncloud-client.new.3606/owncloud-client.changes
2020-06-19 17:24:55.668161038 +0200
@@ -1,0 +2,29 @@
+Thu Jun 18 08:29:08 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Update to 2.6.3.14058
+ * Restart the client after an update
+ * Wizard is hidden behind the browser
+ * Add branding option to disable experimental features
+ * Client sometimes does not show up when started by a user
+ * Fix several wrong colored icons in dark mode
+ * Fixed bug in public link with password required
+ * Fixed editing public link expiration date
+ * Expand file tree also when no folders are synced
+ * Fixed bug saving the cookies
+ * Fixed crash in the setup wizard
+ * Fixed bug in the Virtual File warning dialog
+ * Fixed a potential crash while discovering moves
+ * Add Folder Sync Connection sometimes does not warn
+ * Resize the buttons in the settings view dynamically
+ * Fix status icon after move errors
+ * Fixed a potential crash on cancelation of discovery jobs
+ * Fix a potential crash on Windows VFS
+ * Fixed OAuth2 login of user with +
+ * On Windows the share dialog does not open as the top most window
+ * Client sometimes crashes when a placeholder file was moved
+ * Don't override cookies with old values
+ * Closing prompt has the same effect as accepting
+ * Crash on migration of old settings
+- Add fix-qpainterpath.patch
+
+-------------------------------------------------------------------
Old:
----
owncloudclient-2.6.1.13407.tar.xz
New:
----
fix-qpainterpath.patch
owncloudclient-2.6.3.14058.tar.xz
owncloudclient-2.6.3.14058.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ owncloud-client.spec ++++++
--- /var/tmp/diff_new_pack.zqmFct/_old 2020-06-19 17:25:02.568180883 +0200
+++ /var/tmp/diff_new_pack.zqmFct/_new 2020-06-19 17:25:02.572180895 +0200
@@ -18,21 +18,23 @@
Name: owncloud-client
-Version: 2.6.1.13407
+Version: 2.6.3.14058
Release: 0
Summary: The ownCloud synchronization client
License: GPL-2.0-only AND GPL-3.0-only
Group: Productivity/Networking/Other
URL: https://owncloud.org/download
-Source0: owncloudclient-%{version}.tar.xz
-Source1: 101-sync-inotify.conf
-Source2: README.source
+Source0:
https://download.owncloud.com/desktop/stable/owncloudclient-%{version}.tar.xz
+Source1:
https://download.owncloud.com/desktop/stable/owncloudclient-%{version}.tar.xz.asc
+Source2: 101-sync-inotify.conf
+Source3: README.source
# PATCH-FIX-UPSTREAM fix position of systray menu
https://github.com/owncloud/client/issues/5968
# for all except tumbleweed and ongoing, as the Qt bug is fixed in there.
Patch0: fix-systray-menu-pos.patch
Patch1: no_theme_icons.patch
+Patch2: fix-qpainterpath.patch
%define cmake_args -DSYSCONF_INSTALL_DIR=%{_sysconfdir}
@@ -55,6 +57,7 @@
BuildRequires: gcc-c++
BuildRequires: qtkeychain-qt5-devel >= %{keychain_version}
+BuildRequires: libcloudproviders-devel
BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core)
@@ -208,8 +211,14 @@
%patch0 -p1
%endif
%patch1 -p1
+%patch2 -p1
%build
+# see README.source
+rm -rf src/3rdparty/libcrashreporter-qt
+rm -rf shell_integration/windows
+rm -rf shell_integration/MacOSX
+
echo suse_version 0%{?suse_version}
# http://www.cmake.org/Wiki/CMake_RPATH_handling#Default_RPATH_settings
@@ -285,7 +294,7 @@
%{_libdir}/ownCloud/plugins/owncloudsync_vfs_suffix.so
%dir %{_libdir}/ownCloud/
%dir %{_libdir}/ownCloud/plugins
-%doc CONTRIBUTING.md ChangeLog README.md README.source
+%doc CONTRIBUTING.md README.md
%license COPYING COPYING.documentation
%config /etc/ownCloud
++++++ fix-qpainterpath.patch ++++++
--- a/src/libsync/networkjobs.cpp
+++ b/src/libsync/networkjobs.cpp
@@ -31,6 +31,7 @@
#include <QJsonObject>
#ifndef TOKEN_AUTH_ONLY
#include <QPainter>
+#include <QPainterPath>
#endif
#include "networkjobs.h"
++++++ owncloudclient-2.6.1.13407.tar.xz -> owncloudclient-2.6.3.14058.tar.xz
++++++
/work/SRC/openSUSE:Factory/owncloud-client/owncloudclient-2.6.1.13407.tar.xz
/work/SRC/openSUSE:Factory/.owncloud-client.new.3606/owncloudclient-2.6.3.14058.tar.xz
differ: char 26, line 1