Accepting request 1192765 from utilities
- update to 2.21.1 Changes: * On Linux, FreeBSD and SunOS, a new recommended dependency libelf` is introduced to extract strings in ELF binary, used for - st term font detection when the term font is compiled directly into the binary - fast path of systemd version detection Features: * Improve performance of - kitty version detection (Terminal, Linux) - st term font detection (TerminalFont, Linux) - systemd version detection (InitSystem, Linux) Bugfixes: - Fix building error without `linux/wireless.h` (Wifi, Linux) - Fix wrong GPU max frequency on Asahi Linux (GPU, Linux) - Don't rely `$XDG_SESSION_TYPE` for detecting wm protocol (WM, Linux) - Fix light color doesn't work on Linux console (Colors, Linux) - `LC_ALL`, if set, overrides every other locale-related environment variable (Locale) - Increase timeout of DBus calls (Linux) OBS-URL: https://build.opensuse.org/request/show/1192765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=39
This commit is contained in:
commit
08ec69be49
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21d085a612b6bd9ab0f4e7bffe2632e313e6f67d432251cfd5a7f877b7194733
|
||||
size 1086262
|
3
fastfetch-2.21.1.tar.gz
Normal file
3
fastfetch-2.21.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67afc33bc1ad321cecf9e4c6f22b09d85020d0beacb10c31008d1111a6a72b70
|
||||
size 1089392
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 03:21:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
- update to 2.21.1
|
||||
Changes:
|
||||
* On Linux, FreeBSD and SunOS, a new recommended dependency
|
||||
libelf` is introduced to extract strings in ELF binary, used for
|
||||
- st term font detection when the term font is compiled directly into the binary
|
||||
- fast path of systemd version detection
|
||||
Features:
|
||||
* Improve performance of
|
||||
- kitty version detection (Terminal, Linux)
|
||||
- st term font detection (TerminalFont, Linux)
|
||||
- systemd version detection (InitSystem, Linux)
|
||||
Bugfixes:
|
||||
- Fix building error without `linux/wireless.h` (Wifi, Linux)
|
||||
- Fix wrong GPU max frequency on Asahi Linux (GPU, Linux)
|
||||
- Don't rely `$XDG_SESSION_TYPE` for detecting wm protocol (WM, Linux)
|
||||
- Fix light color doesn't work on Linux console (Colors, Linux)
|
||||
- `LC_ALL`, if set, overrides every other locale-related environment variable (Locale)
|
||||
- Increase timeout of DBus calls (Linux)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 09:18:46 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fastfetch
|
||||
Version: 2.21.0
|
||||
Version: 2.21.1
|
||||
Release: 0
|
||||
Summary: Neofetch-like tool written mostly in C
|
||||
License: MIT
|
||||
@ -38,6 +38,7 @@ BuildRequires: pkgconfig(DirectX-Headers)
|
||||
BuildRequires: pkgconfig(ImageMagick)
|
||||
BuildRequires: pkgconfig(chafa)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(libelf)
|
||||
BuildRequires: pkgconfig(libxfconf-0)
|
||||
BuildRequires: pkgconfig(ocl-icd)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
|
Loading…
Reference in New Issue
Block a user