From fea7f5a8bd0b3927269bac6f0111e1bbdb3fbe30d438a65a8a28a70caab490ea Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 19 Apr 2023 19:40:33 +0000 Subject: [PATCH] Accepting request 1080424 from home:ecsos - Update to 3.8.1 - desktop#5570 [stable-3.8] sort encrypted files by their id to compute checksum - desktop#5573 [stable-3.8] try different permutation to try to recover the broken checksum - desktop#5578 [stable-3.8] Fix unit tests SecureFileDrop - desktop#5582 [stable-3.8] Do not display error status and messages when aborting a sync during hydration request in VFS mode - desktop#5589 [stable-3.8] in case server has no private key, let e2ee init fail - desktop#5592 [stable-3.8] Edit locally. Restart current folder sync immediately after file opened. - desktop#5597 [stable-3.8] Alway add the item at the end of the layout. - desktop#5599 [stable-3.8] properly preserve the format of e2ee metadata during DB operations OBS-URL: https://build.opensuse.org/request/show/1080424 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=100 --- nextcloud-desktop-3.8.0.tar.gz | 3 --- nextcloud-desktop-3.8.1.tar.gz | 3 +++ nextcloud-desktop.changes | 13 +++++++++++++ nextcloud-desktop.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-desktop-3.8.0.tar.gz create mode 100644 nextcloud-desktop-3.8.1.tar.gz diff --git a/nextcloud-desktop-3.8.0.tar.gz b/nextcloud-desktop-3.8.0.tar.gz deleted file mode 100644 index ab3b1cf..0000000 --- a/nextcloud-desktop-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:612a604522693082ce30405655430079122b76ac74c277dfbb3e5a62a23953f4 -size 15729588 diff --git a/nextcloud-desktop-3.8.1.tar.gz b/nextcloud-desktop-3.8.1.tar.gz new file mode 100644 index 0000000..3f5c0df --- /dev/null +++ b/nextcloud-desktop-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f919a09c261039ddb8fcb6c10f10b1c6a8a31f64bf9b8b14ff46b5d02e428afc +size 15738143 diff --git a/nextcloud-desktop.changes b/nextcloud-desktop.changes index 2bce645..ae1d478 100644 --- a/nextcloud-desktop.changes +++ b/nextcloud-desktop.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 19 15:03:44 UTC 2023 - ecsos + +- Update to 3.8.1 + - desktop#5570 [stable-3.8] sort encrypted files by their id to compute checksum + - desktop#5573 [stable-3.8] try different permutation to try to recover the broken checksum + - desktop#5578 [stable-3.8] Fix unit tests SecureFileDrop + - desktop#5582 [stable-3.8] Do not display error status and messages when aborting a sync during hydration request in VFS mode + - desktop#5589 [stable-3.8] in case server has no private key, let e2ee init fail + - desktop#5592 [stable-3.8] Edit locally. Restart current folder sync immediately after file opened. + - desktop#5597 [stable-3.8] Alway add the item at the end of the layout. + - desktop#5599 [stable-3.8] properly preserve the format of e2ee metadata during DB operations + ------------------------------------------------------------------- Sat Apr 1 07:40:05 UTC 2023 - ecsos diff --git a/nextcloud-desktop.spec b/nextcloud-desktop.spec index 89c6b33..f20d28d 100644 --- a/nextcloud-desktop.spec +++ b/nextcloud-desktop.spec @@ -19,7 +19,7 @@ %define soname libnextcloudsync %define sover 0 Name: nextcloud-desktop -Version: 3.8.0 +Version: 3.8.1 Release: 0 Summary: Nextcloud desktop synchronisation client License: GPL-2.0-or-later AND LGPL-3.0-or-later