Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luasql for openSUSE:Factory checked in at 2025-11-05 16:18:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luasql (Old) and /work/SRC/openSUSE:Factory/.lua-luasql.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luasql" Wed Nov 5 16:18:20 2025 rev:8 rq:1315175 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luasql/lua-luasql.changes 2025-07-22 12:20:27.268520464 +0200 +++ /work/SRC/openSUSE:Factory/.lua-luasql.new.1980/lua-luasql.changes 2025-11-05 16:20:58.952832409 +0100 @@ -1,0 +2,18 @@ +Fri Oct 31 17:54:52 UTC 2025 - Matej Cepl <[email protected]> + +- Fix ownership of %%{lua_archdir}/luasql directory. + +------------------------------------------------------------------- +Fri Oct 24 14:49:49 UTC 2025 - Matej Cepl <[email protected]> + +- Switch off building lua51 build of the package. +- Remove already upstreamed luasql-fix-configuration.patch + (actually it already happened three commits before, but OBS + doesn't read older change records, it seems). + +------------------------------------------------------------------- +Sun Oct 12 00:39:58 UTC 2025 - Matej Cepl <[email protected]> + +- Make the package buildable with LuaJIT. + +------------------------------------------------------------------- Old: ---- luasql-fix-configuration.patch ----------(Old B)---------- Old:- Switch off building lua51 build of the package. - Remove already upstreamed luasql-fix-configuration.patch (actually it already happened three commits before, but OBS ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luasql.spec ++++++ --- /var/tmp/diff_new_pack.BOEUaK/_old 2025-11-05 16:20:59.604859817 +0100 +++ /var/tmp/diff_new_pack.BOEUaK/_new 2025-11-05 16:20:59.604859817 +0100 @@ -17,9 +17,7 @@ # -%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)} +%global flavor @BUILD_FLAVOR@ %define mod_name luasql Version: 2.7.0 Release: 0 @@ -41,13 +39,13 @@ BuildRequires: sqlite3-devel Requires: %{flavor} Requires: libmariadb3 -%lua_provides %if "%{flavor}" == "" Name: lua-%{mod_name} ExclusiveArch: do_not_build %else Name: %{flavor}-%{mod_name} %endif +%lua_provides %description A simple interface from Lua to a DBMS. It enables a Lua program to: @@ -79,14 +77,13 @@ %make_install LUA_LIBDIR='$(DESTDIR)%{lua_archdir}' odbc %check -export LUA_PATH='%{buildroot}%{lua_archdir}/?.lua;;' +export LUA_PATH='%{buildroot}%{lua_archdir}/?.lua;' export LUA_CPATH='%{buildroot}%{lua_archdir}/?.so' -lua%{lua_version} tests/test.lua sqlite3 +lua tests/test.lua sqlite3 %files %doc doc/us/* -%dir %{lua_archdir}/luasql -%{lua_archdir}/luasql/ +%{lua_archdir}/luasql # TODO? Split to subpackages? # /usr/lib64/lua/%%{lua_version}/luasql # /usr/lib64/lua/%%{lua_version}/luasql/mysql.so ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.BOEUaK/_old 2025-11-05 16:20:59.652861834 +0100 +++ /var/tmp/diff_new_pack.BOEUaK/_new 2025-11-05 16:20:59.656862003 +0100 @@ -1,5 +1,5 @@ <multibuild> -<package>lua51</package> +<package>luajit</package> <package>lua53</package> <package>lua54</package> </multibuild> ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.BOEUaK/_old 2025-11-05 16:20:59.680863012 +0100 +++ /var/tmp/diff_new_pack.BOEUaK/_new 2025-11-05 16:20:59.684863180 +0100 @@ -1,6 +1,6 @@ -mtime: 1751991519 -commit: f322383e27ba147f7610d3291329613e27b4a0612779b48bdc00f8461e41948c +mtime: 1761933331 +commit: 4fdf52f139b0023f72c290dc87fb7e1c85a1ac1cbe7197ff4d1d3d6d9ac5cd44 url: https://src.opensuse.org/lua/lua-luasql.git -revision: f322383e27ba147f7610d3291329613e27b4a0612779b48bdc00f8461e41948c +revision: 4fdf52f139b0023f72c290dc87fb7e1c85a1ac1cbe7197ff4d1d3d6d9ac5cd44 projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-10-31 18:55:58.000000000 +0100 @@ -0,0 +1,6 @@ +*.obscpio +.osc +_scmsync.obsinfo +.assets/ +_build* +.pbuild
