Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-macros for openSUSE:Factory 
checked in at 2021-04-15 16:56:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-macros (Old)
 and      /work/SRC/openSUSE:Factory/.lua-macros.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-macros"

Thu Apr 15 16:56:35 2021 rev:5 rq:884658 version:20170611

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-macros/lua-macros.changes    2021-03-10 
08:48:08.686324755 +0100
+++ /work/SRC/openSUSE:Factory/.lua-macros.new.12324/lua-macros.changes 
2021-04-15 16:56:38.630600867 +0200
@@ -1,0 +2,5 @@
+Fri Apr  9 10:03:41 UTC 2021 - Callum Farmer <[email protected]>
+
+- Add %lua_version_nodots to equal package naming
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- Add -e (exclude) option
+- Add -e (exclude) option to %lua_provides

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

Other differences:
------------------
++++++ lua-macros.spec ++++++
--- /var/tmp/diff_new_pack.6Wcauz/_old  2021-04-15 16:56:39.082601582 +0200
+++ /var/tmp/diff_new_pack.6Wcauz/_new  2021-04-15 16:56:39.082601582 +0200
@@ -15,7 +15,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+%if %{undefined _rpmmacrodir}
+%define _rpmmacrodir %{_rpmconfigdir}/macros.d
+%endif
 Name:           lua-macros
 Version:        20170611
 Release:        0
@@ -40,9 +42,9 @@
 :
 
 %install
-install -D -m 644 macros.lua %{buildroot}%{_usr}/lib/rpm/macros.d/macros.lua
+install -Dm644 macros.lua %{buildroot}%{_rpmmacrodir}/macros.lua
 
 %files
-%{_usr}/lib/rpm/macros.d/macros.lua
+%{_rpmmacrodir}/macros.lua
 
 %changelog

++++++ macros.lua ++++++
--- /var/tmp/diff_new_pack.6Wcauz/_old  2021-04-15 16:56:39.118601639 +0200
+++ /var/tmp/diff_new_pack.6Wcauz/_new  2021-04-15 16:56:39.118601639 +0200
@@ -2,6 +2,7 @@
 
 # The major.minor version of Lua
 %lua_version %(lua -e 'print(_VERSION)' | cut -d ' ' -f 2)
+%lua_version_nodots %(perl -e "print %{lua_version}*10")
 
 # compiled modules should go here
 %lua_archdir %{_libdir}/lua/%{lua_version}

Reply via email to