From 9fd423e5e9faf66aa6dd2a00679c901074afd7c7eeb2b89de0191000578c2a46 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Wed, 14 Aug 2024 04:31:35 +0000 Subject: [PATCH] - update to 2.21.2 Features: * Support --stat to display long running modules in yellow or red Bugfixes: * Fix bad Intel Arc GPU name and type detection (GPU, Linux) * Fix uninited struct fields (GPU, Linux) * Skip cpu model smbios detection on ARM platforms (CPU, Linux) * Fixing detection of pthread_timedjoin_np (Linux) OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=97 --- fastfetch-2.21.1.tar.gz | 3 --- fastfetch-2.21.2.tar.gz | 3 +++ fastfetch.changes | 12 ++++++++++++ fastfetch.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.21.1.tar.gz create mode 100644 fastfetch-2.21.2.tar.gz diff --git a/fastfetch-2.21.1.tar.gz b/fastfetch-2.21.1.tar.gz deleted file mode 100644 index ed82244..0000000 --- a/fastfetch-2.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67afc33bc1ad321cecf9e4c6f22b09d85020d0beacb10c31008d1111a6a72b70 -size 1089392 diff --git a/fastfetch-2.21.2.tar.gz b/fastfetch-2.21.2.tar.gz new file mode 100644 index 0000000..43d4b31 --- /dev/null +++ b/fastfetch-2.21.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680ade11a293429ae8724b6335bd27b7a165b3c3f3e8203e185a1582c8b0cd08 +size 1093402 diff --git a/fastfetch.changes b/fastfetch.changes index 71bf9dd..0034360 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Aug 14 04:30:20 UTC 2024 - Gordon Leung + +- update to 2.21.2 + Features: + * Support --stat to display long running modules in yellow or red + Bugfixes: + * Fix bad Intel Arc GPU name and type detection (GPU, Linux) + * Fix uninited struct fields (GPU, Linux) + * Skip cpu model smbios detection on ARM platforms (CPU, Linux) + * Fixing detection of pthread_timedjoin_np (Linux) + ------------------------------------------------------------------- Fri Aug 9 03:21:10 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index 3cf5e02..5c815fe 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.21.1 +Version: 2.21.2 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT