Hello community,

here is the log from the commit of package lua-luasystem for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:43:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/lua-luasystem (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.lua-luasystem.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-luasystem"

Wed Feb 19 18:43:54 2020 rev:1 rq:775368 version:0.21

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.lua-luasystem.new.26092/lua-luasystem.changes 
2020-02-19 18:43:55.186500594 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sun May 19 19:08:01 CEST 2019 - Matej Cepl <[email protected]>
+
+- Initial import of luasystem version 0.2.1

New:
----
  _multibuild
  lua-luasystem.changes
  lua-luasystem.spec
  luasystem-0.2.1.tar.gz

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

Other differences:
------------------
++++++ lua-luasystem.spec ++++++
#
# spec file for package lua_luasystem
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%define flavor @BUILD_FLAVOR@
%define mod_name luasystem
%define upversion 0.2.1
Version:        0.21
Release:        0
Summary:        Platform independent system calls for Lua
License:        MIT
URL:            https://github.com/o-lim/luasystem
Source:         
https://github.com/o-lim/luasystem/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
BuildRequires:  %{flavor}-devel
Requires:       %{flavor}
%if "%{flavor}" == "lua53"
Provides:       lua-luasystem = %{version}
Obsoletes:      lua-luasystem < %{version}
%endif
%if "%{flavor}" == ""
Name:           lua-luasystem
ExclusiveArch:  do_not_build
%else
Name:           %{flavor}-luasystem
%endif

%description
Adds a Lua API for making platform independent system calls.

%prep
%setup -q -n %{mod_name}-%{upversion}

%build
make %{?_smp_mflags} \
        CWARNS="%{optflags}" \
        LUAINC_linux=%{lua_incdir} \
        CDIR_linux?=%{_lib}/lua/%{lua_version} \
        LUAPREFIX_linux?=%{_prefix} \
        linux

%install
%make_install \
        CWARNS="%{optflags}" \
        LUAINC_linux=%{lua_incdir} \
        LUAPREFIX_linux?=%{_prefix} \
        CDIR_linux?=%{_lib}/lua/%{lua_version} \
        linux

%files
%dir %{lua_archdir}/system
%{lua_archdir}/system/*

%changelog
++++++ _multibuild ++++++
<multibuild>
<package>lua51</package>
<package>lua53</package>
</multibuild>

Reply via email to