From e814c36d9f75d5982ac69426688d9cd6bb60e41422fba3d9763d42d69ad3b897 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 18 Jan 2023 02:51:03 +0000 Subject: [PATCH 1/3] - 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 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=3 --- fastfetch-1.7.5.tar.gz | 3 --- fastfetch-1.8.2.tar.gz | 3 +++ fastfetch.changes | 57 ++++++++++++++++++++++++++++++++++++++++++ fastfetch.spec | 4 +-- 4 files changed, 62 insertions(+), 5 deletions(-) delete mode 100644 fastfetch-1.7.5.tar.gz create mode 100644 fastfetch-1.8.2.tar.gz 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.8.2.tar.gz b/fastfetch-1.8.2.tar.gz new file mode 100644 index 0000000..025a8bc --- /dev/null +++ b/fastfetch-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552f4239a83d31e2fb14bdf7fc5d74cc6cc819f8b6ddd2346ba0dcfac13ac62a +size 495971 diff --git a/fastfetch.changes b/fastfetch.changes index ecac048..999f57c 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +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..a9f2d66 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.8.2 Release: 0 Summary: Neofetch-like tool written in C License: MIT From 64e51691665d7428595cfc225e866bcd628a01095f5682329d9db2eb3ec58d01 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 23 Jan 2023 15:18:07 +0000 Subject: [PATCH 2/3] Accepting request 1060441 from home:amanzini:branches:utilities - 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 OBS-URL: https://build.opensuse.org/request/show/1060441 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=4 --- fastfetch-1.8.2.tar.gz | 3 --- fastfetch-1.9.0.tar.gz | 3 +++ fastfetch.changes | 15 +++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-1.8.2.tar.gz create mode 100644 fastfetch-1.9.0.tar.gz diff --git a/fastfetch-1.8.2.tar.gz b/fastfetch-1.8.2.tar.gz deleted file mode 100644 index 025a8bc..0000000 --- a/fastfetch-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:552f4239a83d31e2fb14bdf7fc5d74cc6cc819f8b6ddd2346ba0dcfac13ac62a -size 495971 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 999f57c..d8a0cf6 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 23 15:09: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 diff --git a/fastfetch.spec b/fastfetch.spec index a9f2d66..dbbab82 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 1.8.2 +Version: 1.9.0 Release: 0 Summary: Neofetch-like tool written in C License: MIT From a8c42ce0f42f2558bdd0721a7cf322d5753338254c14c7c36e40e7d4b5a3c1be Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 23 Jan 2023 15:36:04 +0000 Subject: [PATCH 3/3] Accepting request 1060454 from home:amanzini:branches:utilities fix build for 15.4 and 15.5 OBS-URL: https://build.opensuse.org/request/show/1060454 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=5 --- fastfetch.changes | 2 +- fastfetch.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fastfetch.changes b/fastfetch.changes index d8a0cf6..48e760c 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Jan 23 15:09:55 UTC 2023 - Andrea Manzini +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. diff --git a/fastfetch.spec b/fastfetch.spec index dbbab82..6339a7d 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -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)