From 7b5aeba84e8564d28ae8af340f0bff296651b713125995f24072ce5b679a6d30 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 19 Sep 2023 08:06:40 +0000 Subject: [PATCH] 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