Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sdl12_compat for openSUSE:Factory checked in at 2022-06-17 21:18:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sdl12_compat (Old) and /work/SRC/openSUSE:Factory/.sdl12_compat.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sdl12_compat" Fri Jun 17 21:18:31 2022 rev:2 rq:982792 version:1.2.52 Changes: -------- --- /work/SRC/openSUSE:Factory/sdl12_compat/sdl12_compat.changes 2022-06-12 17:38:59.682128527 +0200 +++ /work/SRC/openSUSE:Factory/.sdl12_compat.new.1548/sdl12_compat.changes 2022-06-17 21:18:43.758650266 +0200 @@ -1,0 +2,12 @@ +Wed Jun 15 12:12:01 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Require x11 and xorgproto just like SDL-devel. + +------------------------------------------------------------------- +Wed Jun 15 10:57:30 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Depend on the actual libSDL2 library which is being dlopen()'ed. +- Require pkgconfig(gl) and pkgconfig)glu) from the devel package, + as our headers include GL/gl.h and GL/glu.h (boo#1200562). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sdl12_compat.spec ++++++ --- /var/tmp/diff_new_pack.wZLWS9/_old 2022-06-17 21:18:44.218650515 +0200 +++ /var/tmp/diff_new_pack.wZLWS9/_new 2022-06-17 21:18:44.230650522 +0200 @@ -43,6 +43,7 @@ Summary: SDL Graphics Routines for Primitives and Other Support Functions Group: System/Libraries Conflicts: libSDL-1_2-0 +%requires_eq %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libSDL2.so)) %description -n %lname This is the "Simple DirectMedia Layer" library built from sdl12_compat. @@ -53,6 +54,10 @@ Summary: Libraries, includes and more to develop SDL-1.2 applications Group: Development/Libraries/X11 Requires: %lname = %version +Requires: pkgconfig(gl) +Requires: pkgconfig(glu) +Requires: pkgconfig(x11) +Requires: pkgconfig(xproto) Conflicts: SDL-devel Provides: SDL-devel = %version-%release Provides: libSDL-devel = %version-%release