Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2018-01-28 20:32:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minetest (Old)
 and      /work/SRC/openSUSE:Factory/.minetest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minetest"

Sun Jan 28 20:32:36 2018 rev:4 rq:570215 version:0.4.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/minetest/minetest.changes        2018-01-23 
13:53:14.144923678 +0100
+++ /work/SRC/openSUSE:Factory/.minetest.new/minetest.changes   2018-01-28 
20:33:39.522230077 +0100
@@ -1,0 +2,5 @@
+Tue Jan 23 12:02:40 UTC 2018 - opens...@trummer.xyz
+
+- Added PostgreSQL database backend
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ minetest.spec ++++++
--- /var/tmp/diff_new_pack.PuaViA/_old  2018-01-28 20:33:40.274194951 +0100
+++ /var/tmp/diff_new_pack.PuaViA/_new  2018-01-28 20:33:40.282194577 +0100
@@ -21,9 +21,11 @@
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} > 120100 && 0%{?is_opensuse})
 %bcond_without leveldb
 %bcond_without redis
+%bcond_without postgresql
 %else
 %bcond_with leveldb
 %bcond_with redis
+%bcond_with postgresql
 %endif
 Name:           minetest
 Version:        0.4.16
@@ -87,6 +89,9 @@
 %endif
 %endif
 %endif
+%if %{with postgresql}
+BuildRequires:  postgresql-devel
+%endif
 
 %description
 An infinite-world block sandbox game and a game engine, inspired by
@@ -148,9 +153,14 @@
   -DENABLE_LEVELDB=OFF \
 %endif
 %if %{with redis}
-  -DENABLE_REDIS=ON
+  -DENABLE_REDIS=ON \
+%else
+  -DENABLE_REDIS=OFF \
+%endif
+%if %{with postgresql}
+  -DENABLE_POSTGRESQL=ON
 %else
-  -DENABLE_REDIS=OFF
+  -DENABLE_POSTGRESQL=OFF
 %endif
 make %{?_smp_mflags} V=1
 


Reply via email to