Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fastfetch-2.4.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: fastfetch Distribution: openSUSE:Factory:zSystems
Version: 2.4.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Dec 25 19:36:29 2023
Group: Productivity/Text/Utilities Build host: s390zl24
Size: 2264214 Source RPM: fastfetch-2.4.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/LinusDierheimer/fastfetch
Summary: Neofetch-like tool written in C
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.

Provides

Requires

License

MIT

Changelog

* Sat Dec 23 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - update to version 2.4.0:
    * *BREAKING**
    We are deprecating flags based config files (will be removed in v3.0.0).
    We suggest you migrate to json based config files.
    One may use `-c /path/to/config.conf --gen-config` to migrate existing flag
    based config files.
    Changes:
    * All flag based presets are removed
    Features:
    * Improve performance of detecting rpm and pkg package count (Packages, Linux / FreeBSD)
    * Support Apple M3X temperature detection (CPU / GPU, macOS)
    * `--ds-force-drm` support a new option `sysfs-only`
    * Improve xfce4 version detection
    * Detect WM and DE by enumerating running processes (WM / DE, FreeBSD)
    * Add a new module `Physical Disk`, which detects product name, full size, serial number and so on.
    Bugfixes:
    * Fix crashes sometimes when `--logo-padding-top` is not set (Logo)
    * Fix memory usage counting algorithm (Memory, macOS)
    * Fix the behavior of `--no-buffer` in Windows
    * Fix possible segfault in some devices (Display, Linux)
    * Fix segfaults on first use of new images with Sixel flag (Image)
  - update specfile:
    * add bash completion subpackage.
    * add fish completion subpackage.
    * add manpage for fastfetch for package.
