From 1e90ff9719b44644d981f7055b79a230d90f01db7508e11189c123a7916c2f37 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 7 Mar 2024 19:52:49 +0000 Subject: [PATCH] Accepting request 1156118 from home:stacheldrahtje:branches:network - Update to version 3.12.1: * Feature/detect open files (gh#nextcloud/desktop#6444) * Settings dialog. Nextcloud version label should be visible even if auto-updates are turned off in config. (gh#nextcloud/desktop#6460) * Use 'FindMimeFromData' from Win API instead of QMimeDatabase() functions to get the mimetype. Prevents freeze from VFS placeholders. (gh#nextcloud/desktop#6475) * VFS. CfAPI. Provide detailed error message for leading '#' placeholder update failure. (gh#nextcloud/desktop#6476) * E2EE. Allow decryption v1.0 and v1.1 folders. (gh#nextcloud/desktop#6478) * Fix crash when deleting a local sync folder during sync. (gh#nextcloud/desktop#6481) * add extra logs to investigate lock type issues (gh#nextcloud/desktop#6465) * Client Status Reporting. Only report statuses listed on the server. (gh#nextcloud/desktop#6494) * Bugfix/e2ee v2 non-root sync (gh#nextcloud/desktop#6496) * Bugfix. E2ee misleading log fix. (gh#nextcloud/desktop#6499) * Bugfix/expandable folder status model (gh#nextcloud/desktop#6505) * Bugfix. Federated share activity show 'Decline' action button. (gh#nextcloud/desktop#6506) * when moving a file, checks that it exists at origin or destination (gh#nextcloud/desktop#6509) OBS-URL: https://build.opensuse.org/request/show/1156118 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=128 --- nextcloud-desktop-3.12.0.tar.gz | 3 --- nextcloud-desktop-3.12.1.tar.gz | 3 +++ nextcloud-desktop.changes | 29 +++++++++++++++++++++++++++++ nextcloud-desktop.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-desktop-3.12.0.tar.gz create mode 100644 nextcloud-desktop-3.12.1.tar.gz diff --git a/nextcloud-desktop-3.12.0.tar.gz b/nextcloud-desktop-3.12.0.tar.gz deleted file mode 100644 index 9d69465..0000000 --- a/nextcloud-desktop-3.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df6c56c8fcbee7d9ab09673cdb7b41671f2eb0eb1dbb79ee393b207a9bc46ee8 -size 13636170 diff --git a/nextcloud-desktop-3.12.1.tar.gz b/nextcloud-desktop-3.12.1.tar.gz new file mode 100644 index 0000000..0af921f --- /dev/null +++ b/nextcloud-desktop-3.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e117ba1eac967c57c7b66c76f1e7200389674e9ec9ffdf161bc524184848f6 +size 13640266 diff --git a/nextcloud-desktop.changes b/nextcloud-desktop.changes index c7a001d..31d1b76 100644 --- a/nextcloud-desktop.changes +++ b/nextcloud-desktop.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Mar 7 17:22:06 UTC 2024 - Natasha Ament + +- Update to version 3.12.1: + * Feature/detect open files (gh#nextcloud/desktop#6444) + * Settings dialog. Nextcloud version label should be visible + even if auto-updates are turned off in config. + (gh#nextcloud/desktop#6460) + * Use 'FindMimeFromData' from Win API instead of QMimeDatabase() + functions to get the mimetype. Prevents freeze from VFS + placeholders. (gh#nextcloud/desktop#6475) + * VFS. CfAPI. Provide detailed error message for leading '#' + placeholder update failure. (gh#nextcloud/desktop#6476) + * E2EE. Allow decryption v1.0 and v1.1 folders. + (gh#nextcloud/desktop#6478) + * Fix crash when deleting a local sync folder during sync. + (gh#nextcloud/desktop#6481) + * add extra logs to investigate lock type issues + (gh#nextcloud/desktop#6465) + * Client Status Reporting. Only report statuses listed on the server. + (gh#nextcloud/desktop#6494) + * Bugfix/e2ee v2 non-root sync (gh#nextcloud/desktop#6496) + * Bugfix. E2ee misleading log fix. (gh#nextcloud/desktop#6499) + * Bugfix/expandable folder status model (gh#nextcloud/desktop#6505) + * Bugfix. Federated share activity show 'Decline' action button. + (gh#nextcloud/desktop#6506) + * when moving a file, checks that it exists at origin or + destination (gh#nextcloud/desktop#6509) + ------------------------------------------------------------------- Sun Feb 18 17:41:51 UTC 2024 - Atri Bhattacharya diff --git a/nextcloud-desktop.spec b/nextcloud-desktop.spec index db4da1d..202435e 100644 --- a/nextcloud-desktop.spec +++ b/nextcloud-desktop.spec @@ -20,7 +20,7 @@ %define sover 0 Name: nextcloud-desktop -Version: 3.12.0 +Version: 3.12.1 Release: 0 Summary: Nextcloud desktop synchronisation client License: GPL-2.0-or-later AND LGPL-3.0-or-later