Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luadbi for openSUSE:Factory checked in at 2024-10-07 21:48:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luadbi (Old) and /work/SRC/openSUSE:Factory/.lua-luadbi.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luadbi" Mon Oct 7 21:48:56 2024 rev:8 rq:1205567 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luadbi/lua-luadbi.changes 2024-02-22 21:01:01.236657509 +0100 +++ /work/SRC/openSUSE:Factory/.lua-luadbi.new.19354/lua-luadbi.changes 2024-10-07 21:49:33.803590427 +0200 @@ -1,0 +2,12 @@ +Thu Oct 3 15:12:49 UTC 2024 - Matej Cepl <mc...@cepl.eu> + +- Update to 0.7.3: + - oracle column name bugfix + - [travis] fix mysql grant error + - Don't break SQLite 3.6.20 as shipped in RHEL/CentOS 6 + - dbd/mysql/statement.c: fix compilation with mysql-8 + - Issue 56: Remove useless setting of is_null + - Issue-66: dbd/mysql/statement.c: return nil for NULL + - Attempt to provide partial fix for Issue #64. + +------------------------------------------------------------------- Old: ---- luadbi-0.7.2.tar.gz New: ---- luadbi-0.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luadbi.spec ++++++ --- /var/tmp/diff_new_pack.KpcaMB/_old 2024-10-07 21:49:34.439616889 +0200 +++ /var/tmp/diff_new_pack.KpcaMB/_new 2024-10-07 21:49:34.443617055 +0200 @@ -18,14 +18,15 @@ %define flavor @BUILD_FLAVOR@ %define mod_name luadbi -Version: 0.7.2 +Version: 0.7.3 Release: 0 Summary: A database interface library for Lua License: MIT Group: Productivity/Databases/Tools URL: https://github.com/mwild1/luadbi +Source0: https://github.com/mwild1/%{mod_name}/archive/refs/tags/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz # Formely found on code.google.com -Source: luadbi-%{version}.tar.gz +Source1: luadbi-%{version}.tar.gz Source50: tests-modules-load.lua # PATCH-FIX-UPSTREAM marguer...@opensuse.org - fix postgresql headers' path Patch0: luadbi-postgresql-headers.patch @@ -35,7 +36,7 @@ BuildRequires: postgresql-server-devel BuildRequires: sqlite3-devel Requires: %{flavor} -%lua_provides +# %%lua_provides %if "%{flavor}" == "" Name: lua-%{mod_name} ExclusiveArch: do_not_build @@ -70,7 +71,7 @@ %check # run tests -lua%lua_version %{SOURCE50} "%{buildroot}" +lua%{lua_version} %{SOURCE50} %{buildroot} %files %license COPYING ++++++ luadbi-0.7.2.tar.gz -> luadbi-0.7.3.tar.gz ++++++ ++++ 8685 lines of diff (skipped) ++++++ luadbi-postgresql-headers.patch ++++++ --- /var/tmp/diff_new_pack.KpcaMB/_old 2024-10-07 21:49:34.571622381 +0200 +++ /var/tmp/diff_new_pack.KpcaMB/_new 2024-10-07 21:49:34.575622548 +0200 @@ -1,9 +1,13 @@ ---- luadbi-0.7.2/dbd/postgresql/dbd_postgresql.h.orig 2019-01-14 12:39:17.000000000 +0300 -+++ luadbi-0.7.2/dbd/postgresql/dbd_postgresql.h 2020-10-04 08:26:13.372785212 +0300 +--- + dbd/postgresql/dbd_postgresql.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/dbd/postgresql/dbd_postgresql.h ++++ b/dbd/postgresql/dbd_postgresql.h @@ -1,4 +1,4 @@ -#include <libpq-fe.h> +#include <pgsql/libpq-fe.h> #include <dbd/common.h> - /* + /*