Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2022-05-03 21:19:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nextcloud-desktop"

Tue May  3 21:19:27 2022 rev:30 rq:974641 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes      
2022-03-18 16:43:19.681232543 +0100
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.1538/nextcloud-desktop.changes
    2022-05-03 21:19:39.529050296 +0200
@@ -1,0 +2,67 @@
+Tue May  3 11:36:28 UTC 2022 - ecsos <ec...@opensuse.org>
+
+- Update to 3.5.0
+  - desktop#3714 Require cmake 3.16
+  - desktop#4135 Add testing for ActivityListModel
+  - desktop#4154 Check for dbus-1 when building with cloudproviders
+  - desktop#4162 Add ability to copy internal link from share dialog
+  - desktop#4186 Feature/improve activity buttons
+  - desktop#4189 Add thumbnails for files in the activity view
+  - desktop#4191 Use proper API to dehydrate a placeholder file
+  - desktop#4200 Feature/Talk Reply v1
+  - desktop#4205 Ensure we emit a rename command for renamed files
+  - desktop#4212 Remove Hirsute, add Jammy
+  - desktop#4216 Allow account menu to scroll when content height is larger 
than menu height
+  - desktop#4217 Always build with updater. Use 'beta/stable' channel selector 
in 'General Settins' dialog with default 'stable'.
+  - desktop#4218 Cmake option to disable proxy
+  - desktop#4237 Add support for server color theming
+  - desktop#4247 No longer assume status bar height, calculate, fixing notch 
borking on new MacBook Pro
+  - desktop#4251 Add a dark mode
+  - desktop#4252 Generates pot files automatically.
+  - desktop#4257 Add headers in cmake files to get them properly detected
+  - desktop#4263 Ensure that bulk upload network job errors are handled
+  - desktop#4268 Do not remove a folder that has files that were not uploaded 
yet during propagation
+  - desktop#4272 L10n: Change to lowercase
+  - desktop#4279 Simplify currentScreen in systray.cpp
+  - desktop#4283 Fix warn colour in dark mode
+  - desktop#4292 Do not remove files from a Group folder and its nested 
folders when it is renamed or removed while not allowed.
+  - desktop#4303 Rollback local move on server move failure
+  - desktop#4316 Implement local socket to communicate with finder extension
+  - desktop#4319 Bugfix/prevent overflow with mtime
+  - desktop#4320 L10n: Changed spelling
+  - desktop#4322 Add 'Help' action back.
+  - desktop#4326 Ensure file activity dialog appears in centre of screen
+  - desktop#4329 Increase maximum text line count in tray activity items to 
two lines
+  - desktop#4334 Fix file activity dialog
+  - desktop#4340 Properly ask Qt to create qml opengl surface with proper 
options
+  - desktop#4351 Old submodule url does not work anylonger
+  - desktop#4359 Old submodule url does not work anylonger
+  - desktop#4360 Prepare for 3.5.0-rc1
+  - desktop#4363 Fix icon color and highlight color issues
+  - desktop#4364 Fix for VFS crashes due to mimetype checking for thumbnails
+  - desktop#4371 Fix various dark mode bugs
+  - desktop#4372 Add a new yml github issue template for bug reports.
+  - desktop#4379 Ensure we only store update channel not localized in settings
+  - desktop#4385 Improve talk reply
+  - desktop#4392 Prepare for 3.5.0-rc2
+  - desktop#4393 Bugfix/talk reply part 2
+  - desktop#4398 Darkmode. Fix crash on exit.
+  - desktop#4399 Avoid deleting renamed file with spaces in name
+  - desktop#4403 More dark mode fixes
+  - desktop#4408 Ensure we do properly failed hydration jobs
+  - desktop#4414 Fix build of appimage for branded clients
+  - desktop#4418 Prepare for 3.5.0-rc3
+  - desktop#4420 Feature/files lock
+  - desktop#4426 Add call notification dialog.
+  - desktop#4428 Fix thumbnails for new files made while client open
+  - desktop#4430 Increase time between connection tries
+  - desktop#4437 Improve contrast on server color themed elements
+  - desktop#4438 Fix positioning of activities in the activities list
+  - desktop#4441 Bugfix/activities fetch server overload
+  - desktop#4447 Realigned and resized thumbnails
+  - desktop#4465 Add user avatars in talk notifications in activity list
+  - desktop#4466 Fix sparkle implementation in the desktop client
+  - desktop#4470 Prepare 3.5.0-rc4
+  - desktop#4471 Prepare final 3.5.0 release
+
+-------------------------------------------------------------------

Old:
----
  nextcloud-desktop-3.4.4.tar.gz

New:
----
  nextcloud-desktop-3.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nextcloud-desktop.spec ++++++
--- /var/tmp/diff_new_pack.Z02f6P/_old  2022-05-03 21:19:40.189051122 +0200
+++ /var/tmp/diff_new_pack.Z02f6P/_new  2022-05-03 21:19:40.189051122 +0200
@@ -19,7 +19,7 @@
 %define soname  libnextcloudsync
 %define sover   0
 Name:           nextcloud-desktop
-Version:        3.4.4
+Version:        3.5.0
 Release:        0
 Summary:        Nextcloud desktop synchronisation client
 License:        GPL-2.0-or-later AND LGPL-3.0-or-later
@@ -45,7 +45,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5KIO) >= 5.16
-BuildRequires:  cmake(Qt5Keychain)
+###BuildRequires:  cmake(Qt5Keychain)
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core) >= 5.15
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -73,7 +73,9 @@
 Obsoletes:      nextcloud-client-lang < %{version}
 %if 0%{?is_opensuse}
 BuildRequires:  doxygen
+#BuildRequires:  python3-MarkupSafe
 BuildRequires:  python3-Sphinx
+#BuildRequires:  python3-importlib-metadata
 Suggests:       %{name}-doc = %{version}
 %endif
 

++++++ nextcloud-desktop-3.4.4.tar.gz -> nextcloud-desktop-3.5.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop-3.4.4.tar.gz 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.1538/nextcloud-desktop-3.5.0.tar.gz
 differ: char 12, line 1

Reply via email to