Hello community, here is the log from the commit of package lua-lgi for openSUSE:Factory checked in at 2015-09-03 18:03:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-lgi (Old) and /work/SRC/openSUSE:Factory/.lua-lgi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-lgi" Changes: -------- --- /work/SRC/openSUSE:Factory/lua-lgi/lua-lgi.changes 2015-08-05 06:48:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lua-lgi.new/lua-lgi.changes 2015-09-03 18:09:57.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 2 08:56:31 UTC 2015 - [email protected] + +- Only depend on Lua(API) in Tumbleweed: openSUSE 13.2, Leap and + SLE12 do not yet provide this symbol. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-lgi.spec ++++++ --- /var/tmp/diff_new_pack.K6uwYx/_old 2015-09-03 18:09:58.000000000 +0200 +++ /var/tmp/diff_new_pack.K6uwYx/_new 2015-09-03 18:09:58.000000000 +0200 @@ -31,8 +31,11 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8 BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(lua) +%if 0%{?suse_version} > 1320 +# LUA in openSUSE 13.2, Leap and SLE12 does not yet provide Lua(API), and as such we can only depend on it in TW # we need the 'branch' of lua this package was built against (lua_version nicely provides this info) Requires: Lua(API) = %{lua_version} +%endif %description Dynamic Lua binding to any library which is introspectable
