commit nextcloud-desktop for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-11-02 09:42:37

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3463 (New)


Package is "nextcloud-desktop"

Mon Nov  2 09:42:37 2020 rev:8 rq:845160 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2020-10-28 10:02:44.063327452 +0100
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3463/nextcloud-desktop.changes
2020-11-02 09:43:05.545765317 +0100
@@ -1,0 +2,19 @@
+Sat Oct 31 09:18:19 UTC 2020 - ecsos 
+
+- Update to 3.0.3
+  - desktop#2479 [stable-3.0] Free IconJob after use
+  - desktop#2491 [stable-3.0] Connect signal guiLog to slot to display systray 
message.
+  - desktop#2498 [stable-3.0] Update propagateupload.cpp
+  - desktop#2502 [stable-3.0] macOS: Fix memory leak in 
FolderWatcherPrivate::startWatching
+  - desktop#2511 [stable-3.0] Windows MSI: Update Docs & add SKIPAUTOUPDATE 
property
+  - desktop#2513 [stable-3.0] Handle redirects when downloading updates
+  - desktop#2524 [stable-3.0] Handle ask for optional password capability
+  - desktop#2533 [stable-3.0] Repair the Windows build
+  - desktop#2567 [stable-3.0] Fix share dialog animation for enforced password 
policy
+  - desktop#2570 [stable-3.0] Fix crash when clicking on folder with status 
403 in 
+the main dialog.
+  - desktop#2576 [stable-3.0] Avoid depth infinity propfind for e2ee
+  - desktop#2577 [stable-3.0] Expose branding values to qtquick
+  - desktop#2592 [stable-3.0] Also output the event flags in the debug logs
+
+---

Old:

  nextcloud-desktop-3.0.2.tar.gz

New:

  nextcloud-desktop-3.0.3.tar.gz



Other differences:
--
++ nextcloud-desktop.spec ++
--- /var/tmp/diff_new_pack.wm64p7/_old  2020-11-02 09:43:06.965766679 +0100
+++ /var/tmp/diff_new_pack.wm64p7/_new  2020-11-02 09:43:06.969766683 +0100
@@ -19,7 +19,7 @@
 %define soname  libnextcloudsync
 %define sover   0
 Name:   nextcloud-desktop
-Version:3.0.2
+Version:3.0.3
 Release:0
 Summary:Nextcloud desktop synchronisation client
 License:GPL-2.0-or-later AND LGPL-3.0-or-later

++ nextcloud-desktop-3.0.2.tar.gz -> nextcloud-desktop-3.0.3.tar.gz ++
/work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop-3.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3463/nextcloud-desktop-3.0.3.tar.gz
 differ: char 12, line 1




commit nextcloud-desktop for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-10-28 10:02:29

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3463 (New)


Package is "nextcloud-desktop"

