From 4a4d7538c02d829a858ff7999ec0345f60665820a614bf3c54c2b905fbe3fccb Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Fri, 23 Feb 2024 17:44:06 +0000 Subject: [PATCH] - update to version 2.8.5: Bugfixes: * Fix segfault if we fail to find Vendor ID in lscpu (CPU, Linux) * Fix multi-device bcachefs filesystem compatibility (Disk, Linux) Features: * Support --color-block-width and --color-block-range (Colors) * Support --diskio-detect-total to show total bytes read/written (DiskIO) * Support --netio-detect-total to show total bytes received/sent (NetIO) * Support --packages-disabled to disable specified package manager (Packages) * Support --display-order to sort multiple displays in a specific order (Display) * Support --display-compact-type original-with-refresh-rate to show refresh rates in compact / oneline mode (Display) OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=44 --- fastfetch-2.8.3.tar.gz | 3 --- fastfetch-2.8.5.tar.gz | 3 +++ fastfetch.changes | 15 +++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.8.3.tar.gz create mode 100644 fastfetch-2.8.5.tar.gz diff --git a/fastfetch-2.8.3.tar.gz b/fastfetch-2.8.3.tar.gz deleted file mode 100644 index b9aa3aa..0000000 --- a/fastfetch-2.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f60c357738fe2f0a82fb2a11dd01015b5c36e8c3da394c448a065807b7a56953 -size 1007260 diff --git a/fastfetch-2.8.5.tar.gz b/fastfetch-2.8.5.tar.gz new file mode 100644 index 0000000..dbe24a9 --- /dev/null +++ b/fastfetch-2.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d72869c91f3c4f6e7cd9bb91431147108bffbdc8c351aa616eb4a6c900386de +size 1010575 diff --git a/fastfetch.changes b/fastfetch.changes index 5ac7818..454ca29 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Feb 23 17:41:26 UTC 2024 - Gordon Leung + +- update to version 2.8.5: + Bugfixes: + * Fix segfault if we fail to find Vendor ID in lscpu (CPU, Linux) + * Fix multi-device bcachefs filesystem compatibility (Disk, Linux) + Features: + * Support --color-block-width and --color-block-range (Colors) + * Support --diskio-detect-total to show total bytes read/written (DiskIO) + * Support --netio-detect-total to show total bytes received/sent (NetIO) + * Support --packages-disabled to disable specified package manager (Packages) + * Support --display-order to sort multiple displays in a specific order (Display) + * Support --display-compact-type original-with-refresh-rate to show refresh rates in compact / oneline mode (Display) + ------------------------------------------------------------------- Mon Feb 12 17:17:12 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index 248a4fe..e47091e 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.8.3 +Version: 2.8.5 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT