Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luaterm for openSUSE:Factory checked in at 2021-02-04 20:23:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luaterm (Old) and /work/SRC/openSUSE:Factory/.lua-luaterm.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luaterm" Thu Feb 4 20:23:48 2021 rev:6 rq:868188 version:0.07 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luaterm/lua-luaterm.changes 2020-07-13 09:04:43.703972571 +0200 +++ /work/SRC/openSUSE:Factory/.lua-luaterm.new.28504/lua-luaterm.changes 2021-02-04 20:24:24.526856827 +0100 @@ -1,0 +2,5 @@ +Wed Jan 27 15:57:55 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Use %lua_provides macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luaterm.spec ++++++ --- /var/tmp/diff_new_pack.Ou1YhN/_old 2021-02-04 20:24:25.150857777 +0100 +++ /var/tmp/diff_new_pack.Ou1YhN/_new 2021-02-04 20:24:25.154857783 +0100 @@ -17,31 +17,29 @@ %define flavor @BUILD_FLAVOR@ -%define mod_name lua-term +%define mod_name luaterm +%define rname lua-term Version: 0.07 Release: 0 Summary: Terminal operations for Lua License: MIT URL: https://github.com/hoelzro/lua-term -Source: https://github.com/hoelzro/lua-term/archive/%{version}.tar.gz#$/%{mod_name}-%{version}.tar.gz +Source: https://github.com/hoelzro/lua-term/archive/%{version}.tar.gz#$/%{rname}-%{version}.tar.gz BuildRequires: %{flavor}-devel Requires: %{flavor} -%if "%{flavor}" == "lua53" -Provides: lua-luaterm = %{version} -Obsoletes: lua-luaterm < %{version} -%endif +%lua_provides %if "%{flavor}" == "" -Name: lua-luaterm +Name: lua-%{mod_name} ExclusiveArch: do_not_build %else -Name: %{flavor}-luaterm +Name: %{flavor}-%{mod_name} %endif %description This package provides terminal operations for Lua %prep -%setup -q -n %{mod_name}-%{version} +%setup -q -n %{rname}-%{version} %build %make_build \