Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-penlight for openSUSE:Factory checked in at 2022-11-24 12:23:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-penlight (Old) and /work/SRC/openSUSE:Factory/.lua-penlight.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-penlight" Thu Nov 24 12:23:54 2022 rev:6 rq:1037599 version:1.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-penlight/lua-penlight.changes 2022-08-23 14:27:05.439284747 +0200 +++ /work/SRC/openSUSE:Factory/.lua-penlight.new.1597/lua-penlight.changes 2022-11-24 12:23:58.541582154 +0100 @@ -1,0 +2,5 @@ +Wed Nov 23 10:43:32 UTC 2022 - Michal Suchanek <[email protected]> + +- Fix missing dependency on lua-macros (boo#1205612) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-penlight.spec ++++++ --- /var/tmp/diff_new_pack.WGlHUI/_old 2022-11-24 12:23:59.025585230 +0100 +++ /var/tmp/diff_new_pack.WGlHUI/_new 2022-11-24 12:23:59.029585256 +0100 @@ -1,5 +1,5 @@ # -# spec file +# spec file for package lua-penlight # # Copyright (c) 2022 SUSE LLC # Copyright (c) 2012 Togan Muftuoglu [email protected] @@ -23,12 +23,6 @@ %ifluadefault %define with_main 1 %endif -%if "%{flavor}" == "" -Name: lua-%{mod_name} -ExclusiveArch: do_not_build -%else -Name: %{flavor}-%{mod_name} -%endif Version: 1.13.1 Release: 0 Summary: Generally useful modules inspired by the Python standard libraries @@ -40,11 +34,18 @@ BuildRequires: %{flavor}-ldoc BuildRequires: %{flavor}-luafilesystem BuildRequires: %{flavor}-markdown +BuildRequires: lua-macros Requires: %{flavor} Requires: %{flavor}-luafilesystem -BuildArch: noarch Recommends: lua-%{mod_name}-doc +BuildArch: noarch %lua_provides +%if "%{flavor}" == "" +Name: lua-%{mod_name} +ExclusiveArch: do_not_build +%else +Name: %{flavor}-%{mod_name} +%endif %description A set of pure Lua libraries focusing on input data handling (such as
