Hello community, here is the log from the commit of package lua-luadbi for openSUSE:Leap:15.2 checked in at 2020-03-16 12:21:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/lua-luadbi (Old) and /work/SRC/openSUSE:Leap:15.2/.lua-luadbi.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luadbi" Mon Mar 16 12:21:11 2020 rev:12 rq:785461 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/lua-luadbi/lua-luadbi.changes 2020-01-15 15:27:40.790652274 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.lua-luadbi.new.3160/lua-luadbi.changes 2020-03-16 12:21:12.159709932 +0100 @@ -1,0 +2,5 @@ +Wed Jun 12 11:24:33 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Fix build after the postgresql package gained two devel packages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luadbi.spec ++++++ --- /var/tmp/diff_new_pack.t8gvFO/_old 2020-03-16 12:21:12.951710061 +0100 +++ /var/tmp/diff_new_pack.t8gvFO/_new 2020-03-16 12:21:12.951710061 +0100 @@ -1,7 +1,7 @@ # # spec file for package lua-luadbi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Summary: A database interface library for Lua License: MIT Group: Productivity/Databases/Tools -Url: https://code.google.com/p/luadbi +URL: https://code.google.com/p/luadbi # Formely found on code.google.com Source: luadbi.%{version}.tar.gz # PATCH-FIX-UPSTREAM [email protected] - fix postgresql headers' path @@ -31,6 +31,7 @@ BuildRequires: %{flavor}-devel BuildRequires: libmysqld-devel BuildRequires: postgresql-devel +BuildRequires: postgresql-server-devel BuildRequires: sqlite3-devel Requires: %{flavor} %if "%{flavor}" == "" @@ -69,7 +70,8 @@ cp -r *.lua %{buildroot}%{lua_noarchdir} %files -%doc README COPYING +%license COPYING +%doc README %{lua_archdir}/*.so %{lua_noarchdir}/*.lua
