Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package onedrive for openSUSE:Factory checked in at 2026-07-01 16:54:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/onedrive (Old) and /work/SRC/openSUSE:Factory/.onedrive.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "onedrive" Wed Jul 1 16:54:24 2026 rev:35 rq:1362894 version:2.5.11 Changes: -------- --- /work/SRC/openSUSE:Factory/onedrive/onedrive.changes 2026-02-03 21:29:59.656841324 +0100 +++ /work/SRC/openSUSE:Factory/.onedrive.new.11887/onedrive.changes 2026-07-01 16:54:49.398940160 +0200 @@ -1,0 +2,115 @@ +Wed Jul 01 06:14:31 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.5.11: + * Feature Requests + - Implement Feature Request: Added CI smoke test for + monitor-mode clean shutdown across Ubuntu and Fedora (#3678) + - Implement Feature Request: Added support for Microsoft + Identity Broker 3.0.1 (#3686) + - Implement Feature Request: Added push-triggered E2E testing + across Personal, Business and SharePoint accounts with 64 + test cases and dedicated Shared Folder testing (#3644) + - Implement Feature Request: Implemented stream hashing to + support 'on-demand' development work (#3653) + - Implement Feature Request: Added --mirror-local-state to + ensure online state is a mirror of local state (#3742) + - Implement Feature Request: Added capability to display the + Admin Consent URL via --display-admin-consent-url (#3739) + - Implement Feature Request: Added a new SVG notification icon + for improved desktop integration with GNOME and KDE + environments. (#3743) + - Implement Feature Request: Implemented GUI-based OAuth + callback handling using local loopback listener (#3750) + * Bug Fixes + - Fix Bug: Fix that the internal websocket trigger is not woken + to sync with --download-only (#3631) + - Fix Bug: Fix internal crash when WebSocket initialisation + fails in monitor mode (#3639) + - Fix Bug: Fix that broken symlinks log error despite + skip_symlinks = true (#3656) + - Fix Bug: Fix 'sync_list' retention handling so + --download-only --cleanup-local-files no longer removes + directories that should be preserved (#3657) + - Fix Bug: Fix skip_size flagging for local files is respected + (#3659) + - Fix Bug: Fix reserved Windows device name validation to block + names with extensions (e.g. CON.txt, NUL.tar.gz) (#3661) + - Fix Bug: Fix crash when parsing invalid 'resume_download.*' + metadata during --resync (#3668) + - Fix Bug: Fix to ensure use of local timestamp when uploading + files when using --upload-only & --local-first (#3669) + - Fix Bug: Fix SIGSEGV during shutdown caused by logging + subsystem teardown race condition (#3676) + - Fix Bug: Fix to defer local directory recreation when + processing simulated /delta response (#3682) + - Fix Bug: Fix SIGSEGV on shutdown, implement signal-safe + termination handling, and preserve itemdb thread safety + (#3687) + - Fix Bug: Fix to prevent new transfers during SIGINT shutdown + and support forced transfer abort (#3691) + - Fix Bug: Fix relocated shared-folder shortcut path + reconstruction (#3690) + - Fix Bug: Fix that empty directories included by 'sync_list' + are added to the database but not created locally (#3703) + - Fix Bug: Fix 'sync_list' wildcard exclusion rules can + incorrectly exclude ancestor directories (#3707) + - Fix Bug: Fix that azure_tenant_id entries for intune based + authentication were being ignored (#3711) + - Fix Bug: Fix inotify move handling so local file and + directory moves within sync_dir are processed as remote moves + instead of delete/re-upload operations. (#3720) + - Fix Bug: Fix impact of the official Microsoft Graph API + 'sharedWithMe' deprecation on --sync-shared-files + functionality (#3729) + - Fix Bug: Fix SharePoint Shared Library query failure where + the application incorrectly reports that 'onedrive' is + already running (#3734) + - Fix Bug: Fix that CurlEngine 'fresh_connect' option may not + be reset after successful retry, impacting connection reuse + (#3735) + - Fix Bug: Fix that Transfer Metrics duration includes + non-transfer processing time (#3737) + - Fix Bug: Fix download error handling so filesystem attribute + failures are handled cleanly instead of interrupting file + downloads. (#3741) + - Fix Bug: Fix single-tenant authentication redirect URI + handling and add administrator consent support (#3745) + - Fix Bug: Fix elapsedTime calculation for monitor loop cycles + (#3749) + - Fix Bug: Fix monitor mode stability and long-running delta + processing efficiency (#3754) + - Fix Bug: Fix FreeBSD RSS memory telemetry calculation (#3757) + - Fix Bug: Harden monitor lifecycle, event handling, and DB + reconciliation (#3756) + - Fix Bug: Avoid duplicate online item conversion during + modified file upload (#3759) + - Fix Bug: Reduce idle CPU usage in WebSocket monitor loop + (#3762) + - Fix Bug: Add the missing remove_source_folders entry to + --display-config output. (#3764) + * Other Changes | Fixes + - Enhance logging output for safeSetTimes() when the client + runtime user does not own the file requiring timestamp + changes (#3654) + - Optimise monitor cleanup cadence for download-only mode + (#3697) + - Remove from code deprecated commands (--synchronize and + --get-O365-drive-id) in v2.5.0 (#3732) + - Improve delta processing performance and reduce GC overhead + (#3746) + - Reduce forced garbage collection in synchronisation and + CurlEngine cleanup paths (#3748) + - Improve remote deletion success and failure logging (#3752) + - Optimise client-side filtering directory mask evaluation + (#3755) + - Clarify error message for 'sync_list' rule (#3761) + - Updated all supported Docker build environments to use + current upstream base images and toolchains for improved + security, maintenance, and long-term support. + - Updated completion files to align to release application + functionality + - Updated 'config' file to align to release application + functionality + - Updated documentation + +------------------------------------------------------------------- Old: ---- onedrive-2.5.10.obscpio New: ---- onedrive-2.5.11.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ onedrive.spec ++++++ --- /var/tmp/diff_new_pack.RpjfQK/_old 2026-07-01 16:54:51.038996754 +0200 +++ /var/tmp/diff_new_pack.RpjfQK/_new 2026-07-01 16:54:51.042996891 +0200 @@ -28,7 +28,7 @@ %endif Name: onedrive -Version: 2.5.10 +Version: 2.5.11 Release: 0 Summary: Client for One Drive Service for Linux License: GPL-3.0-only @@ -153,6 +153,8 @@ %dir %{_datadir}/icons/hicolor/scalable/ %dir %{_datadir}/icons/hicolor/scalable/places/ %{_datadir}/icons/hicolor/scalable/places/onedrive.svg +%dir %{_datadir}/icons/hicolor/scalable/apps/ +%{_datadir}/icons/hicolor/scalable/apps/onedrive-notifications.svg %files completion-bash %{_datadir}/bash-completion/completions/ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.RpjfQK/_old 2026-07-01 16:54:51.139000204 +0200 +++ /var/tmp/diff_new_pack.RpjfQK/_new 2026-07-01 16:54:51.147000480 +0200 @@ -2,7 +2,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://github.com/abraunegg/onedrive.git</param> - <param name="revision">v2.5.10</param> + <param name="revision">refs/tags/v2.5.11</param> <param name="exclude">onedrive/tests/bad-file-name.tar.xz</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.RpjfQK/_old 2026-07-01 16:54:51.179001584 +0200 +++ /var/tmp/diff_new_pack.RpjfQK/_new 2026-07-01 16:54:51.187001860 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/abraunegg/onedrive.git</param> - <param name="changesrevision">68f379c629cf2c7594f144aeb611d0be44ff31c7</param></service></servicedata> + <param name="changesrevision">0b7299adb170d789d27d517963bc65fb04e0bd63</param></service></servicedata> (No newline at EOF) ++++++ onedrive-2.5.10.obscpio -> onedrive-2.5.11.obscpio ++++++ ++++ 40779 lines of diff (skipped) ++++++ onedrive.obsinfo ++++++ --- /var/tmp/diff_new_pack.RpjfQK/_old 2026-07-01 16:54:52.347041889 +0200 +++ /var/tmp/diff_new_pack.RpjfQK/_new 2026-07-01 16:54:52.379042994 +0200 @@ -1,5 +1,5 @@ name: onedrive -version: 2.5.10 -mtime: 1769767494 -commit: 68f379c629cf2c7594f144aeb611d0be44ff31c7 +version: 2.5.11 +mtime: 1782791783 +commit: 0b7299adb170d789d27d517963bc65fb04e0bd63
