From 77a0cd62a47991c329a46cd12589e0f705a61e64251dea0963a84f4f197c2985 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 10 Dec 2023 19:53:20 +0000 Subject: [PATCH] Accepting request 1132186 from home:badshah400:branches:network Update to version 3.10.2. OBS-URL: https://build.opensuse.org/request/show/1132186 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=119 --- nextcloud-desktop-3.10.1.tar.gz | 3 -- nextcloud-desktop-3.10.2.tar.gz | 3 ++ nextcloud-desktop.changes | 49 +++++++++++++++++++++++++++++++++ nextcloud-desktop.spec | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-desktop-3.10.1.tar.gz create mode 100644 nextcloud-desktop-3.10.2.tar.gz diff --git a/nextcloud-desktop-3.10.1.tar.gz b/nextcloud-desktop-3.10.1.tar.gz deleted file mode 100644 index 66592f5..0000000 --- a/nextcloud-desktop-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a28589c05b2ccdd6e1f3fc6b076dda756df30137e1ee247aba856107759d0dbc -size 13519938 diff --git a/nextcloud-desktop-3.10.2.tar.gz b/nextcloud-desktop-3.10.2.tar.gz new file mode 100644 index 0000000..393eb1b --- /dev/null +++ b/nextcloud-desktop-3.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e819980197fa50599a428e2815e830104d0e7c72457065afa1357e6d267fc3c0 +size 13523354 diff --git a/nextcloud-desktop.changes b/nextcloud-desktop.changes index 60047e6..e73bbcb 100644 --- a/nextcloud-desktop.changes +++ b/nextcloud-desktop.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Sat Dec 9 03:43:16 UTC 2023 - Atri Bhattacharya + +- Update to version 3.10.2: + * Fix folder wizard warning color for local path in dark mode + (gh#nextcloud/desktop#6068). + * Bugfix/remove dead oauth code (gh#nextcloud/desktop#6075). + * Open Nextcloud after installation on macOS + (gh#nextcloud/desktop#6076). + * Fix Chunk v2 upload headers (gh#nextcloud/desktop#6086). + * Bugfix/legacy migration (gh#nextcloud/desktop#6095). + * Prevent empty password being passed into share creation + (gh#nextcloud/desktop#6107). + * Unhide discovery logs for file deleted on the server and for + discovered file (gh#nextcloud/desktop#6116). + * Fix issues on manpages (gh#nextcloud/desktop#6122). + * Fix chunk v2 destination header (gh#nextcloud/desktop#6141). + * Bugfix/restore folders recursively + (gh#nextcloud/desktop#6143). + * Show more informative error message when VFS hydration fails. + Displaya popup and put an error into activity list. More + detailed logs. (gh#nextcloud/desktop#6153). + * Do not show failure popul for VFS when hydration finished with + code 200 or 204. (gh#nextcloud/desktop#6163). + * Upgrade to Mac OS 12.0.0. (gh#nextcloud/desktop#6171). + * Enforce virtual file type when it is falsely marked as + non-virtual. Added more logs for scenarios when virtual + placeholder gets marked as non-virtual. + (gh#nextcloud/desktop#6172). + * we require version 12.0+ for macOS + (gh#nextcloud/desktop#6175). + * Fix crash when clicking on import legacy account dialog 'Skip' + button. (gh#nextcloud/desktop#6208). + * avoid restore algorithm by setting the data fingerprint from + sync DB (gh#nextcloud/desktop#6241). + * Fix crash. Remove unnecessary dependency injection causing + crash. (gh#nextcloud/desktop#6252). + * Fix. Bulk upload. Accumulate sent bytes. Fix negative value in + UI. (gh#nextcloud/desktop#6253). + * Bugfix/vfs toggle fix (gh#nextcloud/desktop#6251). + * maintain lock state if unlock happens during sync + (gh#nextcloud/desktop#6259). + * avoid modifying a placeholder (virtual files) when not needed + (gh#nextcloud/desktop#6262). + * Fix build with latest NextcloudKit, caused by search for + XCTest and friends (gh#nextcloud/desktop#6266). + * Feature. Do not allow move of external storage mounted + folders. (gh#nextcloud/desktop#6268). + ------------------------------------------------------------------- Thu Oct 19 10:00:40 UTC 2023 - Atri Bhattacharya diff --git a/nextcloud-desktop.spec b/nextcloud-desktop.spec index f089242..51c8a35 100644 --- a/nextcloud-desktop.spec +++ b/nextcloud-desktop.spec @@ -19,7 +19,7 @@ %define soname libnextcloudsync %define sover 0 Name: nextcloud-desktop -Version: 3.10.1 +Version: 3.10.2 Release: 0 Summary: Nextcloud desktop synchronisation client License: GPL-2.0-or-later AND LGPL-3.0-or-later