diff --git a/SDL2.spec b/SDL2.spec index 911531bbe1c99e1f7549dca50447b9b1767dc568..fa1c5345b2d2f15aa87d34ec6d83a228a57be6be 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