Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package schismtracker for openSUSE:Factory checked in at 2026-05-26 16:34:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/schismtracker (Old) and /work/SRC/openSUSE:Factory/.schismtracker.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "schismtracker" Tue May 26 16:34:41 2026 rev:51 rq:1355130 version:20260524 Changes: -------- --- /work/SRC/openSUSE:Factory/schismtracker/schismtracker.changes 2026-05-25 22:00:36.658363207 +0200 +++ /work/SRC/openSUSE:Factory/.schismtracker.new.2084/schismtracker.changes 2026-05-26 16:34:47.165868937 +0200 @@ -1,0 +2,5 @@ +Tue May 26 00:20:23 UTC 2026 - Jan Engelhardt <[email protected]> + +- Add a runtime dependency on SDL3 because one was missing. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ schismtracker.spec ++++++ --- /var/tmp/diff_new_pack.Wx9Ww7/_old 2026-05-26 16:34:47.953901539 +0200 +++ /var/tmp/diff_new_pack.Wx9Ww7/_new 2026-05-26 16:34:47.957901705 +0200 @@ -37,6 +37,10 @@ BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(libutf8proc) BuildRequires: pkgconfig(sdl3) +# schismtracker uses dlopen, so no automatic dependency finding. We built only +# with the sdl3 loader (and no sdl1/sdl2 loaders), so we should also ensure +# that sdl3 is always present at runtime. +Requires: %(test -f %_libdir/libSDL3.so.0 && /usr/lib/rpm/elfdeps -P --soname-only %_libdir/libSDL3.so.0 || echo broken) %description Schism Tracker is a reimplementation of Impulse Tracker, a ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.Wx9Ww7/_old 2026-05-26 16:34:47.989903029 +0200 +++ /var/tmp/diff_new_pack.Wx9Ww7/_new 2026-05-26 16:34:47.993903195 +0200 @@ -1,5 +1,5 @@ -mtime: 1779725129 -commit: 8855de4da0eb0d2b0c5adbbd2351f5b8e51755bb021f48d3ec0f2aa0840183f6 +mtime: 1779754856 +commit: 5b982143c4c033fd6c6ff36d37792851fcb0d926091b56c74b98147d859dcb77 url: https://src.opensuse.org/jengelh/schismtracker revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-26 02:20:56.000000000 +0200 @@ -0,0 +1 @@ +.osc
