Hello community,

here is the log from the commit of package SDL2 for openSUSE:Factory checked in 
at 2020-04-18 00:28:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL2 (Old)
 and      /work/SRC/openSUSE:Factory/.SDL2.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2"

Sat Apr 18 00:28:30 2020 rev:31 rq:794506 version:2.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes        2020-03-14 
09:54:15.627062572 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2.new.2738/SDL2.changes      2020-04-18 
00:29:09.593894460 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 08:32:06 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Restore libSDL2main.a, patching it out was not easily possible.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SDL2.spec ++++++
--- /var/tmp/diff_new_pack.HFPukT/_old  2020-04-18 00:29:10.513896365 +0200
+++ /var/tmp/diff_new_pack.HFPukT/_new  2020-04-18 00:29:10.517896373 +0200
@@ -137,9 +137,11 @@
 %install
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
-# We do not want static libs, but using --disable-static leads to make aborting
-# halfway through %%build. Now it can be removed though.
-rm -f "%buildroot/%_libdir/"*.a
+rm -fv "%buildroot/%_libdir/libSDL2.a" "%buildroot/%_libdir/libSDL2_test.a"
+# Need to keep libSDL2main.a (empty lib), because it is referenced by
+# sdl2-config.cmake, and it seems like that .cmake file cannot be edited to
+# make SDL2::SDL2main a phony target with no file (just leads to more Makefile
+# errors down the road).
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -157,5 +159,6 @@
 %_datadir/aclocal/sdl2.m4
 %_libdir/pkgconfig/sdl2.pc
 %_libdir/cmake/SDL2/
+%_libdir/libSDL2main.a
 
 %changelog



Reply via email to