Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-moonscript for openSUSE:Factory checked in at 2021-02-18 20:42:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-moonscript (Old) and /work/SRC/openSUSE:Factory/.lua-moonscript.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-moonscript" Thu Feb 18 20:42:07 2021 rev:3 rq:873523 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-moonscript/lua-moonscript.changes 2020-07-15 14:56:43.058921641 +0200 +++ /work/SRC/openSUSE:Factory/.lua-moonscript.new.28504/lua-moonscript.changes 2021-02-18 20:54:18.691546446 +0100 @@ -1,0 +2,5 @@ +Thu Feb 18 16:01:33 UTC 2021 - Callum Farmer <[email protected]> + +- Use %lua_provides macro for default lua versioning + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-moonscript.spec ++++++ --- /var/tmp/diff_new_pack.8fxOeO/_old 2021-02-18 20:54:19.179546904 +0100 +++ /var/tmp/diff_new_pack.8fxOeO/_new 2021-02-18 20:54:19.183546908 +0100 @@ -18,7 +18,7 @@ %define flavor @BUILD_FLAVOR@ %if "%{flavor}" == "test" -%define flavor lua51 +%define flavor lua54 %bcond_without test %else %bcond_with test @@ -48,20 +48,17 @@ Requires(postun): update-alternatives # optionally BuildRequires: %%{flavor}-lnotify BuildArch: noarch -%if "%{flavor}" == "lua53" -Provides: lua-moonscript = %{version} -Obsoletes: lua-moonscript < %{version} -%endif +%lua_provides +%if ! %{with test} %if "%{flavor}" == "" -Name: lua-moonscript +Name: lua-%{mod_name} ExclusiveArch: do_not_build %else -%if %{with test} +Name: %{flavor}-%{mod_name} +%endif +%else Name: %{flavor}-moonscript-test BuildRequires: %{flavor}-busted -%else -Name: %{flavor}-moonscript -%endif %endif %description
