Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-luarocks for openSUSE:Factory 
checked in at 2022-11-24 12:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luarocks (Old)
 and      /work/SRC/openSUSE:Factory/.lua-luarocks.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-luarocks"

Thu Nov 24 12:22:26 2022 rev:13 rq:1037592 version:3.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luarocks/lua-luarocks.changes        
2022-09-04 22:11:22.652217387 +0200
+++ /work/SRC/openSUSE:Factory/.lua-luarocks.new.1597/lua-luarocks.changes      
2022-11-24 12:22:36.769062516 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 10:33:53 UTC 2022 - Michal Suchanek <[email protected]>
+
+- Fix missing dependency on lua-macros (boo#1205612)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua-luarocks.spec ++++++
--- /var/tmp/diff_new_pack.2I0WXE/_old  2022-11-24 12:22:37.401066532 +0100
+++ /var/tmp/diff_new_pack.2I0WXE/_new  2022-11-24 12:22:37.405066558 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package lua-luarocks
 #
 # Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2012 Togan Muftuoglu [email protected]
@@ -20,12 +20,6 @@
 %define flavor @BUILD_FLAVOR@%{nil}
 %define mod_name luarocks
 %define lua_value  %(echo "%{flavor}" |sed -e 's:lua::')
-%if "%{flavor}" == ""
-Name:           lua-%{mod_name}
-ExclusiveArch:  do_not_build
-%else
-Name:           %{flavor}-%{mod_name}
-%endif
 Version:        3.9.1
 Release:        0
 Summary:        A deployment and management system for Lua modules
@@ -36,6 +30,7 @@
 Patch0:         lib64.patch
 BuildRequires:  %{flavor}-devel
 BuildRequires:  curl
+BuildRequires:  lua-macros
 BuildRequires:  openssl
 BuildRequires:  unzip
 Requires:       %{flavor}
@@ -43,10 +38,16 @@
 Requires:       openssl
 Requires:       unzip
 Requires:       zip
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 %lua_provides
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
+%if "%{flavor}" == ""
+Name:           lua-%{mod_name}
+ExclusiveArch:  do_not_build
+%else
+Name:           %{flavor}-%{mod_name}
+%endif
 
 %description
 LuaRocks allows you to install Lua modules as self-contained packages

Reply via email to