public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/freecell-solver] rawhide: Fix build by not testing ".ninja_deps" for trailing whitespace
@ 2026-07-24  6:17 Shlomi Fish
  0 siblings, 0 replies; only message in thread
From: Shlomi Fish @ 2026-07-24  6:17 UTC (permalink / raw)
  To: git-commits

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
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24  6:17 [rpms/freecell-solver] rawhide: Fix build by not testing ".ninja_deps" for trailing whitespace Shlomi Fish

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