public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Shlomi Fish <shlomif@shlomifish.org>
To: git-commits@fedoraproject.org
Subject: [rpms/freecell-solver] rawhide: Fix build by not testing ".ninja_deps" for trailing whitespace
Date: Fri, 24 Jul 2026 06:17:54 GMT	[thread overview]
Message-ID: <178487387424.1.5003240294047350637.rpms-freecell-solver-88bed6393237@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/freecell-solver
Branch : rawhide
Commit : 88bed6393237a8ca6e760f988c062f1feb29cfa7
Author : Shlomi Fish <shlomif@shlomifish.org>
Date   : 2026-07-24T09:17:06+03:00
Stats  : +21/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/freecell-solver/c/88bed6393237a8ca6e760f988c062f1feb29cfa7?branch=rawhide

Log:
Fix build by not testing ".ninja_deps" for trailing whitespace

---
diff --git a/fc-solve-fix-trailspace.patch b/fc-solve-fix-trailspace.patch
new file mode 100644
index 0000000..7e23c22
--- /dev/null
+++ b/fc-solve-fix-trailspace.patch
@@ -0,0 +1,14 @@
+diff --git a/fc-solve/source/t/t/style-trailing-space.t b/fc-solve/source/t/t/style-trailing-space.t
+index b7c22b66f..b1f9c9bb1 100644
+--- a/fc-solve/source/t/t/style-trailing-space.t
++++ b/fc-solve/source/t/t/style-trailing-space.t
+@@ -15,7 +15,9 @@ foreach my $path ( @ENV{qw/FCS_SRC_PATH FCS_BIN_PATH/} )
+             abs_path_prune_re => qr#CMakeFiles|CTestTestfile\.cmake|_Inline|
+ (?:\.(?:a|dll|exe|ninja|gz|o|patch|pyc|xcf|xz)\z) |
+ (?:(?:\A|/|\\)\.\S+\.swp\z) |
++(?:(?:\A|/|\\)\.ninja[\-_]deps\z) |
+ (?:(?:\A|/|\\)valgrind\S*\.log\z) |
++(?:(?:\A|/|\\)valgrind\S*\.log\.core\.(?:[0-9]+)\z) |
+ (?:(?:\A|/|\\)(?:dbm-fc-solver|depth-dbm-fc-solver|fc-solve|fc-solve-multi|fc-solve-pruner|freecell-solver-fc-pro-range-solve|freecell-solver-fork-solve|freecell-solver-multi-thread-solve|freecell-solver-range-parallel-solve|gen-multiple-solitaire-layouts--c|libfcs_dbm_calc_derived_test\.so|libfcs_debondt_delta_states_test\.so|libfcs_delta_states_test\.so|libfcs_fcc_brfs_test\.so|libfcs_find_deal\.so|libfcs_gen_ms_freecell_boards\.so|libopencl_find_deal_idx\.so|libfreecell-solver\.so(?:[\.0-9]*)|measure-depth-dep-tests-order-perf|pi-make-microsoft-freecell-board|pseudo_dfs_fc_solver|split_fcc_fc_solver|summary-fc-solve|lextab\.py|yacctab\.py)\z)
+ #msx,
+         }

diff --git a/freecell-solver.spec b/freecell-solver.spec
index 0bc437c..96b6511 100644
--- a/freecell-solver.spec
+++ b/freecell-solver.spec
@@ -4,9 +4,10 @@
 
 Name: freecell-solver
 Version: 6.16.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Source0: https://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.xz
+Patch1: fc-solve-fix-trailspace.patch
 URL: https://fc-solve.shlomifish.org/
 Summary: The Freecell Solver Executable
 
@@ -147,7 +148,8 @@ Freecell Solver from within your programs.
 #--------------------------------------------------------------------
 
 %prep
-%setup -q
+%autosetup -N
+%patch -P 1 -p3
 
 %build
 # The game limit flags are recommended by the PySolFC README.
@@ -190,6 +192,9 @@ done
 find %{buildroot} -name *.a -delete
 
 %changelog
+* Fri Jul 24 2026 Shlomi Fish <shlomif@cpan.org> 6.16.0-5
+- Fix build by not testing ".ninja_deps" for trailing whitespace
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.16.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-07-24  6:17 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=178487387424.1.5003240294047350637.rpms-freecell-solver-88bed6393237@fedoraproject.org \
    --to=shlomif@shlomifish.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