diff --git a/fastfetch-2.21.3.tar.gz b/fastfetch-2.21.3.tar.gz deleted file mode 100644 index 14e7536..0000000 --- a/fastfetch-2.21.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec1f126ade7a5ef971901b1cdbe79f5864523d7a0a92732991619485d13e2e7 -size 1093534 diff --git a/fastfetch-2.23.0.tar.gz b/fastfetch-2.23.0.tar.gz new file mode 100644 index 0000000..0325ea3 --- /dev/null +++ b/fastfetch-2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c92dd2cb15faf55d87846eda8d14456af2d0e0938998434144074c695c57529 +size 1105725 diff --git a/fastfetch.changes b/fastfetch.changes index 4756724..d272a8e 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung + +- Make completion packages Require the main package + +- update to 2.23.0 + Features: + * Support unity version detection (DE, Linux) + * Print model name in Battery keys if available (Battery) + * Add module Zpool + * Improve performance (Shell / Terminal, Linux) + * Support syntax of padded strings in ---format. {variablepadlength} are supported. + If pad length is greater than the length of the variable, the variable will be padded with spaces. + fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1<20})' prints Command: output(12345 ) + fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1>20})' prints Command: output( 12345) + If pad length is less than the length of the variable, the variable will be truncated. + Bugfixes: + * Fix broken --list-presets + * Update zsh completion script + * Don't print * if defaultRouteOnly is set (NetIO) + * Fix Camera module incorrectly disabled on FreeBSD (Camera, FreeBSD) + * Fix hanging on screen 5.0 (Terminal) + +------------------------------------------------------------------- +Mon Aug 26 07:03:48 UTC 2024 - Gordon Leung + +- update to 2.22.0 + Features: + * Small performance improvements (Terminal, Editor) + * Improve arm32 and loongarch support (CPU, Linux) + * Ignore the parent process if env $FFTS_IGNORE_PARENT is set to 1 (Shell) + * Add code name of Apple M4 (CPU, Linux) + * Add ethernet speed rate detection support (LocalIP) + * Add zsh completion script + * Add Linglong package manager detection support (Packages, Linux) + Bugfixes: + * Fix tmux in linux TTY (Colors) + * Fix hang in WSL when custom format is used (Disk, Linux) + * Fix /proc/loadavg parsing (Loadavg, Linux) + * Disable use of LC_NUMERIC locale settings to fix parsing of decimal numbers + * Fix possible segfault (DiskIO, Linux) + * Honor preciseRefreshRate in custom format (Display) + ------------------------------------------------------------------- Thu Aug 15 17:15:17 UTC 2024 - RN diff --git a/fastfetch.spec b/fastfetch.spec index 8452e84..6bbf39d 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.21.3 +Version: 2.23.0 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT @@ -74,6 +74,7 @@ MacOS and Windows 7+ are supported. %package fish-completion Summary: Fish Completion for %{name} Supplements: (%{name} and fish) +Requires: fastfetch Requires: fish BuildArch: noarch @@ -84,11 +85,22 @@ Fish command-line completion support for %{name}. Summary: Bash Completion for %{name} Supplements: (%{name} and bash-completion) Requires: bash-completion +Requires: fastfetch BuildArch: noarch %description bash-completion Bash command-line completion support for %{name}. +%package zsh-completion +Summary: Zsh Completion for %{name} +Supplements: (%{name} and zsh) +Requires: fastfetch +Requires: zsh +BuildArch: noarch + +%description zsh-completion +Zsh command-line completion support for %{name}. + %prep %autosetup @@ -117,4 +129,9 @@ Bash command-line completion support for %{name}. %dir %{_datadir}/fish/vendor_completions.d %{_datadir}/fish/vendor_completions.d/fastfetch.fish +%files zsh-completion +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_fastfetch + %changelog