public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fastfetch] epel10.2: update to 2.65.2 rhbz#2484357
@ 2026-07-06 17:28 Jonathan Wright
  0 siblings, 0 replies; only message in thread
From: Jonathan Wright @ 2026-07-06 17:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fastfetch
Branch : epel10.2
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=epel10.2

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 17:28 [rpms/fastfetch] epel10.2: update to 2.65.2 rhbz#2484357 Jonathan Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox