From 043f5b58aa01e2d65b226ecf7e5c724ffe6d742e Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 30 Jun 2025 08:53:08 +0800 Subject: [PATCH] fix conflicts sub package --- SDL2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SDL2.spec b/SDL2.spec index 911531b..fa1c534 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,6 +1,6 @@ Name: SDL2 Version: 2.32.56 -Release: 1 +Release: 2 Summary: SDL2 compatibility layer that uses SDL3 behind the scenes License: Zlib URL: https://www.libsdl.org/ @@ -26,7 +26,7 @@ directly and do not use this layer. %package devel Summary: Files needed to develop Simple DirectMedia Layer applications Requires: %{name} = %{version}-%{release} -Conflicts: SDL2-devel%{?_isa} < 2.32.56 +Conflicts: SDL2-static%{?_isa} < 2.32.56 Requires: pkgconfig(gl) Requires: pkgconfig(glu) Requires: pkgconfig(x11) @@ -90,6 +90,9 @@ rm -f %{buildroot}%{_datadir}/licenses/sdl2-compat/LICENSE.txt %{_libdir}/cmake/SDL2/SDL2-staticTargets*.cmake %changelog +* Mon Jun 30 2025 Funda Wang - 2.32.56-2 +- fix conflicts sub package + * Tue Jun 17 2025 Funda Wang - 2.32.56-1 - convert to sdl2-compat towards sdl3 -- Gitee