From 292dec00758bba6a80f55f79591342362829189844f88c705cdb9a3ed8f74e14 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Fri, 8 Mar 2024 06:28:07 +0000 Subject: [PATCH] - update to version 2.8.8: Bugfixes: * Fix old fish version compatibility * Fix truncated texts in --help format * Fix old vulkan-header and libdrm library compatibility (Linux) * Fix possible segfaults in --help *-format * Fix invalid resolution detection when using libdrm (Linux, Display) * Fix segfault when /sys/devices/system/cpu/cpufreq/ doesn't exist (CPU, Linux) * Don't detect SessionLeader as terminal (Terminal, Linux) * Fix detection of client IP (Users, Linux) OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=50 --- fastfetch-2.8.7.tar.gz | 3 --- fastfetch-2.8.8.tar.gz | 3 +++ fastfetch.changes | 15 +++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.8.7.tar.gz create mode 100644 fastfetch-2.8.8.tar.gz diff --git a/fastfetch-2.8.7.tar.gz b/fastfetch-2.8.7.tar.gz deleted file mode 100644 index 8aab0e5..0000000 --- a/fastfetch-2.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5382b12a0df30afaa99f17b284a151009b0e15a5ad73d13f140a3b8a460fd9c -size 1013771 diff --git a/fastfetch-2.8.8.tar.gz b/fastfetch-2.8.8.tar.gz new file mode 100644 index 0000000..c297dd1 --- /dev/null +++ b/fastfetch-2.8.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179c4a4d9e725104ebabd5932b1d659a99dbdfc225a1ee0261944d168abccf05 +size 1014055 diff --git a/fastfetch.changes b/fastfetch.changes index f6321b7..7ce5e28 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 8 06:26:35 UTC 2024 - Gordon Leung + +- update to version 2.8.8: + Bugfixes: + * Fix old fish version compatibility + * Fix truncated texts in --help format + * Fix old vulkan-header and libdrm library compatibility (Linux) + * Fix possible segfaults in --help *-format + * Fix invalid resolution detection when using libdrm (Linux, Display) + * Fix segfault when /sys/devices/system/cpu/cpufreq/ doesn't exist (CPU, Linux) + * Don't detect SessionLeader as terminal (Terminal, Linux) + * Fix detection of client IP (Users, Linux) + + ------------------------------------------------------------------- Sat Mar 2 13:13:39 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index 9eb8375..9f9f955 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.8.7 +Version: 2.8.8 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT