Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package onedrive for openSUSE:Factory 
checked in at 2025-11-06 18:12:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/onedrive (Old)
 and      /work/SRC/openSUSE:Factory/.onedrive.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "onedrive"

Thu Nov  6 18:12:40 2025 rev:32 rq:1315699 version:2.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/onedrive/onedrive.changes        2025-09-30 
17:44:05.641575325 +0200
+++ /work/SRC/openSUSE:Factory/.onedrive.new.1980/onedrive.changes      
2025-11-06 18:13:31.928242914 +0100
@@ -1,0 +2,57 @@
+Wed Nov  5 09:40:09 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- move shell completions out of /usr/local/
+- fix typo completition in Suggests
+
+-------------------------------------------------------------------
+Wed Nov 05 05:38:33 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 2.5.8:
+  * Feature Requests
+    - Implement Feature Request: Add that dotfiles in sync_list
+      should be synced even when skip_dotfiles = "true" (#3456)
+    - Implement Feature Request: Add websocket notification support
+      (#3413)
+    - Implement Feature Request: Add --download-file feature
+      (#3459)
+    - Implement Feature Request: Add option to remove source
+      folders when using --upload-only --remove-source-files
+      (#3473)
+    - Implement Feature Request: Add support for AlmaLinux (#3485)
+    - Implement Feature Request: Add ONEDRIVE_THREADS Docker option
+      (#3494)
+    - Implement Feature Request: Implement Desktop Manager
+      Integration for GNOME and KDE (#3500)
+  * Bug Fixes
+    - Fix Bug: Ensure driveId target is cached for modified file
+      uploads (#3454)
+    - Fix Bug: Ensure that 'use_intune_sso' and 'use_device_auth'
+      cannot be used together (#3453)
+    - Fix Bug: Force DNS Timeout when forcing a libcurl fresh
+      connection (#3468)
+    - Fix Bug: Fix WebSocket connection failure on libcurl 8.12.x
+      by forcing HTTP/1.1 and disabling ALPN/NPN (#3482)
+    - Fix Bug: Fix application crash after deleting file locally
+      (#3481)
+    - Fix Bug: Fix missing user information when syncing shared
+      files (#3483)
+    - Fix Bug: Fix Shared Folder data being deleted due to
+      'skip_dir' entry of '.*' (#3476)
+    - Fix Bug: Fix that if using 'sync_list' only add new JSON
+      items early to allow applyPotentiallyChangedItem() to operate
+      as expected (#3505)
+    - Fix Bug: When using --dry-run use tracked renamed directories
+      to avoid falsely indicating local data is new and uploading
+      as new data (#3503)
+    - Fix Bug: Fix the fetching of maximum open files to be more
+      POSIX compliant (#3508)
+    - Fix Bug: Fix the Handling of WebSocket 'echo' from a local
+      change (#3509)
+  * Other Changes | Fixes
+    - Changed how the file path is computed when there are
+      'skip_dir' entries to be consistent (#3484)
+    - Changed checkJSONAgainstClientSideFiltering() to avoid
+      multiple calls to computeItemPath() (#3489)
+    - Updated documentation
+
+-------------------------------------------------------------------

Old:
----
  onedrive-2.5.7.obscpio

New:
----
  onedrive-2.5.8.obscpio

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

Other differences:
------------------
++++++ onedrive.spec ++++++
--- /var/tmp/diff_new_pack.eeZyNf/_old  2025-11-06 18:13:34.084334489 +0100
+++ /var/tmp/diff_new_pack.eeZyNf/_new  2025-11-06 18:13:34.088334660 +0100
@@ -28,7 +28,7 @@
 %endif
 
 Name:           onedrive
-Version:        2.5.7
+Version:        2.5.8
 Release:        0
 Summary:        Client for One Drive Service for Linux
 License:        GPL-3.0-only
@@ -50,12 +50,12 @@
 Requires:       libdbus-1-3
 Requires:       libnotify4
 Recommends:     logrotate
-Suggests:       onedrive-completition-bash
-Suggests:       onedrive-completition-zsh
+Suggests:       onedrive-completion-bash
+Suggests:       onedrive-completion-zsh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %package completion-bash
-Summary:        OneDrive Bash completition
+Summary:        OneDrive Bash completion
 Group:          Productivity/Networking/Other
 BuildRequires:  bash
 BuildRequires:  bash-completion
@@ -67,16 +67,18 @@
 Supplements:    (%{name} and bash-completion)
 
 %package completion-zsh
-Summary:        OneDrive zsh completition
+Summary:        OneDrive zsh completion
 Group:          Productivity/Networking/Other
+BuildRequires:  zsh
 BuildArch:      noarch
 Requires:       %{name} = %{version}
 Requires:       zsh
 Supplements:    (%{name} and zsh)
 
 %package completion-fish
-Summary:        OneDrive fish completition
+Summary:        OneDrive fish completion
 Group:          Productivity/Networking/Other
+BuildRequires:  fish
 BuildArch:      noarch
 Requires:       %{name} = %{version}
 Requires:       fish
@@ -96,7 +98,6 @@
 
 %prep
 %setup -q
-#sed -i /chown/d Makefile
 sed -i 's/^docdir.*/docdir = @docdir@/g' Makefile.in
 
 %build
@@ -106,7 +107,9 @@
     --with-systemdsystemunitdir=%_unitdir \
     --enable-notifications \
     --enable-completions \
-    --with-bash-completion-dir=/usr/share/bash-completion/completions/
+    --with-bash-completion-dir=%{_datarootdir}/bash-completion/completions/ \
+    --with-zsh-completion-dir=%{_datarootdir}/zsh/site-functions/ \
+    --with-fish-completion-dir=%{_datarootdir}/fish/vendor_completions.d/
 make %{?_smp_mflags} %{name}
 
 %install
@@ -115,6 +118,9 @@
 install -d -m 0755 %{buildroot}%{_localstatedir}/log/%{name}
 rm %{buildroot}%{_docdir}/%{name}/LICENSE
 
+install -D -m 0644 readme.md %{buildroot}%{_docdir}/%{name}/readme.md
+install -D -m 0644 changelog.md %{buildroot}%{_docdir}/%{name}/changelog.md
+
 %pre
 %service_add_pre %{name}@.service
 %service_add_pre %{name}.service
@@ -133,7 +139,6 @@
 
 %files
 %license LICENSE
-%doc readme.md changelog.md
 %config(noreplace) %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %{_bindir}/%{name}
@@ -144,17 +149,17 @@
 %{_localstatedir}/log/%{name}
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}
+%dir %{_datadir}/icons/hicolor/
+%dir %{_datadir}/icons/hicolor/scalable/
+%dir %{_datadir}/icons/hicolor/scalable/places/
+%{_datadir}/icons/hicolor/scalable/places/onedrive.svg
 
 %files completion-bash
 %{_datadir}/bash-completion/completions/
 
 %files completion-zsh
-%dir %{_prefix}/local/share/zsh/
-%dir %{_prefix}/local/share/zsh/site-functions
-%{_prefix}/local/share/zsh/site-functions/_onedrive
+%{_datarootdir}/zsh/site-functions/_onedrive
 
 %files completion-fish
-%dir %{_prefix}/local/share/fish
-%dir %{_prefix}/local/share/fish/completions
-%{_prefix}/local/share/fish/completions/onedrive.fish
+%{_datarootdir}/fish/vendor_completions.d/onedrive.fish
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.eeZyNf/_old  2025-11-06 18:13:34.128336359 +0100
+++ /var/tmp/diff_new_pack.eeZyNf/_new  2025-11-06 18:13:34.132336529 +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.7</param>
+    <param name="revision">v2.5.8</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.eeZyNf/_old  2025-11-06 18:13:34.160337718 +0100
+++ /var/tmp/diff_new_pack.eeZyNf/_new  2025-11-06 18:13:34.164337887 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/abraunegg/onedrive.git</param>
-              <param 
name="changesrevision">0e76dc4ef8df79dbbabed955cfd9a0170024fc4f</param></service></servicedata>
+              <param 
name="changesrevision">529fb4d85edc71c161527d6260325f443f40a328</param></service></servicedata>
 (No newline at EOF)
 

++++++ onedrive-2.5.7.obscpio -> onedrive-2.5.8.obscpio ++++++
++++ 5593 lines of diff (skipped)

++++++ onedrive.obsinfo ++++++
--- /var/tmp/diff_new_pack.eeZyNf/_old  2025-11-06 18:13:34.916369828 +0100
+++ /var/tmp/diff_new_pack.eeZyNf/_new  2025-11-06 18:13:34.924370168 +0100
@@ -1,5 +1,5 @@
 name: onedrive
-version: 2.5.7
-mtime: 1758586508
-commit: 0e76dc4ef8df79dbbabed955cfd9a0170024fc4f
+version: 2.5.8
+mtime: 1762302904
+commit: 529fb4d85edc71c161527d6260325f443f40a328
 

Reply via email to