Hello community,

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

Package is "lua-luasocket"

Wed Jul 15 11:30:55 2020 rev:5 rq:819302 version:3.0~rc1+git20170515.5a17f79

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luasocket/lua-luasocket.changes      
2019-03-18 10:36:24.739517063 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luasocket.new.3060/lua-luasocket.changes    
2020-07-15 11:34:00.826144753 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 21:03:56 UTC 2020 - Callum Farmer <callumjfarme...@gmail.com>
+
+- Switch to multibuild and add lua54 build target.
+
+-------------------------------------------------------------------

Old:
----
  lua51-luasocket.changes
  lua51-luasocket.spec
  lua53-luasocket.changes
  lua53-luasocket.spec
  pre_checkin.sh

New:
----
  _multibuild

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

Other differences:
------------------
++++++ lua-luasocket.spec ++++++
--- /var/tmp/diff_new_pack.j3EoQq/_old  2020-07-15 11:34:05.862150050 +0200
+++ /var/tmp/diff_new_pack.j3EoQq/_new  2020-07-15 11:34:05.866150054 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-luasocket
 #
-# Copyright (c) 2019 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
@@ -16,15 +16,14 @@
 #
 
 
-%define flavor lua
+%define flavor @BUILD_FLAVOR@
 %define mod_name luasocket
-Name:           %{flavor}-%{mod_name}
 Version:        3.0~rc1+git20170515.5a17f79
 Release:        0
 Summary:        Network support for the Lua language
 License:        MIT
 Group:          Development/Languages/Other
-Url:            https://github.com/diegonehab/luasocket
+URL:            https://github.com/diegonehab/luasocket
 Source:         %{mod_name}-%{version}.tar.xz
 Patch0:         luasocket-makefile.patch
 BuildRequires:  %{flavor}-devel
@@ -33,8 +32,11 @@
 Provides:       luasocket = %{version}
 Obsoletes:      luasocket < %{version}
 %endif
-%if "%{flavor}" == "lua"
+%if "%{flavor}" == ""
 ExclusiveArch:  do_not_build
+Name:           lua-%{mod_name}
+%else
+Name:           %{flavor}-%{mod_name}
 %endif
 
 %description

++++++ _multibuild ++++++
<multibuild>
<package>lua51</package>
<package>lua53</package>
<package>lua54</package>
</multibuild>

Reply via email to