- update to 2.16.0

Changes:
    * Fastfetch now prefers `/etc/os-release` over `/etc/lsb-release` when detecting distro info. 
     - This may break some distros (notably some debian based distros).
       File a bug with the content of `os-release` and `lsb-release` if it breaks your distro.
   Features:
    * Add new option `--users-myself-only` to display current login user only (Users)
    * Add new module `DNS` to show active DNS servers (DNS)
    * Add new option `--loadavg-compact`. Defaults to true (Loadavg)
     - Use `--loadavg-compact false` to display load averages in different lines
    * Detect MTU size (LocalIP)
    * Support version detection of pluma, which is the default editor of OpenIndiana (Editor)
    * Print used OGL library, eg EGL, GLX or OSMesa (OpenGL)
   Bugfixes:
    * Report error if cache size is unavailable (CPUCache, Android)
    * Trim white spaces in device name (Sound, Linux)
    * Fix `display.bar.border{Left,Right}` doesn't work in JSON config files (Config)
    * Fix invalid call to `realpath(3)` (Platform, Linux)

OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=80
This commit is contained in:
Gordon Leung 2024-06-19 14:39:54 +00:00 committed by Git OBS Bridge
parent 75292a8bbf
commit 2cc5306e0c
4 changed files with 28 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jun 19 14:30:39 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- update to 2.16.0
Changes:
* Fastfetch now prefers `/etc/os-release` over `/etc/lsb-release` when detecting distro info.
- This may break some distros (notably some debian based distros).
File a bug with the content of `os-release` and `lsb-release` if it breaks your distro.
Features:
* Add new option `--users-myself-only` to display current login user only (Users)
* Add new module `DNS` to show active DNS servers (DNS)
* Add new option `--loadavg-compact`. Defaults to true (Loadavg)
- Use `--loadavg-compact false` to display load averages in different lines
* Detect MTU size (LocalIP)
* Support version detection of pluma, which is the default editor of OpenIndiana (Editor)
* Print used OGL library, eg EGL, GLX or OSMesa (OpenGL)
Bugfixes:
* Report error if cache size is unavailable (CPUCache, Android)
* Trim white spaces in device name (Sound, Linux)
* Fix `display.bar.border{Left,Right}` doesn't work in JSON config files (Config)
* Fix invalid call to `realpath(3)` (Platform, Linux)
-------------------------------------------------------------------
Fri Jun 7 19:39:38 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

@ -17,11 +17,10 @@
Name: fastfetch
Version: 2.15.0
Version: 2.16.0
Release: 0
Summary: Neofetch-like tool written mostly in C
License: MIT
Group: Productivity/Text/Utilities
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
@ -30,8 +29,7 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: opencl-headers
BuildRequires: vulkan-headers
# For some reason these don't build on 15.5
# Once the 15.6 repo is enabled, check to see if it builds there
# For some reason these don't build on Leap
%if 0%{?suse_version} > 1600
%ifarch %{ix86} x86_64
BuildRequires: pkgconfig(DirectX-Headers)
@ -71,7 +69,6 @@ MacOS and Windows 7+ are supported.
%package fish-completion
Summary: Fish Completion for %{name}
Group: System/Shells
Supplements: (%{name} and fish)
Requires: fish
BuildArch: noarch
@ -81,7 +78,6 @@ Fish command-line completion support for %{name}.
%package bash-completion
Summary: Bash Completion for %{name}
Group: System/Shells
Supplements: (%{name} and bash-completion)
Requires: bash-completion
BuildArch: noarch
@ -90,7 +86,7 @@ BuildArch: noarch
Bash command-line completion support for %{name}.
%prep
%setup -q
%autosetup
%build
%cmake