Wed Oct 28 10:02:29 2020 rev:7 rq:844485 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2020-09-25 16:37:20.284199433 +0200
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3463/nextcloud-desktop.changes
2020-10-28 10:02:44.063327452 +0100
@@ -1,0 +2,5 @@
+Tue Oct 27 23:42:49 UTC 2020 - Marcel Kuehlhorn 
+
+- Add missing dependencies (boo#1178209)
+
+---



Other differences:
--
++ nextcloud-desktop.spec ++
--- /var/tmp/diff_new_pack.lZfqfK/_old  2020-10-28 10:02:44.911328045 +0100
+++ /var/tmp/diff_new_pack.lZfqfK/_new  2020-10-28 10:02:44.915328048 +0100
@@ -60,6 +60,8 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(zlib)
 Requires:   %{soname}%{sover} = %{version}
+Requires:   libqt5-qtgraphicaleffects
+Requires:   libqt5-qtquickcontrols2
 Provides:   nextcloud-client = %{version}
 Obsoletes:  nextcloud-client < %{version}
 Provides:   nextcloud-client-lang = %{version}




commit nextcloud-desktop for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-09-25 16:35:48

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.4249 (New)


Package is "nextcloud-desktop"

Fri Sep 25 16:35:48 2020 rev:6 rq:837224 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2020-08-29 20:44:17.761513911 +0200
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.4249/nextcloud-desktop.changes
2020-09-25 16:37:20.284199433 +0200
@@ -1,0 +2,46 @@
+Thu Sep 24 18:18:06 UTC 2020 - ecsos 
+
+- Update to 3.0.2
+  - desktop#2346 Use httpd/unix-directory mimetype for E2EE folders
+  - desktop#2388 Update copyright date and version displayed in the page title.
+  - desktop#2415 syncjournaldb: index e2eMangledName column in metadata
+  - desktop#2421 Use QGuiApplication::primaryScreen() as fallback for 
Systray::currentScreen()
+  - desktop#2422 Fix menu popup in main dialog
+  - desktop#2426 Include list info in tooltip
+  - desktop#2428 Try to enable the CI on stable branches as well
+  - desktop#2429 Improve drone config
+  - desktop#2430 Fix clang tidy errors in csync tests
+  - desktop#2434 Windows: Fix NSIS language encoding (use UTF-8)
+  - desktop#2436 Fix incomplete journal upgrade from 2.x to 3.x
+  - desktop#2448 If there's no description just say nothing
+  - desktop#2455 Remove "This includes" due to tooltip order
+  - desktop#2456 Fix missing subdirectory discovery on move operations in macOS
+  - desktop#2458 Windows: MSI support & Win32 migration tools
+  - desktop#2463 Use native text rendering for qml windows
+  - desktop#2465 Allow server URL to be pre-defined without enforcing it
+  - desktop#2471 Force tooltip wrap mode because it's not enabled in Qt 5.12...
+
+---
+Thu Sep 24 18:18:06 UTC 2020 - ecsos 
+
+- Update to 3.0.2
+  - desktop#2346 [stable-3.0] Use httpd/unix-directory mimetype for E2EE 
folders
+  - desktop#2388 [stable-3.0] Update copyright date and version displayed in 
the page title.
+  - desktop#2415 [stable-3.0] syncjournaldb: index e2eMangledName column in 
metadata
+  - desktop#2421 [stable-3.0] Use QGuiApplication::primaryScreen() as fallback 
for Systray::currentScreen()
+  - desktop#2422 [stable-3.0] Fix menu popup in main dialog
+  - desktop#2426 [stable-3.0] Include list info in tooltip
+  - desktop#2428 [stable-3.0] Try to enable the CI on stable branches as well
+  - desktop#2429 [stable-3.0] Improve drone config
+  - desktop#2430 [stable-3.0] Fix clang tidy errors in csync tests
+  - desktop#2434 [stable-3.0] Windows: Fix NSIS language encoding (use UTF-8)
+  - desktop#2436 [stable-3.0] Fix incomplete journal upgrade from 2.x to 3.x
+  - desktop#2448 [stable-3.0] If there's no description just say nothing
+  - desktop#2455 [stable-3.0] Remove "This includes" due to tooltip order
+  - desktop#2456 [stable-3.0] Fix missing subdirectory discovery on move 
operations in macOS
+  - desktop#2458 [stable-3.0] Windows: MSI support & Win32 migration tools
+  - desktop#2463 [stable-3.0] Use native text rendering for qml windows
+  - desktop#2465 [stable-3.0] Allow server URL to be pre-defined without 
enforcing it
+  - desktop#2471 [stable-3.0] Force tooltip wrap mode because it's not enabled 
in Qt 5.12...
+
+---

Old:

  nextcloud-desktop-3.0.1.tar.gz

New:

  nextcloud-desktop-3.0.2.tar.gz



Other differences:
--
++ nextcloud-desktop.spec ++
--- /var/tmp/diff_new_pack.hVNpbM/_old  2020-09-25 16:37:20.980200052 +0200
+++ /var/tmp/diff_new_pack.hVNpbM/_new  2020-09-25 16:37:20.984200055 +0200
@@ -19,7 +19,7 @@
 %define soname  libnextcloudsync
 %define sover   0
 Name:   nextcloud-desktop
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:Nextcloud desktop synchronisation client
 License:GPL-2.0-or-later AND LGPL-3.0-or-later

++ nextcloud-desktop-3.0.1.tar.gz -> nextcloud-desktop-3.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop-3.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.4249/nextcloud-desktop-3.0.2.tar.gz
 differ: char 13, line 1




commit nextcloud-desktop for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-08-29 20:43:52

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3399 (New)


Package is "nextcloud-desktop"

Sat Aug 29 20:43:52 2020 rev:5 rq:830337 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2020-08-24 15:10:44.154617235 +0200
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3399/nextcloud-desktop.changes
2020-08-29 20:44:17.761513911 +0200
@@ -1,0 +2,13 @@
+Fri Aug 28 17:58:16 UTC 2020 - ecsos 
+
+- Update to 3.0.1
+  - desktop#2300 Support client builds on VS2019 (QLinkedList is deprecated)
+  - desktop#2302 Do not build for Eoan
+  - desktop#2288 Windows shell extensions: Use custom GUIDs via CMake and 
prepare MSI reg
+  - desktop#2292 Present sharing of E2EE files from the main dialog too
+  - desktop#2292 Disable context menu actions for E2EE files and folders
+  - desktop#2281 Show the "Display mnemonic" button only when we know e2e is 
supported
+  - desktop#2278 Make sure we don't assert when calling fileStatus
+- Enable libcloudprovider again.
+
+---

Old:

  nextcloud-desktop-3.0.0.tar.gz

New:

  nextcloud-desktop-3.0.1.tar.gz



Other differences:
--
++ nextcloud-desktop.spec ++
--- /var/tmp/diff_new_pack.lQNDpC/_old  2020-08-29 20:44:18.593514257 +0200
+++ /var/tmp/diff_new_pack.lQNDpC/_new  2020-08-29 20:44:18.597514260 +0200
@@ -19,7 +19,7 @@
 %define soname  libnextcloudsync
 %define sover   0
 Name:   nextcloud-desktop
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:Nextcloud desktop synchronisation client
 License:GPL-2.0-or-later AND LGPL-3.0-or-later
@@ -54,6 +54,7 @@
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(cloudproviders)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(openssl) >= 1.1
 BuildRequires:  pkgconfig(sqlite3)
@@ -222,6 +223,9 @@
 %dir %{_datadir}/icons/hicolor/1024x1024/
 %dir %{_datadir}/icons/hicolor/1024x1024/apps/
 %{_datadir}/icons/hicolor/*/apps/Nextcloud*.*
+%dir %{_datadir}/cloud-providers/
+%{_datadir}/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
+%{_datadir}/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
 
 %files lang
 %{_datadir}/nextcloud/i18n/

++ nextcloud-desktop-3.0.0.tar.gz -> nextcloud-desktop-3.0.1.tar.gz ++
/work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3399/nextcloud-desktop-3.0.1.tar.gz
 differ: char 29, line 2




commit nextcloud-desktop for openSUSE:Factory

2020-08-24 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-08-24 15:10:05

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3399 (New)


Package is "nextcloud-desktop"

Mon Aug 24 15:10:05 2020 rev:4 rq:828583 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2020-07-10 15:30:43.918793539 +0200
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3399/nextcloud-desktop.changes
2020-08-24 15:10:44.154617235 +0200
@@ -1,0 +2,37 @@
+Fri Aug 21 07:26:59 UTC 2020 - Mathias Homann 
+
+- Update to 3.0.0
+  - #1886 Move the proxyfiles to libsync where they make more sense
+  - #1939 Major multi monitor improvements and rewrite of tray window 
positioning
+  - #2093 Add photothumb.db to sync-exclude.lst
+  - #2099 Ease access to main dialog
+  - #2106 Fix libsync exports for proxy changes in #1886
+  - #2110 Darken menu border color
+  - #2119 Fix SEGV (due to circular ownership) at exit
+  - #2126 Slightly simplify code for Systray positioning
+  - #2127 ConfigFile security: Migrate Proxy password to keychain
+  - #2128 Fix subfolder encryption scheme
+  - #2139 Fix e2ee folder sync connection
+  - #2144 Fix e2ee upload lock starvation
+  - #2145 Repair and improve logging
+  - #2150 Fix e2e moves handling
+  - #2159 Reach out to the contentItem inside of the ListView to find the width
+  - #2167 Fix url decoding for folder encryption status
+  - #2168 Display the correct default permissions when creating a share.
+  - #2177 Share link display the correct permissions for files and folders.
+  - #2183 Prevent empty FileMap in local csync to be processed if folder not 
empty
+  - #2188 Move existing syncjournal db files from client ver <2.7
+  - #2201 Disable parallelism for e2e remote mkdir jobs
+  - #2209 Fix pause sync states
+  - #2211 Logo update for 2.7
+  - #2213 Drone: Upload AppImage to GitHub using nextcloud-desktop-bot
+  - #2215 Change ownCloud reference to Nextcloud
+  - #2224 Update CI for Qt 5.12.9
+  - #2227 Support png for branded clients systray
+  - #2245 Fix #2243
+  - #2248 There won't be a 2.7, this is called 3.0 instead
+  - #2257 [stable-3.0] Restore E2EE old key storage format compatibility
+  - #2259 [stable-3.0] Keep the E2EE info message around to allow displaying 
mnemonic
+
+
+---

Old:

  nextcloud-desktop-2.6.5.tar.gz

New:

  nextcloud-desktop-3.0.0.tar.gz



Other differences:
--
++ nextcloud-desktop.spec ++
--- /var/tmp/diff_new_pack.LKK1A4/_old  2020-08-24 15:10:46.158618211 +0200
+++ /var/tmp/diff_new_pack.LKK1A4/_new  2020-08-24 15:10:46.162618213 +0200
@@ -19,7 +19,7 @@
 %define soname  libnextcloudsync
 %define sover   0
 Name:   nextcloud-desktop
-Version:2.6.5
+Version:3.0.0
 Release:0
 Summary:Nextcloud desktop synchronisation client
 License:GPL-2.0-or-later AND LGPL-3.0-or-later
@@ -48,7 +48,9 @@
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5QuickControls2)
 BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)

++ nextcloud-desktop-2.6.5.tar.gz -> nextcloud-desktop-3.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop-2.6.5.tar.gz 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3399/nextcloud-desktop-3.0.0.tar.gz
 differ: char 12, line 1

++ nextcloud-desktop-fix-rpath.patch ++
--- /var/tmp/diff_new_pack.LKK1A4/_old  2020-08-24 15:10:46.206618235 +0200
+++ /var/tmp/diff_new_pack.LKK1A4/_new  2020-08-24 15:10:46.210618237 +0200
@@ -1,45 +1,39 @@
-Index: desktop-2.6.5/src/cmd/CMakeLists.txt
-===
 desktop-2.6.5.orig/src/cmd/CMakeLists.txt
-+++ desktop-2.6.5/src/cmd/CMakeLists.txt
-@@ -23,8 +23,13 @@ if(NOT BUILD_LIBRARIES_ONLY)
+diff -burNE desktop-3.0.0.orig/src/cmd/CMakeLists.txt 
desktop-3.0.0/src/cmd/CMakeLists.txt
+--- desktop-3.0.0.orig/src/cmd/CMakeLists.txt  2020-08-21 09:16:36.442970505 
+0200
 desktop-3.0.0/src/cmd/CMakeLists.txt   2020-08-21 09:17:05.485724098 
+0200
+@@ -23,8 +23,13 @@
 add_executable(${cmd_NAME}  ${cmd_SRC})
set_target_properties(${cmd_NAME} PROPERTIES
RUNTIME_OUTPUT_DIRECTORY  ${BIN_OUTPUT_DIRECTORY} )
--set_target_properties(${cmd_NAME} PROPERTIES
--  INSTALL_RPATH 

commit nextcloud-desktop for openSUSE:Factory

2020-07-10 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-07-10 15:30:29

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3060 (New)


Package is "nextcloud-desktop"

Fri Jul 10 15:30:29 2020 rev:3 rq:819779 version:2.6.5

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2020-06-10 00:48:22.494938509 +0200
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3060/nextcloud-desktop.changes
2020-07-10 15:30:43.918793539 +0200
@@ -1,0 +2,93 @@
+Thu Jul  9 17:43:21 UTC 2020 - ecsos 
+
+- Update to 2.6.5
+  - #1449 Linux/Wayland: Updated .desktop file naming scheme
+  - #1834 Use print() function in both Python 2 and Python 3
+  - #1835 Added build for Focal
+  - #1838 Allow sharing to circles
+  - #1839 Added Focal-specific files
+  - #1841 Allow sharing to circles
+  - #1843 Enhance Version info display (minimal info, hide details)
+  - #1847 Updater: Enhance UI, make build optional
+  - #1848 WebView: Add missing Q_OBJECT macros
+  - #1851 Enhance Version info display (minimal info, hide details)
+  - #1853 Updater: Fix Tests build (failed with BUILD_UPDATER=NO)
+  - #1854 Updater: Fix Tests build (failed with BUILD_UPDATER=NO)
+  - #1855 WebView: Add missing Q_OBJECT macros
+  - #1859 Provide specific install file for Debian oldstable
+  - #1879 Add desktop-entry hint to notifications
+  - #1880 Remove timeout parameter from showMessage
+  - #1881 Use qEnvironmentVariableIsEmpty
+  - #1882 Fix container detaching
+  - #1883 [dolphin] Add icon to context menu
+  - #1886 Move the proxyfiles to libsync where they make more sense
+  - #1909 Fix build with Qt 5.15
+  - #1931 Fix container detaching
+  - #1932 [dolphin] Add icon to context menu
+  - #1933 Fix build of Dolphin integration
+  - #1934 Fix build of Dolphin integration
+  - #1954 Fix typos.
+  - #1956 Update ChangeLog with 2.6 series.
+  - #1958 Resolve symlinks when checking for registered paths.
+  - #1972 Fix leak in FileUtil::IsChildFile
+  - #1973 Fix leak in FileUtil::IsChildFile
+  - #1974 Don't silently kill debug messages
+  - #1975 Don't silently kill debug messages
+  - #1986 Properly handle denormalized href
+  - #1987 Fix a few leaks
+  - #1988 Use nullptr when appropriate
+  - #1989 Remove useless virtual, better use override only
+  - #1991 Improve sanitizer support
+  - #1992 Update github links to desktop repository
+  - #1996 Properly handle denormalized href
+  - #1997 Use nullptr when appropriate
+  - #1998 Update github links to desktop repository
+  - #1999 Remove useless virtual, better use override only
+  - #2000 Don't use int literals for bools
+  - #2001 Use default member initialization
+  - #2005 Use default member initialization
+  - #2006 Improve URL input field in Wizard
+  - #2007 Improve URL input field in Wizard
+  - #2017 Remove redundant initializer
+  - #2018 Use using instead of typedef
+  - #2019 Remove redundant void argument list
+  - #2020 Use make_unique when appropriate
+  - #2021 Use = default for trivial ctors and dtors
+  - #2023 Use the return braced init list pattern
+  - #2024 Use raw string literals when appropriate
+  - #2025 Remove redundant initializer
+  - #2026 Use using instead of typedef
+  - #2027 Remove redundant void argument list
+  - #2028 Use make_unique when appropriate
+  - #2029 Use = default for trivial ctors and dtors
+  - #2032 TestLaunchOnStartup shouldn't fail on dev setup
+  - #2033 Use the return braced init list pattern
+  - #2034 testLaunchOnStartup shouldn't fail on dev setup
+  - #2051 Remove Submodule binary (old upstream binaries)
+  - #2052 Remove Submodule binary (old upstream binaries)
+  - #2061 Improve command line version info and help display (gui & cmd)
+  - #2062 Improve command line version info and help display (gui & cmd)
+  - #2063 MacOS: Opt In to Dark Mode for building against older macOS SDKs < 
10.14
+  - #2064 macOS: Opt In to Dark Mode for building against older macOS SDKs < 
10.14
+  - #2065 Use APPLICATION_ICON_NAME for autostart icon
+  - #2068 Don't show a message box if the entered url returned an error
+  - #2069 Use APPLICATION_ICON_NAME for autostart icon
+  - #2071 Linux/Wayland: Updated .desktop file naming scheme
+  - #2072 AppImage: Upgrade to Qt 5.12.8
+  - #2078 Replace NULL by nullptr in all C++ files
+  - #2083 Simplify nullptr comparisons where appropriate
+  - #2084 macOS: Use macdeployqt instead of the old admin/osx/macdeployqt.py
+  - #2093 Add photothumb.db to sync-exclude.lst
+  - #2106 Fix libsync exports for proxy changes in #1886
+  - #2109 Default system proxy not working with Account Wizard (fixes #2108)
+  - #2127 ConfigFile security: Migrate Proxy password to keychain
+  - #2147 Repair and 

commit nextcloud-desktop for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-06-10 00:48:22

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3606 (New)


Package is "nextcloud-desktop"

Wed Jun 10 00:48:22 2020 rev:2 rq:812660 version:2.6.4

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes  
2020-03-09 15:44:12.680680844 +0100
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.3606/nextcloud-desktop.changes
2020-06-10 00:48:22.494938509 +0200
@@ -1,0 +2,7 @@
+Mon Jun  8 14:52:29 UTC 2020 - ecsos 
+
+- Fix build error in Tumbleweed.
+  - Add nextcloud-desktop-qt_5.15.patch to fix build error with
+Qt 5.15.
+
+---

New:

  nextcloud-desktop-qt_5.15.patch



Other differences:
--
++ nextcloud-desktop.spec ++
--- /var/tmp/diff_new_pack.2IVrCT/_old  2020-06-10 00:48:23.110940121 +0200
+++ /var/tmp/diff_new_pack.2IVrCT/_new  2020-06-10 00:48:23.114940131 +0200
@@ -23,6 +23,7 @@
 Release:0
 Summary:Nextcloud desktop synchronisation client
 License:GPL-2.0-or-later AND LGPL-3.0-or-later
+Group:  Productivity/Networking/File-Sharing
 URL:https://nextcloud.com/
 Source: 
https://github.com/nextcloud/desktop/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:sysctl-sync-inotify.conf
@@ -30,6 +31,8 @@
 Patch0: nextcloud-desktop-fix-rpath.patch
 # PATCH-FIX-OPENSUSE nextcloud-desktop-remove-datetime.patch 
sor.ale...@meowr.ru -- Remove __TIME__ and __DATE__.
 Patch1: nextcloud-desktop-remove-datetime.patch
+# PATCH-FIX-OPENSUSE nextcloud-desktop-qt_5.15.patch - Fix build error with QT 
5.15.
+Patch2: %{name}-qt_5.15.patch
 BuildRequires:  AppStream
 BuildRequires:  cmake >= 3.2
 BuildRequires:  fdupes
@@ -81,6 +84,7 @@
 %if 0%{?is_opensuse}
 %package doc
 Summary:Documentation for nextcloud-desktop
+Group:  Productivity/Networking/File-Sharing
 Provides:   nextcloud-client-doc = %{version}
 Obsoletes:  nextcloud-client-doc < %{version}
 BuildArch:  noarch
@@ -94,12 +98,14 @@
 
 %package -n %{soname}%{sover}
 Summary:The Nextcloud synchronisation library
+Group:  Productivity/Networking/File-Sharing
 
 %description -n %{soname}%{sover}
 The Nextcloud Desktop Client synchronisation library.
 
 %package -n %{soname}-devel
 Summary:Development files for the Nextcloud synchronisation library
+Group:  Productivity/Networking/File-Sharing
 Requires:   %{soname}%{sover} = %{version}
 
 %description -n %{soname}-devel
@@ -108,6 +114,7 @@
 
 %package -n nautilus-extension-nextcloud
 Summary:Nautilus overlay icons
+Group:  Productivity/Networking/File-Sharing
 Requires:   %{name} = %{version}
 Requires:   nautilus
 Requires:   python3-nautilus
@@ -121,6 +128,7 @@
 %if 0%{?is_opensuse}
 %package -n caja-extension-nextcloud
 Summary:Caja overlay icons
+Group:  Productivity/Networking/File-Sharing
 Requires:   %{name} = %{version}
 Requires:   caja
 Requires:   python-caja
@@ -133,6 +141,7 @@
 
 %package -n nemo-extension-nextcloud
 Summary:Nemo overlay icons
+Group:  Productivity/Networking/File-Sharing
 Requires:   %{name} = %{version}
 Requires:   nemo
 Requires:   python-nemo
@@ -145,6 +154,7 @@
 
 %package -n %{name}-dolphin
 Summary:Dolphin overlay icons
+Group:  Productivity/Networking/File-Sharing
 Requires:   %{name} = %{version}
 Requires:   dolphin
 Supplements:(%{name} and dolphin)
@@ -158,6 +168,7 @@
 %setup -q -n desktop-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp -a %{SOURCE1} sysctl-sync-inotify.conf
 
 %build

++ nextcloud-desktop-qt_5.15.patch ++
diff -Pdpru desktop-2.6.4.orig/src/libsync/networkjobs.cpp 
desktop-2.6.4/src/libsync/networkjobs.cpp
--- desktop-2.6.4.orig/src/libsync/networkjobs.cpp  2020-03-03 
20:32:31.0 +0100
+++ desktop-2.6.4/src/libsync/networkjobs.cpp   2020-06-08 16:47:12.416486640 
+0200
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "networkjobs.h"
 #include "account.h"



commit nextcloud-desktop for openSUSE:Factory

2020-03-09 Thread root
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2020-03-09 15:44:04

Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.26092 (New)


Package is "nextcloud-desktop"

Mon Mar  9 15:44:04 2020 rev:1 rq:782909 version:2.6.4

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.26092/nextcloud-desktop.changes
   2020-03-09 15:44:12.680680844 +0100
@@ -0,0 +1,426 @@
+---
+Sun Mar  8 20:18:45 UTC 2020 - Alexei Sorokin 
+
+- Rename nextcloud-client to nextcloud-desktop following upstream.
+- Stop redundantly recommending the -lang package.
+
+---
+Wed Mar  4 10:24:44 UTC 2020 - ec...@opensuse.org
+
+- Update to 2.6.4
+  * Fix Explorer pinning: Add fallbacks for Shell commands
+(gh#nextcloud/desktop#1599).
+  * WebFlowCredentials: Make username comparison case-insensitive
+(gh#nextcloud/desktop#1741).
+  * ActivityListModel: Show full date and time as a Tooltip only.
+  * Disable HTTP/2 for now due to a Qt bug, allow enabling it via
+an environment variable.
+  * Fix Explorer integration re-save and hide option.
+  * l10n: Changes to improve source strings.
+  * Updater: Add query-parameter "updatesegment" to the update
+check.
+
+---
+Mon Feb 17 07:16:57 UTC 2020 - ec...@opensuse.org
+
+- Update to 2.6.3
+  - desktop#1782 Add UserInfo class and fetch quota via API instead
+of PropfindJob
+  - desktop#1770 l10n: Changed grammar and triple dots to ellipsis
+  - desktop#1767 l10n: Changed spelling of user name to username
+  - desktop#1765 Start the client in background if activated 
+by D-Bus
+  - desktop#1764 Do not install files related to cloud providers 
+under Xenial
+  - desktop#1763 Make sure that the libcloudprovider integration is
+using a valid D-Bus path
+  - desktop#1762 Changed product name to Nextcloud
+  - desktop#1760 Update autoupdate.rst
+  - desktop#1745 Use system proxy by default if no config file is
+present
+  - desktop#1729 Install libcloudproviders files by default on
+debian
+  - desktop#1727 Windows 7 is out of support
+  - desktop#1721 BugFix: Handle broken shared file error gracefully
+  - desktop#1720 Fix Explorer integration on Windows and the crash
+on other systems
+  - desktop#1718 Welcome to 2020
+  - desktop#1707 Updated year in legalnotice.cpp
+  - desktop#1699 apply http2 qt resend patch from owncloud
+- Run spec-cleaner.
+
+---
+Wed Dec 25 15:06:19 UTC 2019 - ec...@opensuse.org
+
+- Update to 2.6.2
+  - desktop#1456 Revert DEFAULT_REMOTE_POLL_INTERVAL back from 5 
+seconds to 30 seconds
+  - desktop#1459 Use user-provided username in displayName() - 
+Fix #836
+  - desktop#1462 Fix typo
+  - desktop#1471 Build with libcloudproviders on debian and in the 
+AppImage
+  - desktop#1487 Fix tests for Windows platform
+  - desktop#1523 Merge the list of ignored files/symlinks into one
+Activity notification.
+  - desktop#1526 Fix clang's variadic macro warnings
+  - desktop#1531 Add libdbus-1-dev to the build dependencies
+  - desktop#1593 Compare QDateTime objects more efficient
+  - desktop#1611 Improve the translation of "Share via …"
+  - desktop#1617 Upgrade for Qt 5.12.5 in docker-ci
+  - desktop#1619 Bump Qt 5.12.5 image
+  - desktop#1621 Add timestamp to Mac installer code signing
+  - desktop#1623 MacOS build: Avoid the Get-Task-Allow Entitlement
+(Notarization)
+  - desktop#1629 Build for Debian stable and oldstable
+  - desktop#1641 Happy new year
+  - desktop#1644 Fall back to old login flow on GS as this is not 
+yet ready
+  - desktop#1645 [stable-2.6] macOS build: Avoid the Get-Task-Allow
+Entitlement (Notarization)
+  - desktop#1646 Fix remote wipe keychain storage (issue #1592)
+  - desktop#1647 Fix copyright year in MacOSXBundleInfo.plist.in 
+for 2019
+  - desktop#1651 Fix macOS GUI (Qt 5.12)
+  - desktop#1664 Windows: Workaround for storing >= 4k (4096 bit)
+client-cert SSL keys
+
+---
+Fri Nov  8 19:17:41 UTC 2019 - Alexei Sorokin 
+
+- Rename 100-nextcloud-client-sync-inotify.conf to
+  99-nextcloud-client-sync-inotify.conf (boo#1155457).
+  
+---
+Tue Nov  5 08:48:40 UTC 2019 - ec...@opensuse.org
+
+- Update to 2.6.1
+  - desktop#1032 Changed max GUI bandwidth limits
+  - desktop#1039 Add sync date next to "Synchronized with local 
+