[gnuboy] Fix patch error
by Leigh Scott
commit 7ce9b671eca35b39fa451144cb3bdd18b381f2e2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:05:36 2024 +0100
Fix patch error
gnuboy.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnuboy.spec b/gnuboy.spec
index b28ae6e..c890ea6 100644
--- a/gnuboy.spec
+++ b/gnuboy.spec
@@ -65,10 +65,10 @@ This is the frame buffer version.
%prep
%setup -q
%ifarch %{ix86} ppc
-%patch0 -p1
+%patch -P0 -p1
%endif
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%configure --disable-arch --disable-optimize --disable-asm \
3 months, 3 weeks
[gltron] Fix patch error
by Leigh Scott
commit 7aa15c70f44fd875f59ecf0d8d1ae15741b2f251
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:03:27 2024 +0100
Fix patch error
gltron.spec | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gltron.spec b/gltron.spec
index 41ba387..8831b21 100644
--- a/gltron.spec
+++ b/gltron.spec
@@ -34,16 +34,16 @@ BuildRequires: autoconf automake gcc-c++
%prep
%setup -q
-%patch0 -p0 -b .gcc~
-%patch1 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
-%patch23 -p1
-%patch24 -p1
-%patch25 -p1
-%patch26 -p1
-%patch27 -p1
+%patch -P0 -p0 -b .gcc~
+%patch -P1 -p1
+%patch -P20 -p1
+%patch -P21 -p1
+%patch -P22 -p1
+%patch -P23 -p1
+%patch -P24 -p1
+%patch -P25 -p1
+%patch -P26 -p1
+%patch -P27 -p1
# remove generated files
rm aclocal.m4 config.guess config.sub configure depcomp install-sh missing \
3 months, 3 weeks
[gambatte] Fix patch error
by Leigh Scott
commit 35009525d0e9fac63f0dfeb4b8afc4fce96bff87
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:00:06 2024 +0100
Fix patch error
gambatte.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gambatte.spec b/gambatte.spec
index 5c69ece..b827d29 100644
--- a/gambatte.spec
+++ b/gambatte.spec
@@ -89,7 +89,7 @@ This is a simple command-line SDL front-end.
%prep
%setup -q -n %{name}_src-r%{version}
-%patch0 -p1
+%patch -P0 -p1
# Fix file encoding
for txtfile in README
3 months, 3 weeks
[mesa-freeworld] handle the new gallium drivers
by Thorsten Leemhuis
commit 35d7e98b956d870093fdaca452e4dfedf35dd311
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Fri Aug 2 07:55:24 2024 +0200
handle the new gallium drivers
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 82b1ca3..3bf6b9f 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -301,6 +301,7 @@ rm -rf %{buildroot}%{_libdir}/{d3d,EGL,gallium-pipe,libGLX,pkgconfig}
rm -rf %{buildroot}%{_includedir}/{d3dadapter,EGL,GL,KHR}
rm -fr %{buildroot}%{_sysconfdir}/OpenGL
rm -fr %{buildroot}%{_libdir}/libGL.so*
+rm -fr %{buildroot}%{_libdir}/libgallium-*.so
rm -fr %{buildroot}%{_libdir}/libglapi.so*
rm -fr %{buildroot}%{_libdir}/libOSMesa.so*
rm -fr %{buildroot}%{_libdir}/pkgconfig/osmesa.pc
@@ -322,6 +323,7 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_radeonsi}
%{_libdir}/dri/radeonsi_drv_video.so
%endif
+%{_libdir}/dri/libgallium_drv_video.so
%{_libdir}/dri/virtio_gpu_drv_video.so
%{_metainfodir}/org.mesa3d.vaapi.freeworld.metainfo.xml
%license docs/license.rst
@@ -336,6 +338,7 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_radeonsi}
%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
%endif
+%{_libdir}/vdpau/libvdpau_gallium.so.1*
%{_libdir}/vdpau/libvdpau_virtio_gpu.so.1*
%{_metainfodir}/org.mesa3d.vdpau.freeworld.metainfo.xml
%license docs/license.rst
3 months, 3 weeks
[mixxx] - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
by Sérgio M. Basto
commit 4cafd74a9c669580c166e215a167ec6792574d0e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 2 06:14:30 2024 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
mixxx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index ae1e0a7..7e919c1 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -222,6 +222,9 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.4.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
* Wed May 29 2024 Luis Correia <luis.f.correia(a)gmail.com> - 2.4.1-1
- New upstream release 2.4.1
3 months, 3 weeks
[mesa-freeworld] - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
by Sérgio M. Basto
commit a6fd2b4ba2aa4100e89f91f72e4e71c13df3d735
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 2 06:07:43 2024 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
mesa-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index b1e0cfb..82b1ca3 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -71,7 +71,7 @@ Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
%global ver 24.2.0-rc3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
URL: http://www.mesa3d.org
@@ -342,6 +342,9 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 24.2.0~rc3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
* Thu Aug 1 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.2.0-rc3-1
- Update to 24.2.0-rc3
- Drop upstreamed patch
3 months, 3 weeks