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-02-03 21:28:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/onedrive (Old) and /work/SRC/openSUSE:Factory/.onedrive.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "onedrive" Tue Feb 3 21:28:44 2026 rev:34 rq:1330368 version:2.5.10 Changes: -------- --- /work/SRC/openSUSE:Factory/onedrive/onedrive.changes 2025-11-07 18:24:28.708539583 +0100 +++ /work/SRC/openSUSE:Factory/.onedrive.new.1995/onedrive.changes 2026-02-03 21:29:59.656841324 +0100 @@ -1,0 +2,88 @@ +Fri Jan 30 13:52:28 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.5.10: + * Feature Requests + - Implement Feature Request: Add configuration option + 'disable_version_check' (#3530) + - Implement Feature Request: Add automatic debug logging output + redaction (#3549) + * Bug Fixes + - Fix Bug: Fix timestamp and hash evaluation to avoid + unnecessary file version creation online (#3526) + - Fix Bug: Fix that websocket do not work with Sharepoint + libraries (#3533) + - Fix Bug: Fix that large files fail to download due + operational timeout being exceeded (#3541) + - Fix Bug: Fix hash functions read efficiency to support + 'on-demand' development work (#3544) + - Fix Bug: Fix that safeBackup crashes when attempting backing + up a non-existent local path (#3545) + - Fix Bug: Fix to that the application only performs + safeBackup() on deleted items only when a hash change is + detected (#3546) + - Fix Bug: Prevent mis-configuration where 'recycle_bin_path' + is inside 'sync_dir' (#3552) + - Fix Bug: Harden logging initialisation: fall back to home + directory when log_dir is not writeable (#3555) + - Fix Bug: Ensure mkdirRecurse() is correctly wrapped in try + block (#3566) + - Fix Bug: Fix that 'remove_source_files' does not remove the + source file when the file already exists in OneDrive (#3572) + - Fix Bug: Enhance displayFileSystemErrorMessage() to include + details of the actual path (#3574) + - Fix Bug: Enhance downloadFileItem() to ensure greater clarity + on download failures (#3575) + - Fix Bug: Prevent malformed 'skip_dir' / 'skip_file' rules + when using multiple config entries (#3576) + - Fix Bug: Detect and prevent 'skip_dir' / 'skip_file' rules + shadowing 'sync_list' inclusions (#3577) + - Fix Bug: Fix 'skip_dir' and 'skip_file' shadow detection for + rooted 'sync_list' paths (#3578) + - Fix Bug: Fix 'skip_dir' directory exclusion by normalising + input paths before matching (#3580) + - Fix Bug: Fix testInternetReachability() function to ensure + same curl options used in a consistent manner (#3581) + - Fix Bug: Fix performPermanentDelete() to ensure zero content + length is set (#3585) + - Fix Bug: Fix safeRemove() to retry on EINTR / EBUSY + filesystem responses to support 'on-demand' development work + (#3586) + - Fix Bug: Fix safeRename() to retry on EINTR / EBUSY + filesystem responses to support 'on-demand' development work + (#3587) + - Fix Bug: Fix safeBackup() to retry on EINTR / EBUSY + filesystem responses to support 'on-demand' development work + (#3589) + - Fix Bug: Fix WebSocket reconnect cleanup to prevent GC + finalisation crash (#3582) + - Fix Bug: Fix setLocalPathTimestamp() to retry on EINTR / + EBUSY filesystem responses to support 'on-demand' development + work (#3591) + - Fix Bug: Fix incorrect handling of failed safeRename() + operations to support 'on-demand' development work (#3592) + - Fix Bug: Fix Docker entrypoint handling for non-root --user + execution (#3602) + - Fix Bug: Fix getRemainingFreeSpaceOnline() and correctly + handle zero data traversal events for quota tracking (#3618) + - Fix Bug: Fix getRemainingFreeSpaceOnline() for Business and + SharePoint Accounts (#3621) + - Fix Bug: Fix OAuth authorisation code parsing and encoding + during token redemption (#3625) + - Fix Bug: Fix Graph search(q=…) escaping for apostrophes + (#3624) + - Fix Bug: Fix handling of 204 No Content responses for + Microsoft Graph PATCH requests (#3620) + * Other Changes | Fixes + - Improve --resync warning prompt for clarity and safer + operation (#3562) + - Updated Dockerfiles to support newer distributions and + associated components (#3565) + - FreeBSD: Select inotify type (libc or libnotify) based on + FreeBSD version (#3579) + - Update that --force and --force-sync cannot be used with + --resync (#3593) + - Updated completion files to align to application + functionality + - Updated documentation + +------------------------------------------------------------------- Old: ---- onedrive-2.5.9.obscpio New: ---- onedrive-2.5.10.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ onedrive.spec ++++++ --- /var/tmp/diff_new_pack.iY4AVC/_old 2026-02-03 21:30:00.736886656 +0100 +++ /var/tmp/diff_new_pack.iY4AVC/_new 2026-02-03 21:30:00.740886824 +0100 @@ -1,7 +1,7 @@ # # spec file for package onedrive # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2018-2022 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -28,7 +28,7 @@ %endif Name: onedrive -Version: 2.5.9 +Version: 2.5.10 Release: 0 Summary: Client for One Drive Service for Linux License: GPL-3.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.iY4AVC/_old 2026-02-03 21:30:00.784888672 +0100 +++ /var/tmp/diff_new_pack.iY4AVC/_new 2026-02-03 21:30:00.792889007 +0100 @@ -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.9</param> + <param name="revision">v2.5.10</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.iY4AVC/_old 2026-02-03 21:30:00.820890183 +0100 +++ /var/tmp/diff_new_pack.iY4AVC/_new 2026-02-03 21:30:00.824890351 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/abraunegg/onedrive.git</param> - <param name="changesrevision">b5bbf4f292e49a0557c271a73c09cc25ee79239c</param></service></servicedata> + <param name="changesrevision">68f379c629cf2c7594f144aeb611d0be44ff31c7</param></service></servicedata> (No newline at EOF) ++++++ onedrive-2.5.9.obscpio -> onedrive-2.5.10.obscpio ++++++ ++++ 7645 lines of diff (skipped) ++++++ onedrive.obsinfo ++++++ --- /var/tmp/diff_new_pack.iY4AVC/_old 2026-02-03 21:30:01.572921748 +0100 +++ /var/tmp/diff_new_pack.iY4AVC/_new 2026-02-03 21:30:01.580922084 +0100 @@ -1,5 +1,5 @@ name: onedrive -version: 2.5.9 -mtime: 1762387235 -commit: b5bbf4f292e49a0557c271a73c09cc25ee79239c +version: 2.5.10 +mtime: 1769767494 +commit: 68f379c629cf2c7594f144aeb611d0be44ff31c7
