[telegram-desktop] Update to 5.10.7.
by Vasiliy Glazov
commit f33de7259077e828cf708ca29ec5d0593f7f54c5
Author: Vasiliy Glazov <v.glazov(a)1440.space>
Date: Fri Jan 31 09:15:53 2025 +0300
Update to 5.10.7.
sources | 2 +-
telegram-desktop.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 39cd431..202ae6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-5.10.6-full.tar.gz) = 80c775bb2ef0cb014b54f9fa98983f070a76fadd4592ae6c471808f9e4f15502dcc04cee2bde8b890d45f80791e9a41bc0fc00bee837d2314a53785f066d81ac
+SHA512 (tdesktop-5.10.7-full.tar.gz) = 1761b1489058edb10a78785aca22cf0093761a07a4da721bf5276883d117cece36ae68243288be9e06e18fe7627e9d5f2a80aaa8e521c5eefbaa94118d48979a
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index c02d213..d33c3de 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -9,7 +9,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 5.10.6
+Version: 5.10.7
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -180,6 +180,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Tue Jan 28 2025 Vasiliy Glazov <vascom2(a)gmail.com> - 5.10.7-1
+- Update to 5.10.7
+
* Mon Jan 27 2025 Vasiliy Glazov <vascom2(a)gmail.com> - 5.10.6-1
- Update to 5.10.6
1 week, 3 days
[dosemu] Support C23: avoid keyword usage
by Mamoru Tasaka
commit 217af86ed579e4e45a9b0562215946eeeba6beae
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Fri Jan 31 12:03:52 2025 +0900
Support C23: avoid keyword usage
dosemu-1.4.0.8-c23-keyword.patch | 28 ++++++++++++++++++++++++++++
dosemu.spec | 7 ++++++-
2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/dosemu-1.4.0.8-c23-keyword.patch b/dosemu-1.4.0.8-c23-keyword.patch
new file mode 100644
index 0000000..282a75f
--- /dev/null
+++ b/dosemu-1.4.0.8-c23-keyword.patch
@@ -0,0 +1,28 @@
+diff --git a/src/arch/linux/dosext/sound/midid/midid.h b/src/arch/linux/dosext/sound/midid/midid.h
+index faca5e7f..8369178b 100644
+--- a/src/arch/linux/dosext/sound/midid/midid.h
++++ b/src/arch/linux/dosext/sound/midid/midid.h
+@@ -8,7 +8,7 @@
+ #define _MIDID_H
+
+ typedef unsigned char byte;
+-typedef enum {FALSE, TRUE} bool;
++typedef enum {FALSE, TRUE} enum_bool;
+ typedef enum {EMUMODE_MT32, EMUMODE_GM} Emumode;
+
+ /* Configuration */
+diff --git a/src/base/init/parser.y.in b/src/base/init/parser.y.in
+index 06b52c85..5993bb75 100644
+--- a/src/base/init/parser.y.in
++++ b/src/base/init/parser.y.in
+@@ -92,8 +92,8 @@ int dexe_running = 0;
+ static int dexe_forbid_disk = 1;
+ char own_hostname[128];
+
+-static struct printer nullptr;
+-static struct printer *pptr = &nullptr;
++static struct printer printer_nullptr;
++static struct printer *pptr = &printer_nullptr;
+ static int c_printers = 0;
+
+ static int ports_permission = IO_RDWR;
diff --git a/dosemu.spec b/dosemu.spec
index 6867617..058d20a 100644
--- a/dosemu.spec
+++ b/dosemu.spec
@@ -1,6 +1,6 @@
Name: dosemu
Version: 1.4.0.8
-Release: 37.20131022git%{?dist}
+Release: 38.20131022git%{?dist}
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
@@ -24,6 +24,8 @@ Source: %{name}-%{version}.tgz
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=5663
# memory.h: don't mark pointer to be modified as const
Patch0: 0001-memory.h-don-t-mark-pointer-to-be-modified-as-const.patch
+# C23: avoid keyword usage
+Patch1: dosemu-1.4.0.8-c23-keyword.patch
# Made a FreeDOS bootable image, must be done manually.
@@ -126,6 +128,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%changelog
+* Fri Jan 31 2025 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 1.4.0.8-38.20131022git
+- Support C23: avoid keyword usage
+
* Tue Jan 28 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.4.0.8-37.20131022git
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
1 week, 4 days
[audacity-freeworld] Ignore gcc-15 errors for now
by Leigh Scott
commit 167a269eb09eee3f6d0240d5bbaa0e15afbef757
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jan 31 00:59:02 2025 +0000
Ignore gcc-15 errors for now
audacity-freeworld.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index 50d021b..79c7d6f 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -90,6 +90,7 @@ rm -rf lib-src/{libvamp,libsoxr}/
touch include/RevisionIdent.h
%build
+export CFLAGS="$RPM_OPT_FLAGS -std=gnu17"
%cmake \
-DCMAKE_MODULE_LINKER_FLAGS:STRING="$(wx-config --libs)" \
-DCMAKE_SHARED_LINKER_FLAGS:STRING="$(wx-config --libs)" \
1 week, 4 days
[iozone] Fix build with GCC 15
by Dominik Mierzejewski
commit 0654ac8a475ef04dcad73c6996b04fd7b38c016b
Author: Dominik Mierzejewski <dominik(a)greysector.net>
Date: Fri Jan 31 01:05:03 2025 +0100
Fix build with GCC 15
iozone.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/iozone.spec b/iozone.spec
index f5eb69e..71c909b 100644
--- a/iozone.spec
+++ b/iozone.spec
@@ -39,7 +39,7 @@ popd
%build
%set_build_flags
-export CFLAGS="$CFLAGS -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -fPIE -Wno-unused-but-set-variable"
+export CFLAGS="$CFLAGS -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -fPIE -Wno-unused-but-set-variable -std=gnu17"
pushd src/current
%make_build clean
%make_build linux
@@ -73,6 +73,7 @@ install -p -m644 docs/iozone.1 %{buildroot}/%{_mandir}/man1/
%changelog
* Wed Jan 29 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.506-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+- Fix build with GCC 15 (Dominik Mierzejewski)
* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.506-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
1 week, 4 days
[intel-media-driver] Fix build with GCC 15
by Dominik Mierzejewski
commit 528b85c03efa1cd49efecfac5b5dabf9723d345c
Author: Dominik Mierzejewski <dominik(a)greysector.net>
Date: Thu Jan 30 23:58:35 2025 +0100
Fix build with GCC 15
intel-media-driver-gcc15.patch | 11 +++++++++++
intel-media-driver.spec | 3 +++
2 files changed, 14 insertions(+)
---
diff --git a/intel-media-driver-gcc15.patch b/intel-media-driver-gcc15.patch
new file mode 100644
index 0000000..666a279
--- /dev/null
+++ b/intel-media-driver-gcc15.patch
@@ -0,0 +1,11 @@
+diff -up media-driver-intel-media-24.4.4/media_common/linux/common/os/mos_defs_specific.h.orig media-driver-intel-media-24.4.4/media_common/linux/common/os/mos_defs_specific.h
+--- media-driver-intel-media-24.4.4/media_common/linux/common/os/mos_defs_specific.h.orig 2024-11-28 08:58:40.000000000 +0100
++++ media-driver-intel-media-24.4.4/media_common/linux/common/os/mos_defs_specific.h 2025-01-30 23:31:05.345189790 +0100
+@@ -29,6 +29,7 @@
+
+ #include <pthread.h>
+ #include <semaphore.h>
++#include <cstdint>
+ #include <string>
+
+ typedef pthread_mutex_t MOS_MUTEX, *PMOS_MUTEX; //!< mutex pointer
diff --git a/intel-media-driver.spec b/intel-media-driver.spec
index 7fcbdd2..2be7bc1 100644
--- a/intel-media-driver.spec
+++ b/intel-media-driver.spec
@@ -8,6 +8,8 @@ License: MIT and BSD
URL: https://github.com/intel/media-driver
Source0: %{url}/archive/intel-media-%{version}%{?pre}.tar.gz
Source1: intel-media-driver.metainfo.xml
+# fix build with GCC 15
+Patch0: %{name}-gcc15.patch
# This is an Intel only vaapi backend
ExclusiveArch: i686 x86_64
@@ -113,6 +115,7 @@ mv %{buildroot}%{_libdir}/dri{,-nonfree}
%changelog
* Wed Jan 29 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 24.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+- Fix build with GCC 15 (Dominik Mierzejewski)
* Tue Dec 24 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 24.4.4-1
- Update to 24.4.4
1 week, 4 days
[xine-plugin] The xine-plugin, which was a browser plugin based on Xine, has been obsolete for quite some time. It
by Sérgio M. Basto
commit 484698541f5f70bf94606c5f73e8f6a3475e277c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jan 30 22:52:53 2025 +0000
The xine-plugin, which was a browser plugin based on Xine, has been obsolete for quite some time. It relied on old technologies like NPAPI support, which has been removed from major modern browsers
.gitignore | 1 -
dead.package | 1 +
sources | 1 -
xine-plugin-1.0.2-Sync_prcpucfg_h_with_nspr.patch | 576 ----------------------
xine-plugin.spec | 181 -------
5 files changed, 1 insertion(+), 759 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9027b43
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+The xine-plugin, which was a browser plugin based on Xine, has been obsolete for quite some time. It relied on old technologies like NPAPI support, which has been removed from major modern browsers
1 week, 4 days
[xorg-x11-drv-nvidia] Fix requires and provides
by Leigh Scott
commit 2151d10da003e486a285d9ae25566a5250777bc7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 30 21:30:06 2025 +0000
Fix requires and provides
xorg-x11-drv-nvidia.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 4f124e1..986cf3f 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -23,7 +23,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 570.86.16
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -133,7 +133,7 @@ Provides: nvidia-drivers%{?_isa} = %{?epoch}:%{version}-100
Provides: nvidia-open = %{?epoch}:%{version}-100
Provides: nvidia-open%{?_isa} = %{?epoch}:%{version}-100
Provides: nvidia-open-%(echo %{version} | cut -f 1 -d .) = %{version}
-Provides: nvidia-open-560 = %{version}
+Provides: nvidia-open-570 = %{version}
%description cuda
This package provides the CUDA driver.
@@ -197,7 +197,7 @@ This package provides the Xorg libraries for %{name}.
%package power
Summary: Advanced power management
Requires: %{name}%{?_isa} = %{?epoch}:%{version}
-Requires: systemd = 248
+Requires: systemd >= 248.9
# Mash can't handle noach package
#BuildArch: noarch
@@ -606,6 +606,9 @@ fi ||:
%endif
%changelog
+* Thu Jan 30 2025 Leigh Scott <leigh123linux(a)gmail.com> - 3:570.86.16-2
+- Fix requires and provides
+
* Thu Jan 30 2025 Leigh Scott <leigh123linux(a)gmail.com> - 3:570.86.16-1
- Update to 570.86.16 beta
1 week, 4 days
[ppsspp] Release 1.18.1
by sagitter
commit d1280c74e05b0fa8f784fac3165425ed6bff74d4
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Thu Jan 30 21:57:50 2025 +0100
Release 1.18.1
.gitignore | 1 +
ppsspp-1.18.1-fix_GCC15.patch | 10 ++++++
ppsspp-makesrc.sh | 2 +-
ppsspp.spec | 80 ++++++++++++++++---------------------------
sources | 2 +-
5 files changed, 43 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e1bc84..c619bb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
/ppsspp-ffmpeg-1.16.6.tar.gz
/ppsspp-ffmpeg-1.17.1.tar.gz
/ppsspp-ffmpeg-1.18.tar.gz
+/ppsspp-ffmpeg-1.18.1.tar.gz
diff --git a/ppsspp-1.18.1-fix_GCC15.patch b/ppsspp-1.18.1-fix_GCC15.patch
new file mode 100644
index 0000000..9f9d162
--- /dev/null
+++ b/ppsspp-1.18.1-fix_GCC15.patch
@@ -0,0 +1,10 @@
+--- a/ext/glslang/SPIRV/SpvBuilder.orig.h 2025-01-30 19:05:20.000000000 +0100
++++ b/ext/glslang/SPIRV/SpvBuilder.h 2025-01-30 19:21:20.616291971 +0100
+@@ -47,6 +47,7 @@
+ #ifndef SpvBuilder_H
+ #define SpvBuilder_H
+
++#include <cstdint>
+ #include "Logger.h"
+ #include "spirv.hpp"
+ #include "spvIR.h"
diff --git a/ppsspp-makesrc.sh b/ppsspp-makesrc.sh
index 1e7af63..4d4baff 100755
--- a/ppsspp-makesrc.sh
+++ b/ppsspp-makesrc.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-VERSION=1.18
+VERSION=1.18.1
URL=https://github.com/hrydgard/ppsspp.git
for u in $URL; do
diff --git a/ppsspp.spec b/ppsspp.spec
index 08157f3..48aa91e 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -54,6 +54,7 @@ ExcludeArch: %{power64}
%endif \
-DUSE_SYSTEM_LIBZIP:BOOL=ON \\\
-DUSE_SYSTEM_SNAPPY:BOOL=ON \\\
+ -DUSE_VULKAN_DISPLAY_KHR:BOOL=ON \\\
%ifarch %{ix86} \
-DX86:BOOL=ON \\\
%endif \
@@ -75,8 +76,8 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.18
-Release: 2%{?dist}
+Version: 1.18.1
+Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -102,6 +103,7 @@ Patch0: %{name}-1.1.0-git-version.patch
Patch2: %{name}-ffmpeg-set_x64_build_flags.patch
Patch3: %{name}-ffmpeg-set_aarch64_build_flags.patch
Patch4: %{name}-ffmpeg-set_arm_build_flags.patch
+Patch5: %{name}-1.18.1-fix_GCC15.patch
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv2)
@@ -110,7 +112,7 @@ BuildRequires: pkgconfig(opengl)
%{?el7:BuildRequires: libglvnd-devel}
%{?el7:BuildRequires: pkgconfig(libpng)}
%{?el8:BuildRequires: pkgconfig(libpng16)}
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: make
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
@@ -161,22 +163,22 @@ Provides: bundled(libswscale) = 4
%description libs
Private libraries used by PPSSPP.
+%if %{without qt}
%package sdl
Summary: PPSSPP with SDL frontend
Requires: %{name}-data = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-Obsoletes: %{name} < 0:1.10.2
-Provides: %{name} = 0:%{version}-%{release}
-Obsoletes: %{name}-qt < 0:1.15.3-2
+Obsoletes: %{name}-qt < 0:%{version}-%{release}
%description sdl
PPSSPP with SDL frontend.
+%endif
%if %{with qt}
%package qt
Summary: PPSSPP with Qt5 frontend wrapper
Requires: %{name}-data = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-Obsoletes: %{name} < 0:1.10.2
+Obsoletes: %{name}-sdl < 0:%{version}-%{release}
%description qt
PPSSPP with Qt5 frontend wrapper.
%endif
@@ -192,6 +194,8 @@ PPSSPP with Qt5 frontend wrapper.
%patch -P 4 -p1 -b .backup
%endif
+%patch -P 5 -p1 -b .backup
+
# Remove bundled libraries
rm -rf /ext/native/ext/libzip
rm -rf /ext/native/tools/prebuilt/win64
@@ -273,35 +277,14 @@ export CFLAGS="%{build_cflags} -fPIC -lEGL -lGLESv2"
-DUSING_EGL:BOOL=ON \
-DUSING_GLES2:BOOL=ON \
-DUSING_X11_VULKAN:BOOL=ON \
- -DUSE_WAYLAND_WSI:BOOL=ON \
+ -DUSE_WAYLAND_WSI:BOOL=OFF \
+ -DUSE_SYSTEM_LIBSDL2:BOOL=ON \\\
-DLIBRETRO:BOOL=OFF \
- -DUSING_QT_UI:BOOL=OFF \
- %{common_build_options}
-%make_build -C build
-
%if %{with qt}
-mkdir -p build2
-%if %{with debug}
-export CXXFLAGS="-O0 -g -fPIC -lEGL -lGLESv2"
-export CFLAGS="-O0 -g -fPIC -lEGL -lGLESv2"
-%cmake3 -B build2 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
- -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" \
- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-O0 -g -DDEBUG" \
-%else
-export CXXFLAGS="%{build_cxxflags} -fPIC -lEGL -lGLESv2"
-export CFLAGS="%{build_cflags} -fPIC -lEGL -lGLESv2"
-%cmake3 -B build2 -DCMAKE_BUILD_TYPE:STRING=Release \
-%endif
- -DOpenGL_GL_PREFERENCE:STRING=GLVND \
- -DUSING_EGL:BOOL=ON \
- -DUSING_GLES2:BOOL=ON \
- -DUSING_X11_VULKAN:BOOL=ON \
- -DUSE_WAYLAND_WSI:BOOL=ON \
-DUSING_QT_UI:BOOL=ON \
- -DLIBRETRO:BOOL=ON \
- %{common_build_options}
-%make_build -C build2
%endif
+ %{common_build_options}
+%make_build -C build
%install
%make_install -C build
@@ -309,19 +292,21 @@ export CFLAGS="%{build_cflags} -fPIC -lEGL -lGLESv2"
# Install PPSSPP executable
mkdir -p %{buildroot}%{_bindir}
%if %{with qt}
-install -pm 755 build2/PPSSPPQt %{buildroot}%{_bindir}/
+install -pm 755 build/PPSSPPQt %{buildroot}%{_bindir}/
desktop-file-install -m 644 %SOURCE5 --dir=%{buildroot}%{_datadir}/applications
desktop-file-install -m 644 %SOURCE7 --dir=%{buildroot}%{_datadir}/applications
%endif
+%if %{without qt}
install -pm 755 build/PPSSPPSDL %{buildroot}%{_bindir}/
+%endif
# Install libraries
mkdir -p %{buildroot}%{_libdir}/%{name}
%if %{with qt}
-cp -a build2/lib/*.so* %{buildroot}%{_libdir}/%{name}/
+cp -a build/lib/*.so* %{buildroot}%{_libdir}/%{name}/
# Install data files
mkdir -p %{buildroot}%{_datadir}/%{name}
-cp -a build2/assets %{buildroot}%{_datadir}/%{name}/
+cp -a build/assets %{buildroot}%{_datadir}/%{name}/
install -pm 644 Qt/languages/*.ts %{buildroot}%{_datadir}/%{name}/assets/lang/
%endif
cp -u build/lib/*.so* %{buildroot}%{_libdir}/%{name}/
@@ -358,40 +343,32 @@ install -pm 644 icons/icon-114.png %{buildroot}%{_datadir}/icons/%{name}/%{name}
# Install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
+%if %{without qt}
desktop-file-install -m 644 %SOURCE3 --dir=%{buildroot}%{_datadir}/applications
+%endif
# Already installed
rm -f %{buildroot}%{_datadir}/applications/PPSSPPSDL.desktop
+rm -f %{buildroot}%{_datadir}/applications/PPSSPPQt.desktop
# Install appdata file
mkdir -p %{buildroot}%{_metainfodir}
-install -pm 644 %SOURCE4 %{buildroot}%{_metainfodir}/
%if %{with qt}
install -pm 644 %SOURCE6 %{buildroot}%{_metainfodir}/
+%else
+install -pm 644 %SOURCE4 %{buildroot}%{_metainfodir}/
%endif
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
-%if 0%{?rhel}
-%post
-/bin/touch --no-create %{_datadir}/icons/%{name} &>/dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/%{name} &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/%{name} &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/%{name} &>/dev/null || :
-%endif
-
+%if %{without qt}
%files sdl
%doc README.md
%license LICENSE.TXT
%{_bindir}/PPSSPPSDL
%{_datadir}/applications/%{name}.desktop
%{_metainfodir}/%{name}.appdata.xml
+%endif
%if %{with qt}
%files qt
@@ -421,6 +398,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Thu Jan 30 2025 Antonio Trande <sagitter(a)fedoraproject.org> - 1.18.1-1
+- Release 1.18.1
+
* Tue Jan 28 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index dda11dd..3eac7da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-ffmpeg-1.18.tar.gz) = 8385ac484b805b402900d78080d90845ebda86652cd3bbd6b6aac08fe27a84a1c6a7fdeedb0148a8bca20e8deb98a5932d68390362f9cbdea0582ee5956b8b8e
+SHA512 (ppsspp-ffmpeg-1.18.1.tar.gz) = 55210378a9d49090e1f0e49568c659d8f14cca899cfb3427dc681d2ac50cd0d63a28ddde25b00dd5aa12703626b91074301ff95199543784f38d9a4c42566a54
1 week, 4 days
[nvidia-open-kmod] Update to 570.86.16 beta
by Leigh Scott
commit 4db2e361eb1f29b033f2e6e3434c8dff594c8ee2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 30 18:11:51 2025 +0000
Update to 570.86.16 beta
make_modeset_default.patch | 26 +++++++++-----------------
nvidia-open-kmod.spec | 7 +++++--
sources | 2 +-
3 files changed, 15 insertions(+), 20 deletions(-)
---
diff --git a/make_modeset_default.patch b/make_modeset_default.patch
index 9d8147e..e9e9084 100644
--- a/make_modeset_default.patch
+++ b/make_modeset_default.patch
@@ -1,6 +1,7 @@
---- a/kernel-open/nvidia-drm/nvidia-drm-linux.c
-+++ b/kernel-open/nvidia-drm/nvidia-drm-linux.c
-@@ -31,13 +31,13 @@
+diff -uNrp a/kernel-open/nvidia-drm/nvidia-drm-linux.c b/kernel-open/nvidia-drm/nvidia-drm-linux.c
+--- a/kernel-open/nvidia-drm/nvidia-drm-linux.c 2025-01-16 03:13:49.000000000 +0000
++++ b/kernel-open/nvidia-drm/nvidia-drm-linux.c 2025-01-24 15:16:44.900620802 +0000
+@@ -31,7 +31,7 @@
MODULE_PARM_DESC(
modeset,
@@ -9,24 +10,15 @@
module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400);
#if defined(NV_DRM_FBDEV_AVAILABLE)
- MODULE_PARM_DESC(
- fbdev,
-- "Create a framebuffer device (1 = enable, 0 = disable (default)) (EXPERIMENTAL)");
-+ "Create a framebuffer device (1 = enable (default), 0 = disable) (EXPERIMENTAL)");
- module_param_named(fbdev, nv_drm_fbdev_module_param, bool, 0400);
- #endif
-
---- a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c
-+++ b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c
-@@ -41,8 +41,8 @@
+diff -uNrp a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c
+--- a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c 2025-01-16 03:13:56.000000000 +0000
++++ b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c 2025-01-24 15:15:16.192929239 +0000
+@@ -41,7 +41,7 @@
#include <drm/drmP.h>
#endif
-bool nv_drm_modeset_module_param = false;
--bool nv_drm_fbdev_module_param = false;
+bool nv_drm_modeset_module_param = true;
-+bool nv_drm_fbdev_module_param = true;
+ bool nv_drm_fbdev_module_param = true;
void *nv_drm_calloc(size_t nmemb, size_t size)
- {
-
diff --git a/nvidia-open-kmod.spec b/nvidia-open-kmod.spec
index 6af118e..d8953cf 100644
--- a/nvidia-open-kmod.spec
+++ b/nvidia-open-kmod.spec
@@ -10,9 +10,9 @@
Name: nvidia-open-kmod
Epoch: 3
-Version: 565.77
+Version: 570.86.16
# Taken over by kmodtool
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA open display driver kernel module
License: GPLv2 and MIT
URL: https://github.com/NVIDIA/open-gpu-kernel-modules
@@ -83,6 +83,9 @@ done
%changelog
+* Thu Jan 30 2025 Leigh Scott <leigh123linux(a)gmail.com> - 3:570.86.16-1
+- Update to 570.86.16 beta
+
* Wed Jan 29 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3:565.77-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index 25ee5a2..a4b55d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (open-gpu-kernel-modules-565.77.tar.gz) = 11c9434fcd1d749fe3b71f00d5126c51bd3efd3f8305d89da5137e06f1cf5dc8eeba4e494d9f4a1f19c31a1ffbe0187062549cb7ea26b5579493bf282a50ad73
+SHA512 (open-gpu-kernel-modules-570.86.16.tar.gz) = c2e637497828f9441cdc4a94037c79da001e040cdaad5efd6001e34ee872eda1245e8fb6310f79fc9f4bfe363c61d1becec124a9a171731b2ccdfcc43a735abb
1 week, 4 days
[nvidia-xconfig] Update to 570.86.16 beta
by Leigh Scott
commit 4e042271d5f337987291de8a5c09b4fb926c717f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 30 16:31:02 2025 +0000
Update to 570.86.16 beta
nvidia-xconfig.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index c45fffd..695934a 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,7 +1,7 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 565.77
-Release: 2%{?dist}
+Version: 570.86.16
+Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
License: GPLv2+
@@ -54,6 +54,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Thu Jan 30 2025 Leigh Scott <leigh123linux(a)gmail.com> - 3:570.86.16-1
+- Update to 570.86.16 beta
+
* Wed Jan 29 2025 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3:565.77-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index db062e4..c5ba1e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-xconfig-565.77.tar.bz2) = 641ca934b79d2a597be56309dfab968ab1b908bfc346c33fe69d9c13c56636e643388b6c1d83918bcc3fda70ecc2a34d6a305422539130424eafd973fc94c41e
+SHA512 (nvidia-xconfig-570.86.16.tar.bz2) = 0c1834a979e8771a6fe29a7e25640f1bb414b2f3db6529ad359079fb5b0db0681c67ab38490c0df9fcbf754a7a6ddcffc8dd7fb4f969214aa81f067a43cfd83f
1 week, 4 days