[packages/mysql/MYSQL_5_7] Apply patches in a new way
arekm
arekm at pld-linux.org
Mon Oct 20 13:34:43 CEST 2025
commit 176f8fe1ef469723b27811eb2231fa94820e786b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Oct 20 13:34:28 2025 +0200
Apply patches in a new way
mysql.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 742bcb9..38b3191 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -468,20 +468,20 @@ Ten pakiet zawiera standardowego demona MySQL NDB CPC.
%prep
%setup -q %{?with_sphinx:-a100} %{!?with_system_boost:-a101}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%if %{with sphinx}
# http://www.sphinxsearch.com/docs/manual-0.9.9.html#sphinxse-mysql51
%{__mv} sphinx-*/mysqlse storage/sphinx
-%patch3 -p1
-%patch4 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%endif
# really not fixed? verify
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
# to get these files rebuild
[ -f sql/sql_yacc.cc ] && %{__rm} sql/sql_yacc.cc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/176f8fe1ef469723b27811eb2231fa94820e786b
More information about the pld-cvs-commit
mailing list