Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-ldbus for openSUSE:Factory checked in at 2023-01-25 17:44:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-ldbus (Old) and /work/SRC/openSUSE:Factory/.lua-ldbus.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-ldbus" Wed Jan 25 17:44:49 2023 rev:7 rq:1060955 version:0.0+git20190816.9e176fe Changes: -------- --- /work/SRC/openSUSE:Factory/lua-ldbus/lua-ldbus.changes 2021-02-18 20:54:32.639559540 +0100 +++ /work/SRC/openSUSE:Factory/.lua-ldbus.new.32243/lua-ldbus.changes 2023-01-25 17:50:35.750439587 +0100 @@ -1,0 +2,15 @@ +Wed Jan 25 12:37:35 UTC 2023 - Michal Suchanek <[email protected]> + +- Blank line required after %%autosetup on SLE12 + +------------------------------------------------------------------- +Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <[email protected]> + +- Fix missing dependency on lua-macros (boo#1205612) + +------------------------------------------------------------------- +Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <[email protected]> + +- Opencode %make_build to prevent build failure when not defined. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-ldbus.spec ++++++ --- /var/tmp/diff_new_pack.aC91Kd/_old 2023-01-25 17:50:36.366442878 +0100 +++ /var/tmp/diff_new_pack.aC91Kd/_new 2023-01-25 17:50:36.370442899 +0100 @@ -1,7 +1,7 @@ # # spec file for package lua-ldbus # -# 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 @@ -27,6 +27,7 @@ Source: lua-ldbus-%{version}.tar.xz Patch0: lua54.patch BuildRequires: %{flavor}-devel +BuildRequires: lua-macros Requires: %{flavor} %if 0%{?suse_version} < 1330 BuildRequires: dbus-1-devel @@ -46,6 +47,7 @@ %prep %autosetup -n lua-ldbus-%{version} -p1 + %if "%{flavor}" != "lua53" sed -i -e "s/lua5.3/lua%{lua_version}/" src/Makefile %endif @@ -58,7 +60,7 @@ %endif %endif cd src -%make_build +make %{?_make_output_sync} %{?_smp_mflags} %install cd src
