commit lua-ldbus for openSUSE:Factory

2023-01-25 Thread Source-Sync
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 
+
+- Blank line required after %%autosetup on SLE12
+
+---
+Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek 
+
+- Fix missing dependency on lua-macros (boo#1205612)
+
+---
+Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek 
+
+- 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


commit lua-ldbus for openSUSE:Factory

2021-02-18 Thread Source-Sync
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 2021-02-18 20:42:59

Comparing /work/SRC/openSUSE:Factory/lua-ldbus (Old)
 and  /work/SRC/openSUSE:Factory/.lua-ldbus.new.28504 (New)


Package is "lua-ldbus"

Thu Feb 18 20:42:59 2021 rev:6 rq:873542 version:0.0+git20190816.9e176fe

Changes:

--- /work/SRC/openSUSE:Factory/lua-ldbus/lua-ldbus.changes  2020-07-15 
14:55:03.090818831 +0200
+++ /work/SRC/openSUSE:Factory/.lua-ldbus.new.28504/lua-ldbus.changes   
2021-02-18 20:54:32.639559540 +0100
@@ -1,0 +2,5 @@
+Thu Feb 18 15:51:00 UTC 2021 - Callum Farmer 
+
+- Use %lua_provides macro for default lua versioning
+
+---



Other differences:
--
++ lua-ldbus.spec ++
--- /var/tmp/diff_new_pack.gRc8ui/_old  2021-02-18 20:54:33.099559972 +0100
+++ /var/tmp/diff_new_pack.gRc8ui/_new  2021-02-18 20:54:33.103559975 +0100
@@ -33,10 +33,7 @@
 %else
 BuildRequires:  pkgconfig(dbus-1)
 %endif
-%if "%{flavor}" == "lua53"
-Provides:   lua-%{mod_name} = %{version}
-Obsoletes:  lua-%{mod_name} < %{version}
-%endif
+%lua_provides
 %if "%{flavor}" == ""
 Name:   lua-%{mod_name}
 ExclusiveArch:  do_not_build