Accepting request 1127946 from home:dirkmueller:Factory

- update to 2.2.3:
  * Update the latest mac models (Host, macOS)
  * Fix terminal detection on NixOS (Terminal)
  * `--percent-type` now defaults to 9 (colored percentage
    numbers)
  * `fastfetch` now prints LocalIp module by default
  * Features:
  * LocalIP module now prints netmask in CIDR format for IPv4
  * Bios module now detects system firmware type (Bios)
  * Improve detection of `Battery`
  * Detect cycle count on supported platforms
  * Detect temperature on Linux when supported
  * Status detection on macOS has been adjusted to be consistant
    with other platforms
  * Linux binaries are built with imagemagick7 support
  * Update NixOS_small
  * Hotfix release for #606
  * Fix broken presets due to the breaking changes introduced in
  * Features:
  * Pretty print `fastfetch --help`
  * This release introduces a new option `--migrate-config`,
    which migrates old flag based config file to new JSONC format
  * Changes:
  * `--pipe` and `--stat` are moved from `general` options to
    `display` options. This affects cjson configuration.
  * Display keys `percent*` and `size*` in JSON config are
    restructured. e.g. `{ "sizeNdigits": 1 }` is now `{ "size": {
    "ndigits": 1 } }`
  * With the introduction of `--migrate-config`, the old flag
    based config file is deprecated, and will be removed in 3.0.0

OBS-URL: https://build.opensuse.org/request/show/1127946
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=27
This commit is contained in:
Soc Virnyl Estela 2023-11-22 05:12:16 +00:00 committed by Git OBS Bridge
parent 85c63a1621
commit 5983198361
4 changed files with 104 additions and 13 deletions

View File

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

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

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

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Tue Nov 21 15:32:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.3:
* Update the latest mac models (Host, macOS)
* Fix terminal detection on NixOS (Terminal)
* `--percent-type` now defaults to 9 (colored percentage
numbers)
* `fastfetch` now prints LocalIp module by default
* Features:
* LocalIP module now prints netmask in CIDR format for IPv4
* Bios module now detects system firmware type (Bios)
* Improve detection of `Battery`
* Detect cycle count on supported platforms
* Detect temperature on Linux when supported
* Status detection on macOS has been adjusted to be consistant
with other platforms
* Linux binaries are built with imagemagick7 support
* Update NixOS_small
* Hotfix release for #606
* Fix broken presets due to the breaking changes introduced in
* Features:
* Pretty print `fastfetch --help`
* This release introduces a new option `--migrate-config`,
which migrates old flag based config file to new JSONC format
* Changes:
* `--pipe` and `--stat` are moved from `general` options to
`display` options. This affects cjson configuration.
* Display keys `percent*` and `size*` in JSON config are
restructured. e.g. `{ "sizeNdigits": 1 }` is now `{ "size": {
"ndigits": 1 } }`
* With the introduction of `--migrate-config`, the old flag
based config file is deprecated, and will be removed in 3.0.0
(next major version)
* Support of `--gen-config conf` is deprecated accordingly, and
will be removed in 2.3.0 (next minor version)
* The global flag `--allow-slow-operations` is splitted into
some explicit flags in differnet modules
* `--packages-winget`: control whether `winget` packages count
should be detected. Note it's a very slow operation, please
enable it with caution.
* `--chassis-use-wmi`: control whether `WMI` query should be
used to detect chassis type, which detects more information,
but slower. This flag only affects `--chassis-format` and
`--format json`.
* `--battery-use-setup-api`: control whether `SetupAPI` should
be used on Windows to detect battery info, which supports
multi batteries, but slower.
* `--wm-detect-plugin`: control whether WM plugins should be
detected. Note it's implemented with global processes
enumeration and can report false results.
* `--de-slow-version-detection`: control DE version should be
detected with slow operations. It's usually not necessary and
only provided as a backup.
* `--localip-default-route-only` and `--netio-default-route-
only` defaults to true to avoid large number of results
* Features:
* Quirks for MIPS platforms (CPU, Linux)
* Use devicetree path for OBP hosts (Host, Linux)
* Detect `tmux: server` as tmux (Terminal, Linux)
* Support urxvt version detection (Terminal, Linux)
* Support st version detection (Terminal, Linux)
* Support st terminal font detection (TerminalFont, Linux)
* Support xfce4-terminal 1.1.0+ terminal font detection
(TerminalFont, Linux)
* Add option `--migrate-config <?target-file-path>`
* Support Nvidia GPU temp and cuda core count detection via
nvml. Use `--gpu-use-nvml` to enable it (GPU)
* Try supporting Wifi authentication type detection in macOS
Sonoma. Please file a feature request if you get `to be
supported (num)` with result of `/System/Library/PrivateFrame
works/Apple80211.framework/Resources/airport -I | grep auth`
(Wifi, macOS)
* Bugfixes:
* Better GPU memory and type detection (GPU, Windows)
* Don't print display type twice (Display)
* Detect BSSID instead of Wifi MAC address to align with other
platforms (Wifi, macOS)
* Remove support of used GPU memory detection, which is not
reliable and only supported with `--gpu-force-vulkan`. (GPU)
* Fix flag `--brightness-ddcci-sleep` (Brightness, Linux)
* Fix hanging if a child process prints to both stdout and
stderr (Linux)
* Logos:
* Add Black Mesa
* Add cycledream
* Add Evolinx
* Add azos
* Add Interix
-------------------------------------------------------------------
Mon Oct 30 07:37:05 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -17,7 +17,7 @@
Name: fastfetch
Version: 2.1.2
Version: 2.2.3
Release: 0
Summary: Neofetch-like tool written in C
License: MIT
@ -58,8 +58,9 @@ Recommends: xrandr
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 customizability in mind. Currently Linux, Android, FreeBSD,
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
customizability in mind. Currently Linux, Android, FreeBSD,
MacOS and Windows 7+ are supported.
%prep