Hello community,

here is the log from the commit of package lua-macros for openSUSE:Factory 
checked in at 2020-04-19 21:34:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-macros (Old)
 and      /work/SRC/openSUSE:Factory/.lua-macros.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-macros"

Sun Apr 19 21:34:44 2020 rev:2 rq:793406 version:20170611

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-macros/lua-macros.changes    2017-08-14 
12:34:44.528469565 +0200
+++ /work/SRC/openSUSE:Factory/.lua-macros.new.2738/lua-macros.changes  
2020-04-19 21:34:46.722307156 +0200
@@ -1,0 +2,10 @@
+Sun Apr 12 13:22:39 UTC 2020 - Matej Cepl <[email protected]>
+
+- Modify lua_incdir to work even on Fedora/RHEL
+
+-------------------------------------------------------------------
+Sun Apr 12 13:14:02 UTC 2020 - Matej Cepl <[email protected]>
+
+- Install into /usr/lib/ not libexec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lua-macros.spec ++++++
--- /var/tmp/diff_new_pack.hBFvke/_old  2020-04-19 21:34:48.574310975 +0200
+++ /var/tmp/diff_new_pack.hBFvke/_new  2020-04-19 21:34:48.578310984 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-macros
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:        Macros for lua language
 License:        MIT
 Group:          Development/Languages/Other
-Url:            http://www.lua.org
+URL:            https://www.lua.org
 Source0:        macros.lua
 Requires:       lua
 BuildArch:      noarch
@@ -31,15 +31,18 @@
 RPM macros for lua packaging
 
 %prep
-:
+cp -p %{SOURCE0} .
+%if 0%{?rhel} || 0%{?fedora}
+sed -i -e '/includedir/s!/lua!&-!' macros.lua
+%endif
 
 %build
 :
 
 %install
-install -D -m 644 %{SOURCE0} %{buildroot}%{_libexecdir}/rpm/macros.d/macros.lua
+install -D -m 644 macros.lua %{buildroot}%{_usr}/lib/rpm/macros.d/macros.lua
 
 %files
-%{_libexecdir}/rpm/macros.d/macros.lua
+%{_usr}/lib/rpm/macros.d/macros.lua
 
 %changelog


Reply via email to