From b6e3701ffba1549903ab76cd97ec8d95dcba87682023db09e92c177e3a482c4d Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Sat, 25 May 2024 16:48:37 +0000 Subject: [PATCH] - update to 2.13.2: Bugfixes: - Remove DRM driver version detection feature, which caused a performance regression for nouveau drivers (Display, Linux) - Don't use *-unknown as display name for Wayland protocol (Display, Linux) Features: - Add new module Editor which prints editor settings, i.e. $VISUAL or $EDITOR OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=71 --- fastfetch-2.13.1.tar.gz | 3 --- fastfetch-2.13.2.tar.gz | 3 +++ fastfetch.changes | 11 +++++++++++ fastfetch.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 fastfetch-2.13.1.tar.gz create mode 100644 fastfetch-2.13.2.tar.gz diff --git a/fastfetch-2.13.1.tar.gz b/fastfetch-2.13.1.tar.gz deleted file mode 100644 index f2b984b..0000000 --- a/fastfetch-2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23bdf0789a8387c958ea1ac69e7ddd514b4de8199f09e361735eab10674665ec -size 1339621 diff --git a/fastfetch-2.13.2.tar.gz b/fastfetch-2.13.2.tar.gz new file mode 100644 index 0000000..bb22b88 --- /dev/null +++ b/fastfetch-2.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ff73a2f5da269bdfbde0a81182a427c6d141633a70cb4b69f7ad37e49726ba +size 1254865 diff --git a/fastfetch.changes b/fastfetch.changes index f1eda76..1508e3a 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat May 25 16:45:13 UTC 2024 - Gordon Leung + +- update to 2.13.2: + Bugfixes: + - Remove DRM driver version detection feature, + which caused a performance regression for nouveau drivers (Display, Linux) + - Don't use *-unknown as display name for Wayland protocol (Display, Linux) + Features: + - Add new module Editor which prints editor settings, i.e. $VISUAL or $EDITOR + ------------------------------------------------------------------- Wed May 22 20:29:17 UTC 2024 - Gordon Leung diff --git a/fastfetch.spec b/fastfetch.spec index 300166d..e96d673 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -17,7 +17,7 @@ Name: fastfetch -Version: 2.13.1 +Version: 2.13.2 Release: 0 Summary: Neofetch-like tool written mostly in C License: MIT