From 18c41b585bcc407d81f70451661875e70b3dd31f5635aac998108941339e1406 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Mon, 4 Jul 2022 18:17:37 +0000 Subject: [PATCH] Accepting request 986721 from home:ecsos - Update to 3.5.2 - desktop#4569 [stable-3.5] Explicitly ask user for notification authorisation on launch (macOS) - desktop#4571 [stable-3.5] Fix crash caused by overflow in FinderSyncExtension - desktop#4583 [stable-3.5] add new fixup workflow from nextcloud org - desktop#4589 [stable-3.5] Bump up minimum macOS version - desktop#4592 [stable-3.5] Display chat message inside the OS notification. - desktop#4595 [stable-3.5] Fix 'TypeError: Cannot readproperty 'messageSent' of undefined'. - desktop#4596 [stable-3.5] Add a transparent background to the send reply button. - desktop#4605 [stable-3.5] Fix build on macOS versions pre-11 (down to 10.14) - desktop#4623 [stable-3.5] Ignore Office temp folders on Mac ('.sb-' in folder name). - desktop#4647 [stable-3.5] Remove assert, it is no longer useful. - desktop#4658 [stable-3.5] Add contrast to the text/icon of buttons if the server defined color is light. - desktop#4665 [stable-3.5] fix general section - desktop#4666 [stable-3.5] Remove tooltip because it is only repeating the label of the link. - desktop#4668 [stable-3.5] bugfix/share-dialog - desktop#4676 [stable-3.5] Updating command-rebase.yml workflow from template - desktop#4680 [stable-3.5] Reply button size should be same as the input field, smaller + text color - desktop#4692 [stable-3.5] Close call notifications when the call has been joined by the user, or the call has ended - desktop#4694 [stable-3.5] Increase the call state checking interval to not overload the server - desktop#4696 [stable-3.5] Ensure the dispatch source only gets deallocated after the dispatch_source_cancel is done, avoiding crashing of the Finder Sync Extension on macOS OBS-URL: https://build.opensuse.org/request/show/986721 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=67 --- nextcloud-desktop-3.5.1.tar.gz | 3 --- nextcloud-desktop-3.5.2.tar.gz | 3 +++ nextcloud-desktop.changes | 25 +++++++++++++++++++++++++ nextcloud-desktop.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-desktop-3.5.1.tar.gz create mode 100644 nextcloud-desktop-3.5.2.tar.gz diff --git a/nextcloud-desktop-3.5.1.tar.gz b/nextcloud-desktop-3.5.1.tar.gz deleted file mode 100644 index 7b675c4..0000000 --- a/nextcloud-desktop-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d0d7fd5ef80061a64b8bf06ba635ef8cb183533e38b4c1498991b50bc5a66a2 -size 15392337 diff --git a/nextcloud-desktop-3.5.2.tar.gz b/nextcloud-desktop-3.5.2.tar.gz new file mode 100644 index 0000000..689bfe1 --- /dev/null +++ b/nextcloud-desktop-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c467310e1a1b32593446584c6a5d7a931b7e2da3d1721dac8b0ac53cc493088 +size 15433543 diff --git a/nextcloud-desktop.changes b/nextcloud-desktop.changes index 3df009f..8c5c0bc 100644 --- a/nextcloud-desktop.changes +++ b/nextcloud-desktop.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 4 17:09:14 UTC 2022 - ecsos + +- Update to 3.5.2 + - desktop#4569 [stable-3.5] Explicitly ask user for notification authorisation on launch (macOS) + - desktop#4571 [stable-3.5] Fix crash caused by overflow in FinderSyncExtension + - desktop#4583 [stable-3.5] add new fixup workflow from nextcloud org + - desktop#4589 [stable-3.5] Bump up minimum macOS version + - desktop#4592 [stable-3.5] Display chat message inside the OS notification. + - desktop#4595 [stable-3.5] Fix 'TypeError: Cannot readproperty 'messageSent' of undefined'. + - desktop#4596 [stable-3.5] Add a transparent background to the send reply button. + - desktop#4605 [stable-3.5] Fix build on macOS versions pre-11 (down to 10.14) + - desktop#4623 [stable-3.5] Ignore Office temp folders on Mac ('.sb-' in folder name). + - desktop#4647 [stable-3.5] Remove assert, it is no longer useful. + - desktop#4658 [stable-3.5] Add contrast to the text/icon of buttons if the server defined color is light. + - desktop#4665 [stable-3.5] fix general section + - desktop#4666 [stable-3.5] Remove tooltip because it is only repeating the label of the link. + - desktop#4668 [stable-3.5] bugfix/share-dialog + - desktop#4676 [stable-3.5] Updating command-rebase.yml workflow from template + - desktop#4680 [stable-3.5] Reply button size should be same as the input field, smaller + text color + - desktop#4692 [stable-3.5] Close call notifications when the call has been joined by the user, or the call has ended + - desktop#4694 [stable-3.5] Increase the call state checking interval to not overload the server + - desktop#4696 [stable-3.5] Ensure the dispatch source only gets deallocated after + the dispatch_source_cancel is done, avoiding crashing of the Finder Sync Extension on macOS + ------------------------------------------------------------------- Sun Jul 3 12:21:10 UTC 2022 - Ben Greiner diff --git a/nextcloud-desktop.spec b/nextcloud-desktop.spec index 3cfe917..ba92770 100644 --- a/nextcloud-desktop.spec +++ b/nextcloud-desktop.spec @@ -19,7 +19,7 @@ %define soname libnextcloudsync %define sover 0 Name: nextcloud-desktop -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: Nextcloud desktop synchronisation client License: GPL-2.0-or-later AND LGPL-3.0-or-later