From 0994607433226a4abebad471e95f652afb1beb0cbdec808e0acb92b7c997855b Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Mon, 12 Feb 2024 17:18:14 +0000 Subject: [PATCH] - update to version 2.8.3: Bugfixes: * Fix GPU name detection for AMD graphic cards (GPU, Linux / FreeBSD) Bugfixes: OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=41 --- fastfetch-2.8.0.tar.gz | 3 --- fastfetch-2.8.3.tar.gz | 3 +++ fastfetch.changes | 9 ++++++++- fastfetch.spec | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 fastfetch-2.8.0.tar.gz create mode 100644 fastfetch-2.8.3.tar.gz diff --git a/fastfetch-2.8.0.tar.gz b/fastfetch-2.8.0.tar.gz deleted file mode 100644 index 613d493..0000000 --- a/fastfetch-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e5da41831617390702b59e05cbad4e1761a4effae2919e6998b9ec4f3fa6642 -size 1005952 diff --git a/fastfetch-2.8.3.tar.gz b/fastfetch-2.8.3.tar.gz new file mode 100644 index 0000000..b9aa3aa --- /dev/null +++ b/fastfetch-2.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60c357738fe2f0a82fb2a11dd01015b5c36e8c3da394c448a065807b7a56953 +size 1007260 diff --git a/fastfetch.changes b/fastfetch.changes index e8070bf..5ac7818 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 12 17:17:12 UTC 2024 - Gordon Leung + +- update to version 2.8.3: + Bugfixes: + * Fix GPU name detection for AMD graphic cards (GPU, Linux / FreeBSD) + ------------------------------------------------------------------- Sat Feb 10 05:44:13 UTC 2024 - Gordon Leung @@ -6,7 +13,7 @@ Sat Feb 10 05:44:13 UTC 2024 - Gordon Leung * Rewrite GPU module, drop libpci dependency (GPU, Linux) * Detect marketing name of Apple Silicon CPUs for asahi linux (CPU, Linux) * Add new module Camera, which prints the name and resolution of connected cameras -Bugfixes: + Bugfixes: * Fix compatibility with packages installed by flatpak (Terminal, Linux) * Don't show not connected if no power adapter is found (macOS / Linux, PowerAdapter) * Make format of battery status be consistent with other platforms (Linux, Battery) diff --git a/fastfetch.spec b/fastfetch.spec index 31dd786..e777712 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.8.0 +Version: 2.8.3 Release: 0 Summary: Neofetch-like tool written in C License: MIT