Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zoxide for openSUSE:Factory checked 
in at 2025-05-30 14:34:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zoxide (Old)
 and      /work/SRC/openSUSE:Factory/.zoxide.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zoxide"

Fri May 30 14:34:54 2025 rev:12 rq:1280952 version:0.9.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/zoxide/zoxide.changes    2025-02-10 
18:38:28.703974617 +0100
+++ /work/SRC/openSUSE:Factory/.zoxide.new.25440/zoxide.changes 2025-05-30 
17:28:14.314496529 +0200
@@ -1,0 +2,24 @@
+Wed May 28 13:27:53 UTC 2025 - Andrea Manzini <andrea.manz...@suse.com>
+
+- Update to 0.9.8:
+  Added
+  * Support for Tcsh.
+  * Added --score flag to zoxide add.
+  * POSIX: add doctor to diagnose common issues.
+  * Nushell: add CLI completions.
+  Changed
+  * Bash: zoxide will now automatically cd when selecting Space-Tab 
completions.
+  Fixed
+  * Bash: doctor now handles PROMPT_COMMAND being an array.
+  * Bash: doctor now handles Visual Studio Code's shell integration.
+  * Bash: completions now work with ble.sh.
+  * Nushell: stop ignoring symlinks when cd-ing into a directory.
+  * Fzf: updated minimum supported version to v0.51.0.
+  * PowerShell: avoid setting $error when defining __zoxide_hooked.
+  * PowerShell: handle special characters in file paths when cd-ing into them.
+  * Database corruption issue when the filesystem is 100% full.
+
+- added %check section to run unit tests
+- compress manpages
+
+-------------------------------------------------------------------

Old:
----
  zoxide-0.9.7.tar.gz

New:
----
  zoxide-0.9.8.tar.gz

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

Other differences:
------------------
++++++ zoxide.spec ++++++
--- /var/tmp/diff_new_pack.IH1Wge/_old  2025-05-30 17:28:14.838518232 +0200
+++ /var/tmp/diff_new_pack.IH1Wge/_new  2025-05-30 17:28:14.842518398 +0200
@@ -17,9 +17,8 @@
 
 
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
-
 Name:           zoxide
-Version:        0.9.7
+Version:        0.9.8
 Release:        0
 Summary:        A smarter cd command
 License:        MIT
@@ -28,7 +27,9 @@
 Source0:        %{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
 BuildRequires:  cargo
-BuildRequires:  rust >= 1.31
+BuildRequires:  cargo-packaging
+BuildRequires:  gzip
+BuildRequires:  rust >= 1.85.0
 
 %description
 zoxide is a smarter cd command, inspired by z and autojump. It remembers
@@ -45,16 +46,21 @@
 %install
 export RUSTFLAGS=%{rustflags}
 RUSTFLAGS=%{rustflags} cargo install --path . --root=%{buildroot}%{_prefix} 
%{?_smp_mflags}
+# compress manpages
+gzip man/man1/%{name}*.1
 
 # install manpages
 ls -la
-install -Dpm 644 man/man1/%{name}*.1 -t %{buildroot}%{_mandir}/man1/
+install -Dpm 644 man/man1/%{name}*.1%{?ext_man} -t %{buildroot}%{_mandir}/man1/
 
 # install shell completions
 install -Dpm 644 contrib/completions/%{name}.bash 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
 install -Dpm 644 contrib/completions/_%{name} -t 
%{buildroot}%{_datadir}/zsh/site-functions/
 install -Dpm 644 contrib/completions/%{name}.fish -t 
%{buildroot}/%{_datadir}/fish/vendor_completions.d/
 
+%check
+%{cargo_test}
+
 # remove residue crate file
 rm -f %{buildroot}%{_prefix}/.crates*
 
@@ -62,7 +68,7 @@
 %license LICENSE
 %doc CHANGELOG.md README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}*.1*
+%{_mandir}/man1/%{name}*.1%{?ext_man}
 %{_datadir}/bash-completion/completions/%{name}
 %dir %{_datadir}/zsh
 %dir %{_datadir}/zsh/site-functions

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IH1Wge/_old  2025-05-30 17:28:14.874519723 +0200
+++ /var/tmp/diff_new_pack.IH1Wge/_new  2025-05-30 17:28:14.878519889 +0200
@@ -3,7 +3,7 @@
         <param name="url">https://github.com/ajeetdsouza/zoxide</param>
         <param name="scm">git</param>
         <param name="exclude">.git</param>
-        <param name="revision">v0.9.7</param>
+        <param name="revision">v0.9.8</param>
         <param name="versionformat">@PARENT_TAG@</param>
         <param name="versionrewrite-pattern">v(.*)</param>
     </service>

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/zoxide/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.zoxide.new.25440/vendor.tar.xz differ: char 15, 
line 1

++++++ zoxide-0.9.7.tar.gz -> zoxide-0.9.8.tar.gz ++++++
++++ 2652 lines of diff (skipped)

Reply via email to