diff --git a/fastfetch-2.15.0.tar.gz b/fastfetch-2.15.0.tar.gz deleted file mode 100644 index 2fdb567..0000000 --- a/fastfetch-2.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42392c66eb7292db8b56715a072908b91d72385e6fdeae56fa7653adfc5428d -size 1031800 diff --git a/fastfetch-2.16.0.tar.gz b/fastfetch-2.16.0.tar.gz new file mode 100644 index 0000000..40df31a --- /dev/null +++ b/fastfetch-2.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5d137e0439d70189fc267176840feaba5f3e06177d57c4be9a866595651803 +size 1044675 diff --git a/fastfetch.changes b/fastfetch.changes index ddad66c..3e23329 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 19 14:30:39 UTC 2024 - Gordon Leung + +- 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 diff --git a/fastfetch.spec b/fastfetch.spec index 37c6285..fb32514 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -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