[smc] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 37dd25b38bd7932ef84107e75c57ecc949d6d4b5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:13:12 2024 +0100
Fix error: %patchN is obsolete
smc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/smc.spec b/smc.spec
index c595491..1701e63 100644
--- a/smc.spec
+++ b/smc.spec
@@ -43,8 +43,8 @@ built upon SDL. It is similar to the classic game Super Mario.
%setup -q
#Fix EOL chars
sed -i 's/\r//' docs/style.css docs/*.html docs/*.txt
-%patch0 -p1 -b .patch0
-%patch2 -p1
+%patch -P0 -p1 -b .patch0
+%patch -P2 -p1
sed -i 's/CEGUI-OPENGL/CEGUI-OPENGL-0.6/' configure.ac
autoreconf -i -f
3 months, 3 weeks
[qwinff] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit 4c279ad6f8a23ff4a47a8e267be512027b2a86f0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:09:57 2024 +0100
Fix error: %patchN is obsolete
qwinff.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/qwinff.spec b/qwinff.spec
index ed6abd4..df2da04 100644
--- a/qwinff.spec
+++ b/qwinff.spec
@@ -37,12 +37,12 @@ while advanced users can still adjust conversion parameters in detail.
%prep
%setup -q -n %{name}-%{p1version}
-%patch1 -p1 -b .post
-%patch2 -p1 -b .extradefs
-%patch3 -p1 -b .perex1
-%patch4 -p1 -b .perex2
-%patch5 -p1 -b .perex3
-%patch6 -p1 -b .perex4
+%patch -P1 -p1 -b .post
+%patch -P2 -p1 -b .extradefs
+%patch -P3 -p1 -b .perex1
+%patch -P4 -p1 -b .perex2
+%patch -P5 -p1 -b .perex3
+%patch -P6 -p1 -b .perex4
%build
%make_build QMAKE=qmake-qt5 %{?_qt5_qmake_flags} \
3 months, 3 weeks
[qtav] Fix error: %patchN is obsolete
by Sérgio M. Basto
commit ff91bf597245117a9c0b8d5afe9041fc4dcfa705
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 00:29:16 2024 +0100
Fix error: %patchN is obsolete
qtav.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/qtav.spec b/qtav.spec
index 21ee8b5..3be5cdc 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -130,11 +130,11 @@ This package contains the QtAV based players.
%prep
%autosetup -n %repo-%{version} -N
-%patch0 -p1 -b .backup
-%patch1 -p1 -b .backup
-%patch2 -p1 -b .backup
+%patch -P0 -p1 -b .backup
+%patch -P1 -p1 -b .backup
+%patch -P2 -p1 -b .backup
%if %{with oldffmpeg}
-%patch3 -p1 -b .backup
+%patch -P3 -p1 -b .backup
%endif
# E: script-without-shebang /usr/share/icons/hicolor/scalable/apps/QtAV.svg
3 months, 3 weeks
[lha] - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
by Sérgio M. Basto
commit 57fd005736c555961673a349447924dd60424c7a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 00:29:04 2024 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
lha.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lha.spec b/lha.spec
index 2dd983c..2ae5a27 100644
--- a/lha.spec
+++ b/lha.spec
@@ -4,7 +4,7 @@
Name: lha
Version: 1.14i
-Release: 44%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
+Release: 45%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Archiving and compression utility for LHarc/lha/lzh archives
# Freely redistributable without restriction, and
@@ -53,6 +53,9 @@ install -m 644 man/lha.n %{buildroot}%{_mandir}/ja/mann/lha.n
%lang(ja) %{_mandir}/ja/mann/lha.n*
%changelog
+* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.14i-45.20230913git4f193b1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
* Sun Mar 10 2024 Antonio Trande <sagitter(a)fedoraproject.org> - 1.14i-44.20230913git4f193b1e
- Commit 4f193b1e
3 months, 3 weeks