Accepting request 1146250 from utilities

- 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/request/show/1146250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-02-13 21:42:49 +00:00 committed by Git OBS Bridge
commit a70a3ab086
4 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e5da41831617390702b59e05cbad4e1761a4effae2919e6998b9ec4f3fa6642
size 1005952

3
fastfetch-2.8.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f60c357738fe2f0a82fb2a11dd01015b5c36e8c3da394c448a065807b7a56953
size 1007260

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 12 17:17:12 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- 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 <pirateclip@protonmail.com>
@ -6,7 +13,7 @@ Sat Feb 10 05:44:13 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
* 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)

View File

@ -17,13 +17,13 @@
Name: fastfetch
Version: 2.8.0
Version: 2.8.3
Release: 0
Summary: Neofetch-like tool written in C
Summary: Neofetch-like tool written mostly in C
License: MIT
Group: Productivity/Text/Utilities
URL: https://github.com/LinusDierheimer/fastfetch
Source: https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
URL: https://github.com/fastfetch-cli/fastfetch
Source: https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: Mesa-devel
BuildRequires: cmake
BuildRequires: gcc
@ -58,7 +58,7 @@ Recommends: zlib
%description
Fastfetch is a neofetch-like tool for fetching system information and
displaying them in a pretty way. It is written in pure C, with performance and
displaying them in a pretty way. It is written mainly in C, with performance and
customizability in mind. Currently Linux, Android, FreeBSD,
MacOS and Windows 7+ are supported.