public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Wright <jonathan@almalinux.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fastfetch] rawhide: update to 2.65.2 rhbz#2484357
Date: Mon, 06 Jul 2026 17:27:58 GMT	[thread overview]
Message-ID: <178335887874.1.16361866891902900448.rpms-fastfetch-82912d78f796@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fastfetch
Branch : rawhide
Commit : 82912d78f7965faa9a7b4c0bb2ee2ead58a2ce7d
Author : Jonathan Wright <jonathan@almalinux.org>
Date   : 2026-07-06T12:27:42-05:00
Stats  : +21/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fastfetch/c/82912d78f7965faa9a7b4c0bb2ee2ead58a2ce7d?branch=rawhide

Log:
update to 2.65.2 rhbz#2484357

---
diff --git a/.gitignore b/.gitignore
index d7488e0..d472d99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,4 @@
 /fastfetch-2.60.0.tar.gz
 /fastfetch-2.61.0.tar.gz
 /fastfetch-2.63.1.tar.gz
+/fastfetch-2.65.2.tar.gz

diff --git a/fastfetch.spec b/fastfetch.spec
index 2ce1b4e..86e25f0 100644
--- a/fastfetch.spec
+++ b/fastfetch.spec
@@ -1,5 +1,5 @@
 Name:           fastfetch
-Version:        2.63.1
+Version:        2.65.2
 Release:        1%{?dist}
 Summary:        Fast neofetch-like system information tool
 
@@ -43,6 +43,8 @@ BuildRequires:  yyjson-devel
 %if 0%{?fedora} || 0%{?rhel} < 10
 BuildRequires:  efl-devel
 %endif
+BuildRequires:  libva-devel
+BuildRequires:  libvdpau-devel
 
 Recommends:     hwdata
 Suggests:       libXrandr
@@ -85,6 +87,19 @@ mechanisms like multithreading and caching to finish as fast as possible.
 
 
 %build
+# remove unnecessary ascii logos to shrink binary
+find src/logo/ascii/ -type f       \
+  -regex 'src/logo/ascii/[a-z]/.*' \
+  ! -name 'almalinux.txt'          \
+  ! -name 'fedora.txt'             \
+  ! -name 'rhel*.txt'              \
+  ! -name 'rocky*.txt'             \
+  ! -name 'centos*.txt'            \
+  ! -name 'oracle.txt'             \
+  ! -name 'miracle_linux.txt'      \
+  -delete
+# remove empty left-over ascii directories
+find src/logo/ascii -type d -empty -delete
 %cmake -DBUILD_TESTS=ON -DENABLE_SYSTEM_YYJSON=ON -DBUILD_FLASHFETCH=OFF
 %cmake_build
 
@@ -109,6 +124,9 @@ mechanisms like multithreading and caching to finish as fast as possible.
 
 
 %changelog
+* Mon Jul 06 2026 Jonathan Wright <jonathan@almalinux.org> - 2.65.2-1
+- update to 2.65.2 rhbz#2484357
+
 * Thu May 28 2026 Jonathan Wright <jonathan@almalinux.org> - 2.63.1-1
 - update to 2.63.1 rhbz#2460499
 

diff --git a/sources b/sources
index 95b648b..3099d72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fastfetch-2.63.1.tar.gz) = ff92fe75c29a3418052cf48475eaa08d697825fc41e4d36bab46cfcd91a8f704bde7dae6cacfb6af272be4040fd101bcc5ef7e235540a7427102073d70607464
+SHA512 (fastfetch-2.65.2.tar.gz) = 750b6ea174fe37f0c232ee2d0d76c7c8696c9c25b27a35bc36f598ffa52a165f3a6dca0390cbac1f00c1a1b304e3e8ef1bf5a433e79932f179c4d0b48550dbbf

                 reply	other threads:[~2026-07-06 17:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178335887874.1.16361866891902900448.rpms-fastfetch-82912d78f796@fedoraproject.org \
    --to=jonathan@almalinux.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox