Hello community,

here is the log from the commit of package lua-moonscript for openSUSE:Factory 
checked in at 2020-07-15 14:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-moonscript (Old)
 and      /work/SRC/openSUSE:Factory/.lua-moonscript.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-moonscript"

Wed Jul 15 14:56:37 2020 rev:2 rq:819793 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-moonscript/lua-moonscript.changes    
2020-04-08 19:55:10.309057127 +0200
+++ /work/SRC/openSUSE:Factory/.lua-moonscript.new.3060/lua-moonscript.changes  
2020-07-15 14:56:43.058921641 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 19:07:18 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Add lua54 as new build target
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lua-moonscript.spec ++++++
--- /var/tmp/diff_new_pack.knCe9s/_old  2020-07-15 14:56:43.922922529 +0200
+++ /var/tmp/diff_new_pack.knCe9s/_new  2020-07-15 14:56:43.926922534 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-moonscript
 #
-# 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/
 #
 
 
@@ -30,22 +30,24 @@
 Summary:        A programmer friendly language that compiles to Lua
 License:        MIT
 Group:          Development/Libraries/Other
-Url:            http://moonscript.org/
+URL:            http://moonscript.org/
 Source:         
https://github.com/leafo/moonscript/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
+BuildRequires:  %{flavor}-alt-getopt
+BuildRequires:  %{flavor}-argparse >= 0.5
 BuildRequires:  %{flavor}-devel
+BuildRequires:  %{flavor}-loadkit
 BuildRequires:  %{flavor}-lpeg >= 0.10
-BuildRequires:  %{flavor}-argparse >= 0.5
 BuildRequires:  %{flavor}-luafilesystem >= 1.5
-BuildRequires:  %{flavor}-loadkit
-BuildRequires:  %{flavor}-alt-getopt
-# optionally BuildRequires:  %%{flavor}-lnotify
-BuildArch:      noarch
 Requires:       %{flavor}
-Requires:       %{flavor}-loadkit
 Requires:       %{flavor}-alt-getopt
-Requires:       %{flavor}-luafilesystem
-Requires:       %{flavor}-lpeg
 Requires:       %{flavor}-argparse
+Requires:       %{flavor}-loadkit
+Requires:       %{flavor}-lpeg
+Requires:       %{flavor}-luafilesystem
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+# optionally BuildRequires:  %%{flavor}-lnotify
+BuildArch:      noarch
 %if "%{flavor}" == "lua53"
 Provides:       lua-moonscript = %{version}
 Obsoletes:      lua-moonscript < %{version}
@@ -61,15 +63,13 @@
 Name:           %{flavor}-moonscript
 %endif
 %endif
-Requires(post):   update-alternatives
-Requires(postun):  update-alternatives
 
 %description
 A programmer friendly language that compiles to Lua.
 
 %prep
 %setup -q -n %{mod_name}-%{upversion}
-sed -i 's|^#!/usr/bin/env lua|#!/usr/bin/lua%{lua_version}|' bin/moon{,c}
+sed -i 's|^#!%{_bindir}/env lua|#!%{_bindir}/lua%{lua_version}|' bin/moon{,c}
 
 %build
 /bin/true
@@ -115,8 +115,8 @@
 %{_bindir}/moonc
 %{_bindir}/moonc-%{lua_version}
 %{lua_noarchdir}/moon*
-%ghost %_sysconfdir/alternatives/moon
-%ghost %_sysconfdir/alternatives/moonc
+%ghost %{_sysconfdir}/alternatives/moon
+%ghost %{_sysconfdir}/alternatives/moonc
 %endif
 
 %changelog

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.knCe9s/_old  2020-07-15 14:56:43.958922567 +0200
+++ /var/tmp/diff_new_pack.knCe9s/_new  2020-07-15 14:56:43.958922567 +0200
@@ -1,5 +1,6 @@
 <multibuild>
 <package>lua51</package>
 <package>lua53</package>
+<package>lua54</package>
 <package>test</package>
 </multibuild>


Reply via email to