SHA256
1
0
forked from pool/fastfetch

Accepting request 1200672 from utilities

- update to 2.24.0
  Changes:
    * Support of --lib-XXX is removed
     - If fastfetch fails to load some .so .dylib libraries,
       LD_LIBRARY_PATH should be used.
  Features:
    * Detect more ARM microarchitectures and SOC names (CPU, Linux)
    * Support board name detection for Asahi Linux (Board, Linux)
    * Add new option --command-param to customize the parameters when running shell
    * Support syntax of sub string in --<module>-format: {variable~startIndex,endIndex}
     - See fastfetch -h format for detail
  Bugfixes:
    * Fix tests building when system yyjson is used
    * Fix dinit detection; support dinit version detection (InitSystem, Linux)
    * Fix signal quality, refresh rate and maybe others in custom format
    * Fix boot time calculation (Uptime, Linux)
    * Fix custom format for boolean values
     - `{?false-value}This should not print{?}{?true-value}This should print{?}`
       will print `This should print`

OBS-URL: https://build.opensuse.org/request/show/1200672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=43
This commit is contained in:
Ana Guerrero 2024-09-13 12:33:40 +00:00 committed by Git OBS Bridge
commit fa23f927e2
4 changed files with 27 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Sep 12 14:37:36 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- update to 2.24.0
Changes:
* Support of --lib-XXX is removed
- If fastfetch fails to load some .so .dylib libraries,
LD_LIBRARY_PATH should be used.
Features:
* Detect more ARM microarchitectures and SOC names (CPU, Linux)
* Support board name detection for Asahi Linux (Board, Linux)
* Add new option --command-param to customize the parameters when running shell
* Support syntax of sub string in --<module>-format: {variable~startIndex,endIndex}
- See fastfetch -h format for detail
Bugfixes:
* Fix tests building when system yyjson is used
* Fix dinit detection; support dinit version detection (InitSystem, Linux)
* Fix signal quality, refresh rate and maybe others in custom format
* Fix boot time calculation (Uptime, Linux)
* Fix custom format for boolean values
- `{?false-value}This should not print{?}{?true-value}This should print{?}`
will print `This should print`
-------------------------------------------------------------------
Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

@ -17,7 +17,7 @@
Name: fastfetch
Version: 2.23.0
Version: 2.24.0
Release: 0
Summary: Neofetch-like tool written mostly in C
License: MIT