* Tue Nov 21 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 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Declare new build deps gcc and gcc-c++
  - Update to version 2.1.2. Changes listed after 2.0.5:
      [#] 2.1.2
      Bugfixes:
    * Fix icon detection on Windows. It shows enabled system icons in desktop (`This PC`, `Recycle Bin`, etc) (Icon, Windows)
    * Fix compatibility with ddcutil 2.0 (Brightness, Linux)
    * Fix a compile warning (CPUUsage, FreeBSD)
      [#] 2.1.1
      Features:
    * Support opkg (Packages, Linux)
    * Support GNOME Console terminal version and font detection (Terminal, Linux)
    * Add `--cpu-freq-ndigits` to set number of digits for CPU frequency (CPU)
    * New module to detect physical disk I/O usage (DiskIO)
    * Add `--cpuusage-separate` to display CPU usage per CPU logical core
    * Add `--brightness-ddcci-sleep` to set the sleep times (in ms) when sending DDC/CI requests (Brightness, #580)
      Bugfixes:
    * Fix possible crashes on Windows 7 (Disk, Windows)
    * Fix possible crashes caused by uninitialized strings (Users, Windows)
    * Improve support of `--help *-format` and several bugs are found and fixed
    * Don't incorrectly print `No active sound devices found` when using a non-controllable sound device (Sound, macOS)
    * Fix implementation processes counting (Processes, Linux)
    * Work around a issue that SSID cannot be detected on macOS Sonoma (Wifi, macOS)
      Logo:
    * Add Chimera Linux
    * Add EndeavourSmall
    * Add Xenia
      [#] 2.1.0
      This release introduces a new output format: JSON result
      Changes:
    * Users module detects and prints user login time by default. Specifying `--users-compact` to disable it
    * Fastfetch now requires yyjson 0.8.0 or later, which is embeded in fastfetch source tree. If you build fastfetch with `-DENABLE_SYSTEM_YYJSON` cmake option, you must upgrade your yyjson package
    * Reduced information supported by `--terminal-format`, `--shell-format`
    * Some config presets (`devinfo` and `verbose`) are obseleted and removed. They are barely maintained and can be replaced with `--format json` now.
    * Custom strings in `--module-key` and `--module-format` are no longer trimmed.
    * `/boot` is hidden by default (FreeBSD, Disk)
      Features:
    * Add `--format json`, which prints system information as JSON format
    * Add fast path for xfce4 version detection (DE, FreeBSD)
    * Support contour terminal version and font detection (Terminal / TerminalFont)
    * Support `kitty-direct` / `iterm` without specifying logo width / height. Note: in this case, the entre screen will be cleared.
    * Support new flag `--logo-separate`. If true, print modules at bottom of the logo
    * Support Apple Silicon CPU frequency detection (CPU, macOS)
    * Support user login time detection (Users)
    * Support winget package manager detection, guarded behind `--allow-slow-operations` (Packages, Windows)
    * Print monitor type (built-in or external) (Display)
    * Support full GPU detection in WSL (Linux, GPU)
    * Add `--module-key " "` as a special case for hiding keys
    * Support `--title-format`. See `fastfetch --help title-format` for detail
    * Support `--colors-key` (Colors)
    * Add `-c` as a shortcut of `--load-config`. Note it was used as the shortcut of `--color` before 2.0.5
    * Support Windows Service Pack version detection (Kernel, Windows)
    * Support Debian point releases detection (OS, Linux)
    * Add new module `NetIO` which prints network throughput (usage) of specified interface. Note this module costs about 1 second to finish.
    * Use `lscpu` to detect CPU name for ARM CPUs (CPU, Linux)
      Bugfixes:
    * Fix fastfetch hanging in specific environment (#561)
    * Fix short read when reading from stdin (Logo)
    * Fix `poll() timeout or failed` error when image is very large (Logo)
    * Fix Termux Monet terminal version detection (Terminal)
    * Fix zpool volumes detection (Disk, Linux)
    * Fix external volumes detection (Disk, Linux)
    * Fix snap package number detection on systems other than Ubuntu (Packages, Linux)
    * Fix dpkg / apt package number detection (Packages, Linux)
    * Fix bluetooth mac address detection (Bluetooth, Windows)
      Logo:
    * Add Afterglow
    * Add Elbrus
    * Update EvolutionOS
    * Update AOSC OS
    * Update Ubuntu_old
    * Update Windows 11_small
    * Add Amazon Linux
    * Add LainOS
    * Fix colors of Slackware
* Mon Sep 18 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Update to version 2.0.5:
    * Bugfixes:
    - Fix segfault when using libxrandr (#544, Display, Linux)
    - Don't print 0px (#544, Cursor)
    * Features:
    - Add option --disk-use-available (#543)
    - Add option --disk-show-readonly
  - Removed config.conf to fix build
* Tue Aug 22 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 2.0.1:
    * Changes:
    - Unescape strings only when parsing .conf files
    - Previously: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \: *.
      Note the backslashs are unescaped twice (once by shell and once by fastfetch).
    - Now: $ NO_CONFIG=1 fastfetch --os-key \\\\ -s os -l none prints \\: *
    - Remove option shortcut -c (alias of --color), which is more commonly used as alias of --config
    - Rename --recache to --logo-recache (which is used for regenerate image logo cache). Remove option shortcut -r (alias of --recache).
    - Detecting brightness of external displays with DDC/CI is no longer guarded behind --allow-slow-operations (Brightness)
    * Features:
    - Add --key-width for aligning the left edge of values, supported both for global --key-width and specific module --module-key-width
    - Add --bar-char-elapsed, --bar-char-total, --bar-width and --bar-border options
    - Add CMake option ENABLE_SYSTEM_YYJSON, which allow building fastfetch with system-provided yyjson (for package managers)
    - Add new module Version, which prints fastfetch version (like fastfetch --version)
    * Bugfixes:
    - Fix label detection. Use --disk-key 'Disk ({2})' to display it (Disk, Linux)
    - Fix some module options were not inited
    - Fix terminal version and font detection on NixOS (Terminal, Linux)
* Fri Jul 21 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.12.2:
    * Support terminator terminal version detection (Linux,
      Terminal)
    * Support `pkgtool` package manager detection (Linux, Packages)
    * Support `Far` shell version detection (Windows, Shell)
    * Fix ConEmu terminal detection in some special cases (Windows,
      Terminal, #488)
    * Fix incorrect Host on M2 Mac Studio with M2 Max CPU (macOS,
      Host, #490)
    * Support KDE / LXQT / MATE / Cinnamon wallpaper detection
      (Wallpaper, Linux)
    * Support QTerminal version & terminal font detection
    * Support MATE Terminal version & terminal font detection
    * Set `--pipe true` automatically if stdout is not a tty
    * Detect new macs released on WWDC 2023 (macOS, Host)
    * Count cached memory as free memory (FreeBSD, Memory)
    * Support sound detection (FreeBSD, Sound)
    * Fix `--logo-padding-left` doesn't work when `--logo-padding-
      top` is set (Logo)
    * Fix KDE version detection on Fedora (DE)
    * Include limits.h when needed (Linux, #472)
    * Fix Windows drives detection in WSL (Linux, Disk)
    * Fix crash on newer wayland desktops (Linux, Display, #477)
* Mon Jun 12 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 1.11.3:
    Features:
    * Support display name, type, rotation detection on Wayland (Linux, Display)
    * Print more useful display name instead of intel_backlight (Linux, Brightness)
    * Icons module supports Windows (Windows, Icons)
    * Add Wallpaper module which shows the current wallpaper image path
    * Add mac address detection --localip-show-mac (LocalIP, #451)
    Bugfixes:
    * Fix Gnome version detection on Fedora (DE)
    * Fix Windows drives detection in WSL (Disk)
    * Fix a segfault bug, regression of 1.11.1
    Changes:
    * In order to make Icons module consistant between different platforms,
    - -icons-format no longer supports individual GTK / QT icon params.
    * --theme-format no longer supports individual GTK / plasma theme params.
    * --local-ip-* and --public-ip-* have been changed to --localip-* and --publicip-*
    * --localip-compact-type is no longer supported. Fastfetch now display IPs as
    - -localip-compat-type multiline by default, with --local-compact true can be set as an alias of --localip-compact-type oneline
    * --localip-v6first is no longer supported.
* Wed May 17 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Move configuration files based on openSUSE distribution.
* Wed May 17 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 1.11.0:
    * Support linuxbrew
    * Support foot terminal
    * Support cursor size detection on Windows
    * Support cursor detection on macOS
    * Support display name, display type and decimal refresh rate detection
    * Support --display-compact-type to display multiple resolutions in one line
    * Support flatpak-user
    * Support --gpu-force-vulkan to force using vulkan to detect GPUs, which support video memory usage detection with --allow-slow-operations
    * Fix date time format
    * Fix compiling with musl
    * Don't exit if libpci is failed to init
    * Names of most well-known gamepads are correctly printed instead of Wireless Controller on Windows
    * Small update for nobara logo
* Sat Mar 04 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 1.10.3:
    * Fix uninitialized variables (GPU, Windows)
    * Fix compiling errors (Windows)
    * Improve performance (WmTheme amd Font, Windows and macOS)
    * Enable nonblocking public-ip / weather detection (Android)
* Thu Feb 02 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 1.9.1:
    * Fix builds on s390x (@jonathanspw, #402)
    * Fix zero refresh rate on some monitors (macOS)
    * Fix default formatting of Wifi module
* Mon Jan 23 2023 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 1.9.0
    * fastfetch no longer creates a sample config file silently. Use --gen-config to generate one.
    * fastfetch now search for user config file in the order of fastfetch --list-config-paths
    * Unknown disks are hidden by default.
    * Resolution module is renamed to Display.
    * new options: --logo-padding-top, --list-config-paths, --list-data-paths, --gpu-hide-integrated, --gpu-hide-discrete
    * Raw image file as logo support
    * Add Brightness, Wifi module support
    * Disk name support for Linux
    * Fix rpm package count detection
    * Fix cpu temp detection
* Wed Jan 18 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 1.8.2. Changes since then to this version:
    * 1.8.2:
    - Fix memleaks Users module (Windows)
    - Fix shell detection when installed with scoop (Windows)
    - Don't use libcJSON as wlanapi's dll name (Windows)
    - Align artifact names to other platforms (Windows)
    * 1.8.1:
    - Bios / Board / Chassis modules are splitted against Host module for performance reasons
    - Caching is removed. Option --nocache is removed accordingly
    - Windows (7 and newer) is officially and fully supported
    - FreeBSD support is improved greatly (Bios, Cpu Temp, Cpu Usage, Disk, Host, Processes, Swap, Terminal / Shell, Uptime)
    - Adds a new flag --stat, which prints time usage for individual modules
    - Adds Wifi module which supports Windows and macOS
    - Adds data source option for logo printing
    - Detects Homebrew Cellar and Cask seperately
    - Detects WSL version
    - Detects disk based on mount point
    - Exposes more chafa configs
    - Improves performance for Cpu Usage, Public IP, Weather modules
    - Improves performance for Kitty image protocol when both image width / height specified
    - Improves performance for large file loading
    - Improves performance for macOS WM and Host detection
    - Improves shell and terminal detection on macOS
    - Supports Deepin Terminal terminal font
    - Supports GPU detection on Android
    - Supports Kitty Terminal terminal font
    - Supports bar output for percentage values
    - Supports Bios module on macOS
    - Supports eopkg package manager detection
    - Supports iTerm image logo protocol
    - Supports image logo printing on macOS
    - Supports tcsh version detection
    - Vulkan module on macOS no longer requires vulkan-loader to work
    - Fixes disk size detection on 32bit Linux (#337)
    - Fixes cpu freq detection in WSL
    - Fixes internal bug of FFstrbuf
    - Fixes some memory leaks
    - Fixes segfault if 0 is given as argument index
    - Lots of code refactors
    - Added new logos:
    * Alpine
    * CRUX
    * EndeavourOS
    * Enso
    * Garuda small
    * Nobara
    * OpenMandriva
    * Parabola GNU/Linux-libre
    * Rocky
    * Rosa
    * Solus
    * Univalent
    * Vanilla OS
* Wed Dec 07 2022 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Initial spec for fastfetch 1.7.5

Files

/usr/bin/fastfetch
/usr/bin/flashfetch
/usr/share/doc/packages/fastfetch
/usr/share/doc/packages/fastfetch/CHANGELOG.md
/usr/share/doc/packages/fastfetch/README.md
/usr/share/fastfetch
/usr/share/fastfetch/presets
/usr/share/fastfetch/presets/all.jsonc
/usr/share/fastfetch/presets/btw.jsonc
/usr/share/fastfetch/presets/ci.jsonc
/usr/share/fastfetch/presets/examples
/usr/share/fastfetch/presets/examples/10.jsonc
/usr/share/fastfetch/presets/examples/11.jsonc
/usr/share/fastfetch/presets/examples/2.jsonc
/usr/share/fastfetch/presets/examples/3.jsonc
/usr/share/fastfetch/presets/examples/4.jsonc
/usr/share/fastfetch/presets/examples/5.jsonc
/usr/share/fastfetch/presets/examples/6.jsonc
/usr/share/fastfetch/presets/examples/7.jsonc
/usr/share/fastfetch/presets/examples/8.jsonc
/usr/share/fastfetch/presets/examples/9.jsonc
/usr/share/fastfetch/presets/hardware.jsonc
/usr/share/fastfetch/presets/neofetch.jsonc
/usr/share/fastfetch/presets/paleofetch.jsonc
/usr/share/fastfetch/presets/software.jsonc
/usr/share/licenses/fastfetch
/usr/share/licenses/fastfetch/LICENSE
/usr/share/man/man1/fastfetch.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024