Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmoto for openSUSE:Factory checked in at 2023-01-18 14:23:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmoto (Old) and /work/SRC/openSUSE:Factory/.xmoto.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmoto" Wed Jan 18 14:23:20 2023 rev:5 rq:1059346 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xmoto/xmoto.changes 2020-08-25 09:40:39.524263851 +0200 +++ /work/SRC/openSUSE:Factory/.xmoto.new.32243/xmoto.changes 2023-01-18 14:23:25.400153547 +0100 @@ -1,0 +2,7 @@ +Tue Jan 17 16:34:55 UTC 2023 - Carsten Ziepke <[email protected]> + +- Add BuildRequires SDL2 for openSUSE Leap: fix for building with + sdl12_compat +- Remove obsolete if/else BuildRequire for lua, we need lua 5.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmoto.spec ++++++ --- /var/tmp/diff_new_pack.t4bFoC/_old 2023-01-18 14:23:26.044157154 +0100 +++ /var/tmp/diff_new_pack.t4bFoC/_new 2023-01-18 14:23:26.052157199 +0100 @@ -1,7 +1,7 @@ # # spec file for package xmoto # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,14 +39,14 @@ BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(lua5.1) BuildRequires: pkgconfig(ode) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(zlib) Requires: %{name}-data = %{version} -%if 0%{?suse_version} >= 1330 -BuildRequires: pkgconfig(lua5.1) -%else -BuildRequires: pkgconfig(lua) +# Fix for: Failed loading SDL2 library on openSUSE Leap +%if 0%{?suse_version} <= 1500 +BuildRequires: pkgconfig(sdl2) %endif %description
