Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fastfetch for openSUSE:Factory checked in at 2024-09-04 13:26:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fastfetch (Old) and /work/SRC/openSUSE:Factory/.fastfetch.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fastfetch" Wed Sep 4 13:26:33 2024 rev:42 rq:1198549 version:2.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fastfetch/fastfetch.changes 2024-08-16 12:24:21.720807605 +0200 +++ /work/SRC/openSUSE:Factory/.fastfetch.new.10096/fastfetch.changes 2024-09-04 13:26:37.602792826 +0200 @@ -1,0 +2,43 @@ +Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung <piratec...@protonmail.com> + +- 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 --<module>-format. {variable<padlength} and {variable>padlength} 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 <piratec...@protonmail.com> + +- 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) + +------------------------------------------------------------------- Old: ---- fastfetch-2.21.3.tar.gz New: ---- fastfetch-2.23.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fastfetch.spec ++++++ --- /var/tmp/diff_new_pack.hDgVm0/_old 2024-09-04 13:26:38.418826949 +0200 +++ /var/tmp/diff_new_pack.hDgVm0/_new 2024-09-04 13:26:38.418826949 +0200 @@ -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 @@ %package fish-completion Summary: Fish Completion for %{name} Supplements: (%{name} and fish) +Requires: fastfetch Requires: fish BuildArch: noarch @@ -84,11 +85,22 @@ 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,3 +129,8 @@ %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 + ++++++ fastfetch-2.21.3.tar.gz -> fastfetch-2.23.0.tar.gz ++++++ ++++ 4144 lines of diff (skipped)