public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fastfetch] f45: update to 2.68.1
@ 2026-09-09 21:16 Jonathan Wright
0 siblings, 0 replies; only message in thread
From: Jonathan Wright @ 2026-09-09 21:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fastfetch
Branch : f45
Commit : cd71d38fc81eba98d7481e7967f898f03b804f76
Author : Jonathan Wright <jonathan@almalinux.org>
Date : 2026-09-09T16:15:54-05:00
Stats : +8/-19 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fastfetch/c/cd71d38fc81eba98d7481e7967f898f03b804f76?branch=f45
Log:
update to 2.68.1
remove logo exclusion conditionals (include all logos)
---
diff --git a/.gitignore b/.gitignore
index ed015fb..8569c16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,4 @@
/fastfetch-2.63.1.tar.gz
/fastfetch-2.65.2.tar.gz
/fastfetch-2.66.0.tar.gz
+/fastfetch-2.68.1.tar.gz
diff --git a/fastfetch.spec b/fastfetch.spec
index db9b965..f2f0901 100644
--- a/fastfetch.spec
+++ b/fastfetch.spec
@@ -1,6 +1,6 @@
Name: fastfetch
-Version: 2.66.0
-Release: 2%{?dist}
+Version: 2.68.1
+Release: 1%{?dist}
Summary: Fast neofetch-like system information tool
License: MIT
@@ -88,22 +88,6 @@ 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' \
- ! -name 'asahi*.txt' \
- ! -name 'ultramarine*.txt' \
- ! -name 'nobara*.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
@@ -128,6 +112,10 @@ find src/logo/ascii -type d -empty -delete
%changelog
+* Wed Sep 09 2026 Jonathan Wright <jonathan@almalinux.org> - 2.68.1-1
+- update to 2.68.1 rhbz#2511968
+- Remove logo exclusion conditionals
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.66.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 8aa733b..134711e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fastfetch-2.66.0.tar.gz) = dc067be6742b1193a6f7719333ecd418289c23b2c8ffc7f603eb9dd39b3b279536edcb87bc0e00f1a3a1a6f581e290b89e8cc5acd40a806bef1ba141b45d34c5
+SHA512 (fastfetch-2.68.1.tar.gz) = 4819538c23a66fa24383ce7ce872486cbfc7a9e1c3c8e1efa0764fa57b0f47513b9b2a393fd95b5550011db4095532113e2cdaca48756611991e1abefcfbc9a6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 21:16 [rpms/fastfetch] f45: update to 2.68.1 Jonathan Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox