Hello community,

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

Package is "lua-luasql"

Wed Jul 15 14:55:21 2020 rev:2 rq:819747 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luasql/lua-luasql.changes    2018-12-12 
17:26:34.575022214 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luasql.new.3060/lua-luasql.changes  
2020-07-15 14:55:31.886848445 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 19:06:15 UTC 2020 - Matej Cepl <[email protected]>
+
+- Add lua54 as new build target
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lua-luasql.spec ++++++
--- /var/tmp/diff_new_pack.QFgYch/_old  2020-07-15 14:55:33.310849910 +0200
+++ /var/tmp/diff_new_pack.QFgYch/_new  2020-07-15 14:55:33.314849914 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package luasql
+# spec file for package lua-luasql
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2014 Malcolm J Lewis <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global flavor @BUILD_FLAVOR@%{nil}
 %define flavor_dec $(c=%{flavor}; echo ${c:0:-1}.${c: -1})
 %define flavor_ver %{lua:ver, ok = string.gsub(rpm.expand("%{flavor}"), 
"lua(%d)(%d)", "%1.%2"); print(ver)}
@@ -41,13 +42,13 @@
 # PATCH-FIX-OPENSUSE luasql-fix-configuration.patch [email protected] 
-- Clean up building and add rpm optflags.
 Patch0:         luasql-fix-configuration.patch
 BuildRequires:  %{flavor}-devel
+BuildRequires:  libiodbc-devel
 BuildRequires:  libmysqlclient-devel
+BuildRequires:  pkg-config
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite3-devel
-BuildRequires:  libiodbc-devel
-BuildRequires:  pkg-config
-Requires:       libmariadb3
 Requires:       %{flavor}
+Requires:       libmariadb3
 
 %description
 A simple interface from Lua to a DBMS. It enables a Lua program to:
@@ -73,7 +74,6 @@
 make %{?_smp_mflags} \
     DRIVER_INCS="-I%{_includedir}" DRIVER_LIBS_odbc="-liodbc" odbc
 
-
 %install
 %make_install LUA_LIBDIR='$(DESTDIR)%{lua_archdir}' sqlite3
 %make_install LUA_LIBDIR='$(DESTDIR)%{lua_archdir}' postgres

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.QFgYch/_old  2020-07-15 14:55:33.342849943 +0200
+++ /var/tmp/diff_new_pack.QFgYch/_new  2020-07-15 14:55:33.342849943 +0200
@@ -1,4 +1,5 @@
 <multibuild>
 <package>lua51</package>
 <package>lua53</package>
+<package>lua54</package>
 </multibuild>


Reply via email to