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.68.1
Date: Wed, 09 Sep 2026 21:16:18 GMT	[thread overview]
Message-ID: <178898857832.1.17853427089517319952.rpms-fastfetch-cd71d38fc81e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fastfetch
            Branch : rawhide
            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=rawhide

            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

                 reply	other threads:[~2026-09-09 21:16 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=178898857832.1.17853427089517319952.rpms-fastfetch-cd71d38fc81e@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