[megasync] - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
by Sérgio M. Basto
commit 806dcd4536c0aa0a061a2339ccee5047f550e93c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:43:17 2024 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
megasync.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/megasync.spec b/megasync.spec
index 4b301fc..77e211d 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -15,7 +15,7 @@
Name: megasync
Version: 5.2.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@ -264,6 +264,9 @@ popd
%endif
%changelog
+* Sat Aug 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 5.2.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
* Thu Jun 20 2024 Vasiliy Glazov <vascom2(a)gmail.com> - 5.2.1.0-1
- Update to 5.2.1.0
3 months, 3 weeks
[TestU01] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 6df22bb92e716237e1751d2842162edfb104eb95
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:37:28 2024 +0100
Fix error: %patchN is obsolete
TestU01.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/TestU01.spec b/TestU01.spec
index 9830f55..299d628 100644
--- a/TestU01.spec
+++ b/TestU01.spec
@@ -42,7 +42,7 @@ Headers and shared object symbolic links for the %{name}.
%prep
%setup -q
-%patch1 -p1 -b .fix-format-security
+%patch -P1 -p1 -b .fix-format-security
# Convert to utf-8
for file in COPYING param/LCGGranger.par; do
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
3 months, 3 weeks
[Frodo] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 35d38c05360034f8f6907146392d42641a766a29
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:36:02 2024 +0100
Fix error: %patchN is obsolete
Frodo.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Frodo.spec b/Frodo.spec
index 6876274..be7f40c 100644
--- a/Frodo.spec
+++ b/Frodo.spec
@@ -58,11 +58,11 @@ An enhanced Tcl/Tk preferences GUI for Frodo written by Gerard Decatrel
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p0
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p0
+%patch -P4 -p1
%build
cd Src
3 months, 3 weeks
[zsnes] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 74b3dee402857d5655dbb03707d2a0bf0ab1668a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:34:30 2024 +0100
Fix error: %patchN is obsolete
zsnes.spec | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/zsnes.spec b/zsnes.spec
index cdb3965..c4aa658 100644
--- a/zsnes.spec
+++ b/zsnes.spec
@@ -69,19 +69,19 @@ and to save the game state, even network play is possible.
%prep
%setup -q -n %{name}_%{pkgsubdir}/src
-%patch1 -p2
-%patch2 -p2
-%patch3 -p2
-%patch4 -p2
-%patch5 -p2
-%patch6 -p2
-%patch7 -p2
-%patch8 -p2
-%patch9 -p2
-%patch10 -p0
-%patch11 -p1
-%patch12 -p2
-%patch13 -p2
+%patch -P1 -p2
+%patch -P2 -p2
+%patch -P3 -p2
+%patch -P4 -p2
+%patch -P5 -p2
+%patch -P6 -p2
+%patch -P7 -p2
+%patch -P8 -p2
+%patch -P9 -p2
+%patch -P10 -p0
+%patch -P11 -p1
+%patch -P12 -p2
+%patch -P13 -p2
# Remove hardcoded CFLAGS and LDFLAGS
sed -i \
3 months, 3 weeks
[yabause] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 496a3fd038c818789770fe839af40da42cdffcb3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:32:08 2024 +0100
Fix error: %patchN is obsolete
yabause.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/yabause.spec b/yabause.spec
index c34c686..7e42f33 100644
--- a/yabause.spec
+++ b/yabause.spec
@@ -37,7 +37,7 @@ but optionally a real Saturn BIOS can be used, however it is not included.
%setup
# Fix the dos crap to make patching easy
dos2unix src/qt/ui/*
-%patch0 -p2
+%patch -P0 -p2
#fix end-of-line encoding
find \( -name \*.c\* -or -name \*.h\* -or -name AUTHORS \) -exec sed -i 's/\r$//' {} \;
3 months, 3 weeks
[xvst] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 0b08b9c64faf8fdb7e080030fa68f9527991955f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:29:32 2024 +0100
Fix error: %patchN is obsolete
xvst.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/xvst.spec b/xvst.spec
index c87bec0..229dca8 100644
--- a/xvst.spec
+++ b/xvst.spec
@@ -52,14 +52,14 @@ rm -rf src/rtmpdump
# Patches provided by getdeb.net. Add/fix download sites and turns off
# automatic updates.
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
# Fix path names and end-of-line encoding.
sed -i "s|getApplicationPath()\ +\ \"|\"/usr/share/%{name}|g" src/options.cpp
3 months, 3 weeks
[xmris] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 93f7935d9ef94da59f82aa76b87d364ed7cee45c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:27:49 2024 +0100
Fix error: %patchN is obsolete
xmris.spec | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/xmris.spec b/xmris.spec
index ce41da8..447f67d 100644
--- a/xmris.spec
+++ b/xmris.spec
@@ -19,7 +19,7 @@ Patch6: 0006-Fix-key-presses-getting-lost.patch
Patch7: 0007-Change-key-binding-defaults-to-something-sane.patch
Patch8: 0008-Fix-compiler-warnings.patch
# Patches for safe global highscore handling
-Patch9: 0009-Remove-TRANSPUTER-stuff.patch
+Patch9: 0009-Remove-TRANSPUTER-stuff.patch
Patch10: 0010-Remove-USELOCKFILE-stuff.patch
Patch11: 0011-Remove-seteuid-stuff.patch
Patch12: 0012-Drop-dir-option.patch
@@ -57,25 +57,25 @@ A level editor for %{name}.
%prep
%setup -q -n %{name}.%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
+%patch -P10 -p1
+%patch -P11 -p1
+%patch -P12 -p1
+%patch -P13 -p1
+%patch -P14 -p1
+%patch -P15 -p1
+%patch -P16 -p1
+%patch -P17 -p1
+%patch -P18 -p1
+%patch -P19 -p1
%build
3 months, 3 weeks
[xine-plugin] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 7a3631ee0ed309e9a1df59b7c87fff99356f4a82
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:23:37 2024 +0100
Fix error: %patchN is obsolete
xine-plugin.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xine-plugin.spec b/xine-plugin.spec
index 3eaceaa..c092cba 100644
--- a/xine-plugin.spec
+++ b/xine-plugin.spec
@@ -37,7 +37,7 @@ Features:
%prep
%setup -q
-%patch0 -p0
+%patch -P0 -p0
%build
3 months, 3 weeks
[wormsofprey] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit f9bf3172aa7fd56296c43db756496ba244405f8e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:18:39 2024 +0100
Fix error: %patchN is obsolete
wormsofprey.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wormsofprey.spec b/wormsofprey.spec
index 3ffa567..029455e 100644
--- a/wormsofprey.spec
+++ b/wormsofprey.spec
@@ -25,8 +25,8 @@ and Multiple moving goals.
%prep
%setup -q -n wop-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -i 's|^CXXFLAGS ?= .*|CXXFLAGS ?= %{optflags}|' sdlwidgets/Makefile \
src/Makefile
sed -i 's|data = ./data|data = %{_datadir}/%{name}|' woprc
3 months, 3 weeks