Mageia Bugzilla – Attachment 10912 Details for
Bug 24637
[PATCH] demo mode does not move the cards in freecell
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to fix the problem
kpat-svn.diff (text/plain), 1.49 KB, created by
Shlomi Fish
on 2019-04-07 19:13:57 CEST
(
hide
)
Description:
Patch to fix the problem
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2019-04-07 19:13:57 CEST
Size:
1.49 KB
patch
obsolete
>Index: SOURCES/kpat-fc-solve.patch >=================================================================== >--- SOURCES/kpat-fc-solve.patch (nonexistent) >+++ SOURCES/kpat-fc-solve.patch (working copy) >@@ -0,0 +1,13 @@ >+diff --git a/patsolve/freecellsolver.cpp b/patsolve/freecellsolver.cpp >+index ebbe4e5..c96332e 100644 >+--- a/patsolve/freecellsolver.cpp >++++ b/patsolve/freecellsolver.cpp >+@@ -288,7 +288,7 @@ int FreecellSolver::get_possible_moves(int *a, int *numout) >+ >+ static const char * freecell_solver_cmd_line_args[CMD_LINE_ARGS_NUM] = >+ { >+- "--load-config", "video-editing" >++ "--load-config", "slick-rock" >+ }; >+ >+ int FreecellSolver::get_cmd_line_arg_count() > >Property changes on: SOURCES/kpat-fc-solve.patch >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: SPECS/kpat.spec >=================================================================== >--- SPECS/kpat.spec (revision 1386694) >+++ SPECS/kpat.spec (working copy) >@@ -3,7 +3,7 @@ > # This package is part of the KDE Stack. > # > >-%define rel 2 >+%define rel 3 > > Name: kpat > Epoch: 1 >@@ -14,6 +14,8 @@ > License: GPLv2 and LGPLv2 and GFDL > URL: https://www.kde.org/applications/games/kpatience/ > Source: https://download.kde.org/stable/applications/%version/src/%name-%version.tar.xz >+# Fix the solver in freecell with libfreecell-solver v5.4.0 >+Patch1: kpat-fc-solve.patch > > ## Upstream patches (100-199) >
Index: SOURCES/kpat-fc-solve.patch =================================================================== --- SOURCES/kpat-fc-solve.patch (nonexistent) +++ SOURCES/kpat-fc-solve.patch (working copy) @@ -0,0 +1,13 @@ +diff --git a/patsolve/freecellsolver.cpp b/patsolve/freecellsolver.cpp +index ebbe4e5..c96332e 100644 +--- a/patsolve/freecellsolver.cpp ++++ b/patsolve/freecellsolver.cpp +@@ -288,7 +288,7 @@ int FreecellSolver::get_possible_moves(int *a, int *numout) + + static const char * freecell_solver_cmd_line_args[CMD_LINE_ARGS_NUM] = + { +- "--load-config", "video-editing" ++ "--load-config", "slick-rock" + }; + + int FreecellSolver::get_cmd_line_arg_count() Property changes on: SOURCES/kpat-fc-solve.patch ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: SPECS/kpat.spec =================================================================== --- SPECS/kpat.spec (revision 1386694) +++ SPECS/kpat.spec (working copy) @@ -3,7 +3,7 @@ # This package is part of the KDE Stack. # -%define rel 2 +%define rel 3 Name: kpat Epoch: 1 @@ -14,6 +14,8 @@ License: GPLv2 and LGPLv2 and GFDL URL: https://www.kde.org/applications/games/kpatience/ Source: https://download.kde.org/stable/applications/%version/src/%name-%version.tar.xz +# Fix the solver in freecell with libfreecell-solver v5.4.0 +Patch1: kpat-fc-solve.patch ## Upstream patches (100-199)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24637
: 10912