Hello community,

here is the log from the commit of package lua-luadbi for openSUSE:Factory 
checked in at 2019-06-13 23:02:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luadbi (Old)
 and      /work/SRC/openSUSE:Factory/.lua-luadbi.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-luadbi"

Thu Jun 13 23:02:50 2019 rev:3 rq:709395 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luadbi/lua-luadbi.changes    2017-10-31 
15:44:05.849562056 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luadbi.new.4811/lua-luadbi.changes  
2019-06-13 23:02:52.787417764 +0200
@@ -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.q6ijus/_old  2019-06-13 23:02:53.251417360 +0200
+++ /var/tmp/diff_new_pack.q6ijus/_new  2019-06-13 23:02:53.255417358 +0200
@@ -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
 


Reply via email to