Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6ece08b6aa | |||
| bedd8eae60 | |||
| 76702818cf | |||
| dbec0eb13c | |||
| 268d68965c | |||
|
|
5de10e1698 |
2
_service
2
_service
@@ -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.6</param>
|
||||
<param name="revision">v0.9.8</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ae9d50c7ec8ae8857b391fb72b7e45bde654c8cda823a2ba3d1b87683c24bd0
|
||||
size 15844080
|
||||
oid sha256:7190529941663d73e4a140712acf4120e8fe12606307b3a83927a923a8011b3a
|
||||
size 10235500
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ebb9917ab0378b855bac2ca5c97aa3ca8030fef28f3b48898c0f5fdae5c44c0
|
||||
size 978617
|
||||
3
zoxide-0.9.8.tar.gz
Normal file
3
zoxide-0.9.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33d6a888e2c242398bb7f65f21d20e88d2a656580791ef6d64e2e2dbe7f6cd21
|
||||
size 2007493
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 13:12:09 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- fix build without %check (boo#1227364)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 13:27:53 UTC 2025 - Andrea Manzini <andrea.manzini@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 07:45:43 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.7:
|
||||
Added:
|
||||
* Nushell: support for 0.102.0.
|
||||
* Bash / Zsh: add doctor to diagnose common issues.
|
||||
Fixed:
|
||||
* ksh: alias to regular POSIX implementation for better compatibility.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 13:15:08 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
18
zoxide.spec
18
zoxide.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zoxide
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,8 @@
|
||||
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
|
||||
Name: zoxide
|
||||
Version: 0.9.6
|
||||
Version: 0.9.8
|
||||
Release: 0
|
||||
Summary: A smarter cd command
|
||||
License: MIT
|
||||
@@ -28,7 +27,9 @@ URL: https://github.com/ajeetdsouza/zoxide
|
||||
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,10 +46,12 @@ cargo build --release %{?_smp_mflags}
|
||||
%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}
|
||||
@@ -58,11 +61,14 @@ install -Dpm 644 contrib/completions/%{name}.fish -t %{buildroot}/%{_datadir}/fi
|
||||
# remove residue crate file
|
||||
rm -f %{buildroot}%{_prefix}/.crates*
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
%files
|
||||
%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
|
||||
|
||||
Reference in New Issue
Block a user