From b8e1888ca21fbb038ca7f6a9ef3b403b94fad8f5c59f04b3efe69fc084e6a93d Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 19 Oct 2022 10:53:31 +0000 Subject: [PATCH] Accepting request 1029956 from home:ecsos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 3.6.1 - desktop#4907 [stable-3.6] Fix wrong estimated time when doing sync. - desktop#4908 [stable-3.6] Bugfix/selective sync abort error - desktop#4922 [stable-3.6] Bugfix/conflict resolution when selecting folder - desktop#4923 [stable-3.6] Fix menu bar height calculation on macOS - desktop#4926 [stable-3.6] Fix add account window text clipping, enlarge text - desktop#4928 [stable-3.6] Accept valid lsColJob reply XML content types - desktop#4934 [stable-3.6] Fix low-resolution file changed overlay icons in activities - desktop#4941 [stable-3.6] Deallocate call notification dialog objects when closed - desktop#4943 [stable-3.6] Ensure that the file being processed has had its etag properly sanitised, log etag more - desktop#4973 [stable-3.6] Ensure strings in main window QML are presented as plain text and not HTML - desktop#4974 [stable-3.6] Do not format text in QML components as HTML - desktop#4978 [stable-3.6] Fix two factor authentication notification - desktop#5000 [stable-3.6] Bring back .lnk files on Windows and always treat them as non-virtual files. - desktop#5006 [stable-3.6] Fix 'Reply' primary property. - desktop#5020 [stable-3.6] Update after tx migrate - desktop#5030 [stable-3.6] Command-line client. Do not trust SSL certificates by default, unless '--trust' option is set. - desktop#5037 [stable-3.6] Fix invisible user status selector button not being checked when user is in Offline mode - desktop#5048 [stable-3.6] Fix link shares default expire date being enforced as maximum expire date even when maximum date enforcement is disabled on the server - desktop#5052 Backport/4989/stable 3.6 - desktop#5053 [stable-3.6] use correct version copmparison on NSIS updater: fix update from rc - desktop#5054 Improve 'Handle local file editing' feature. Add loading popup. Add f… - desktop#5055 Backport/5039/bugfix/check token for edit locally requests - desktop#5056 Fix account not found when doing local file editing. - desktop#5057 Fix two factor auth notification: activity item was disabled. - desktop#5058 [stable-3.6] Fix predefined status text formatting - desktop#5059 [stable-3.6] Fix sync progress bar colours in dark mode - desktop#5061 [stable-3.6] Improve handling of file name clashes - desktop#5063 [stable-3.6] Ensure placeholder message in emoji picker wraps correctly OBS-URL: https://build.opensuse.org/request/show/1029956 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=75 --- nextcloud-desktop-3.6.0.tar.gz | 3 --- nextcloud-desktop-3.6.1.tar.gz | 3 +++ nextcloud-desktop.changes | 35 ++++++++++++++++++++++++++++++++++ nextcloud-desktop.spec | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-desktop-3.6.0.tar.gz create mode 100644 nextcloud-desktop-3.6.1.tar.gz diff --git a/nextcloud-desktop-3.6.0.tar.gz b/nextcloud-desktop-3.6.0.tar.gz deleted file mode 100644 index d6be5d4..0000000 --- a/nextcloud-desktop-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7c1d3f6a867566c1f9a629c8c0d954ba69ebc4107c0faa975a1ccf42842d0df -size 15763538 diff --git a/nextcloud-desktop-3.6.1.tar.gz b/nextcloud-desktop-3.6.1.tar.gz new file mode 100644 index 0000000..d5f03cf --- /dev/null +++ b/nextcloud-desktop-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ea1ed2d0f44a3b8b645a67f21af164bf1024b6872570a61c62994d2a8c1b5b +size 15346135 diff --git a/nextcloud-desktop.changes b/nextcloud-desktop.changes index 4f4a560..7a5bcbd 100644 --- a/nextcloud-desktop.changes +++ b/nextcloud-desktop.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Wed Oct 19 10:10:54 UTC 2022 - ecsos + +- Update to 3.6.1 + - desktop#4907 [stable-3.6] Fix wrong estimated time when doing sync. + - desktop#4908 [stable-3.6] Bugfix/selective sync abort error + - desktop#4922 [stable-3.6] Bugfix/conflict resolution when selecting folder + - desktop#4923 [stable-3.6] Fix menu bar height calculation on macOS + - desktop#4926 [stable-3.6] Fix add account window text clipping, enlarge text + - desktop#4928 [stable-3.6] Accept valid lsColJob reply XML content types + - desktop#4934 [stable-3.6] Fix low-resolution file changed overlay icons in activities + - desktop#4941 [stable-3.6] Deallocate call notification dialog objects when closed + - desktop#4943 [stable-3.6] Ensure that the file being processed has had its etag properly sanitised, log etag more + - desktop#4973 [stable-3.6] Ensure strings in main window QML are presented as plain text and not HTML + - desktop#4974 [stable-3.6] Do not format text in QML components as HTML + - desktop#4978 [stable-3.6] Fix two factor authentication notification + - desktop#5000 [stable-3.6] Bring back .lnk files on Windows and always treat them as non-virtual files. + - desktop#5006 [stable-3.6] Fix 'Reply' primary property. + - desktop#5020 [stable-3.6] Update after tx migrate + - desktop#5030 [stable-3.6] Command-line client. Do not trust SSL certificates by default, + unless '--trust' option is set. + - desktop#5037 [stable-3.6] Fix invisible user status selector button not being checked when user is in Offline mode + - desktop#5048 [stable-3.6] Fix link shares default expire date being enforced as maximum expire date + even when maximum date enforcement is disabled on the server + - desktop#5052 Backport/4989/stable 3.6 + - desktop#5053 [stable-3.6] use correct version copmparison on NSIS updater: fix update from rc + - desktop#5054 Improve 'Handle local file editing' feature. Add loading popup. Add f… + - desktop#5055 Backport/5039/bugfix/check token for edit locally requests + - desktop#5056 Fix account not found when doing local file editing. + - desktop#5057 Fix two factor auth notification: activity item was disabled. + - desktop#5058 [stable-3.6] Fix predefined status text formatting + - desktop#5059 [stable-3.6] Fix sync progress bar colours in dark mode + - desktop#5061 [stable-3.6] Improve handling of file name clashes + - desktop#5063 [stable-3.6] Ensure placeholder message in emoji picker wraps correctly + ------------------------------------------------------------------- Wed Sep 7 14:40:48 UTC 2022 - ecsos diff --git a/nextcloud-desktop.spec b/nextcloud-desktop.spec index 24c628a..2c6a2f4 100644 --- a/nextcloud-desktop.spec +++ b/nextcloud-desktop.spec @@ -19,7 +19,7 @@ %define soname libnextcloudsync %define sover 0 Name: nextcloud-desktop -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Nextcloud desktop synchronisation client License: GPL-2.0-or-later AND LGPL-3.0-or-later