Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lagrange for openSUSE:Factory checked in at 2026-03-31 15:29:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lagrange (Old) and /work/SRC/openSUSE:Factory/.lagrange.new.1999 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lagrange" Tue Mar 31 15:29:03 2026 rev:94 rq:1343881 version:1.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lagrange/lagrange.changes 2026-03-22 14:14:51.859911241 +0100 +++ /work/SRC/openSUSE:Factory/.lagrange.new.1999/lagrange.changes 2026-03-31 15:29:26.462154065 +0200 @@ -1,0 +2,5 @@ +Tue Mar 24 09:40:11 UTC 2026 - Adam Mizerski <[email protected]> + +- specify minimal cmake and sdl version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lagrange.spec ++++++ --- /var/tmp/diff_new_pack.CENK5R/_old 2026-03-31 15:29:27.222185722 +0200 +++ /var/tmp/diff_new_pack.CENK5R/_new 2026-03-31 15:29:27.226185888 +0200 @@ -26,7 +26,7 @@ License: BSD-2-Clause URL: https://gmi.skyjake.fi/lagrange Source0: https://git.skyjake.fi/skyjake/lagrange/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.10 BuildRequires: libunistring-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -39,7 +39,8 @@ BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(ncursesw) >= 6 BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(sdl2) +# https://github.com/skyjake/lagrange/issues/768 +BuildRequires: pkgconfig(sdl2) >= 2.0.12 BuildRequires: pkgconfig(zlib) %description
