diff --git a/fastfetch-1.7.5.tar.gz b/fastfetch-1.7.5.tar.gz deleted file mode 100644 index 24b0c33..0000000 --- a/fastfetch-1.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9807568c2c5a10240c635e1e9ad5dbe63326eb730ca3aac005e19d91d2cd1c5 -size 449086 diff --git a/fastfetch-1.9.0.tar.gz b/fastfetch-1.9.0.tar.gz new file mode 100644 index 0000000..ee5ee6f --- /dev/null +++ b/fastfetch-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43b8f3053a417b8138918d2efb46172ddc8d42183ad8707fb1dace63917e448 +size 510212 diff --git a/fastfetch.changes b/fastfetch.changes index ecac048..48e760c 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Mon Jan 23 16:30:55 UTC 2023 - Andrea Manzini + +- 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 02:47:19 UTC 2023 - Soc Virnyl Estela + +- 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 7 21:59:05 UTC 2022 - Soc Virnyl Estela diff --git a/fastfetch.spec b/fastfetch.spec index 031b65a..6339a7d 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -1,7 +1,7 @@ # # spec file for package fastfetch # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fastfetch -Version: 1.7.5 +Version: 1.9.0 Release: 0 Summary: Neofetch-like tool written in C License: MIT @@ -26,6 +26,7 @@ URL: https://github.com/LinusDierheimer/fastfetch Source: https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: Mesa-devel BuildRequires: cmake +BuildRequires: opencl-headers BuildRequires: vulkan-headers BuildRequires: pkgconfig(ImageMagick) BuildRequires: pkgconfig(chafa)