[mingw-libmad] Fix patch error
by Leigh Scott
commit cf490da6bc3dcddb8dd7e089c98228583ed00980
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:21:36 2024 +0100
Fix patch error
mingw-libmad.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mingw-libmad.spec b/mingw-libmad.spec
index 85d1d4b..e6990d0 100644
--- a/mingw-libmad.spec
+++ b/mingw-libmad.spec
@@ -67,11 +67,11 @@ This package is MinGW compiled libmad library for the Win64 target.
%prep
%setup -q -n libmad-%{version}
# apply this patch always for MinGW (otherwise intended only for x86 and ppc)
-%patch0 -p1 -b .multiarch
-%patch1 -p1 -b .ppc
-%patch2 -p1 -b .alt_t2
-%patch3 -p1 -b .thumb
-%patch4 -p1
+%patch -P0 -p1 -b .multiarch
+%patch -P1 -p1 -b .ppc
+%patch -P2 -p1 -b .alt_t2
+%patch -P3 -p1 -b .thumb
+%patch -P4 -p1
# http://sourceforge.net/p/mad/bugs/32/
sed -i -e /-fforce-mem/d configure* # -fforce-mem gone in gcc 4.2, noop earlier
3 months, 3 weeks
[megamario] Fix patch error
by Leigh Scott
commit 0598a98f26462dd8dd77e953969bc33792509f16
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:19:36 2024 +0100
Fix patch error
megamario.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/megamario.spec b/megamario.spec
index 269bb09..62a5529 100644
--- a/megamario.spec
+++ b/megamario.spec
@@ -25,7 +25,7 @@ captured by the evil Bowser.
%prep
%setup -q -c
-%patch0 -p1
+%patch -P0 -p1
sed -i 's/\r//' *.txt
sed -i -e 's@Canyon.jpg@canyon.jpg(a)g' data/levels/grasslevels/grassland
3 months, 3 weeks
[mamory] Fix patch error
by Leigh Scott
commit b9e1dd3aa576164a18c3d6afc5bae19e7d6e2f20
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:17:52 2024 +0100
Fix patch error
mamory.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mamory.spec b/mamory.spec
index b46d83d..d0b7938 100644
--- a/mamory.spec
+++ b/mamory.spec
@@ -33,10 +33,10 @@ use %{name}.
%prep
%setup -q
-%patch0 -p0 -b .opt~
-%patch1 -p0 -b .ppc64~
-%patch2 -p0 -b .utf8~
-%patch3 -p1
+%patch -P0 -p0 -b .opt~
+%patch -P1 -p0 -b .ppc64~
+%patch -P2 -p0 -b .utf8~
+%patch -P3 -p1
# Avoid lib64 rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
3 months, 3 weeks
[lxdvdrip] Fix patch error
by Leigh Scott
commit 29c62abc845b394c8231a78e49ac63f5f7bd3e9a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:16:20 2024 +0100
Fix patch error
lxdvdrip.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxdvdrip.spec b/lxdvdrip.spec
index fa2ebf4..870b599 100644
--- a/lxdvdrip.spec
+++ b/lxdvdrip.spec
@@ -35,8 +35,8 @@ only a single Pass Read is needed.
%prep
%setup -q -n lxdvdrip
-%patch0 -p0 -b .makefile
-%patch1 -p0 -b .requant
+%patch -P0 -p0 -b .makefile
+%patch -P1 -p0 -b .requant
chmod 644 doc-pak/lxdvdrip.conf.*
3 months, 3 weeks
[lxdream] Fix patch error
by Leigh Scott
commit 42f21c00e30ec98ea99366b49d200f16776dfa2f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:14:24 2024 +0100
Fix patch error
lxdream.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxdream.spec b/lxdream.spec
index 6e41aaf..53a5a8a 100644
--- a/lxdream.spec
+++ b/lxdream.spec
@@ -31,8 +31,8 @@ is already capable of running many demos and some games.
%prep
%setup -q
-%patch0 -p1 -b .glib
-%patch1 -p1 -b .implicit
+%patch -P0 -p1 -b .glib
+%patch -P1 -p1 -b .implicit
#Fix the desktop file
sed -i "s/Categories=Game;Emulator/Categories=Game;Emulator;/" lxdream.desktop
3 months, 3 weeks