From 1bba6a174f1e6cadb2ee8ad0bd0d820f2653ff33b116f938ce4771a5db3cc41d Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 22 Aug 2023 02:53:28 +0000 Subject: [PATCH 1/2] - 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) OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=21 --- fastfetch-1.12.2.tar.gz | 3 --- fastfetch-2.0.1.tar.gz | 3 +++ fastfetch.changes | 22 ++++++++++++++++++++++ fastfetch.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-1.12.2.tar.gz create mode 100644 fastfetch-2.0.1.tar.gz diff --git a/fastfetch-1.12.2.tar.gz b/fastfetch-1.12.2.tar.gz deleted file mode 100644 index ffeabcb..0000000 --- a/fastfetch-1.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3d7384de0aa306effdcbe1b7e8095b40649773086b838d925fbfc2ec5027ab0 -size 538194 diff --git a/fastfetch-2.0.1.tar.gz b/fastfetch-2.0.1.tar.gz new file mode 100644 index 0000000..de8d6f1 --- /dev/null +++ b/fastfetch-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42ed1d08c3caeb14610094f45492b293bb886893b85cbb7fe25e370dffdd9b9 +size 770261 diff --git a/fastfetch.changes b/fastfetch.changes index d3b5210..f7acdaf 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Aug 22 02:50:15 UTC 2023 - Soc Virnyl Estela + +- 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 07:30:11 UTC 2023 - Dirk Müller diff --git a/fastfetch.spec b/fastfetch.spec index 74a7dd2..dd030d6 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 1.12.2 +Version: 2.0.1 Release: 0 Summary: Neofetch-like tool written in C License: MIT From 7b5aeba84e8564d28ae8af340f0bff296651b713125995f24072ce5b679a6d30 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 19 Sep 2023 08:06:40 +0000 Subject: [PATCH 2/2] Accepting request 1112085 from home:mantarimay:apps - Update to version 2.0.5: - Removed config.conf to fix build OBS-URL: https://build.opensuse.org/request/show/1112085 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=22 --- fastfetch-2.0.1.tar.gz | 3 --- fastfetch-2.0.5.tar.gz | 3 +++ fastfetch.changes | 12 ++++++++++++ fastfetch.spec | 17 ++--------------- 4 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 fastfetch-2.0.1.tar.gz create mode 100644 fastfetch-2.0.5.tar.gz diff --git a/fastfetch-2.0.1.tar.gz b/fastfetch-2.0.1.tar.gz deleted file mode 100644 index de8d6f1..0000000 --- a/fastfetch-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42ed1d08c3caeb14610094f45492b293bb886893b85cbb7fe25e370dffdd9b9 -size 770261 diff --git a/fastfetch-2.0.5.tar.gz b/fastfetch-2.0.5.tar.gz new file mode 100644 index 0000000..d80b7eb --- /dev/null +++ b/fastfetch-2.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8046eb856fd95d9896220238c966125fb05e451e65d8cfc7eb25483767612235 +size 772840 diff --git a/fastfetch.changes b/fastfetch.changes index f7acdaf..bad0c23 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 18 21:26:47 UTC 2023 - Muhammad Akbar Yanuar Mantari + +- 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 02:50:15 UTC 2023 - Soc Virnyl Estela diff --git a/fastfetch.spec b/fastfetch.spec index dd030d6..743c300 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.0.1 +Version: 2.0.5 Release: 0 Summary: Neofetch-like tool written in C License: MIT @@ -75,23 +75,10 @@ sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash %files %license LICENSE %doc README.md CHANGELOG.md - %{_bindir}/flashfetch %{_bindir}/%{name} - -%if 0%{?suse_version} > 1500 - -%dir %_distconfdir/%{name} -%_distconfdir/%{name}/config.conf - -%else - -%dir %{_sysconfdir}/%{name} -%config(noreplace) %{_sysconfdir}/%{name}/config.conf - -%endif - %{_datadir}/%{name}/ %{_datadir}/bash-completion/ + %changelog