Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2019-05-28 09:42:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minetest (Old)
 and      /work/SRC/openSUSE:Factory/.minetest.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minetest"

Tue May 28 09:42:01 2019 rev:8 rq:690637 version:5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/minetest/minetest.changes        2019-03-19 
09:57:49.120116787 +0100
+++ /work/SRC/openSUSE:Factory/.minetest.new.5148/minetest.changes      
2019-05-28 09:42:05.337868713 +0200
@@ -1,0 +2,28 @@
+Tue Apr  2 11:25:15 UTC 2019 - mvet...@suse.com
+
+- Update to 5.0.1:
+  * Fix detached inventory serialisation
+  * Fix texture rotation for wallmounted nodeboxes
+  * Fix build failing on some compilers
+  * Warn about issues with the num_emerge_threads setting
+  * HPChange Reason: Fix issues with custom reasons
+  * Fix FreeBSD build by handling std::time_t properly
+  * Confirm registration GUI: Remove positional strings to fix Windows bug
+  * Prevent multi-line chat messages server-side
+  * httpfetch: Disable IPv6 here too if requested by settings
+
+-------------------------------------------------------------------
+Mon Apr  1 13:10:28 UTC 2019 - Reinhard Max <m...@suse.com>
+
+- bsc#1131077: BuildRequire postgresql-server-devel as a workaround
+  for CMake which explicitly looks for server headers even if just
+  building a client application.
+
+  CAUTION: This workaround should not blindly be copied to other
+  packages that fail to build with PostgreSQL 11. It is always
+  preferrable to convert the package to use pkg-config for linking
+  against libpq instead of pulling in postgresql-server-devel
+  to have pg_config. If in doubt, please talk to m...@suse.com
+  before applying such a workaround.
+
+-------------------------------------------------------------------

Old:
----
  minetest-5.0.0.tar.gz

New:
----
  minetest-5.0.1.tar.gz

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

Other differences:
------------------
++++++ minetest.spec ++++++
--- /var/tmp/diff_new_pack.baJgim/_old  2019-05-28 09:42:06.481868316 +0200
+++ /var/tmp/diff_new_pack.baJgim/_new  2019-05-28 09:42:06.497868311 +0200
@@ -28,7 +28,7 @@
 %bcond_with postgresql
 %endif
 Name:           minetest
-Version:        5.0.0
+Version:        5.0.1
 Release:        0
 Summary:        A InfiniMiner/Minecraft inspired game
 License:        LGPL-2.1-or-later AND CC-BY-SA-3.0
@@ -87,6 +87,11 @@
 %endif
 %if %{with postgresql}
 BuildRequires:  postgresql-devel
+%if 0%{?suse_version} > 1500
+# Workaround for CMake's FindPostgreSQL.cmake depending on internal
+# server headers even if just building a client application.
+BuildRequires:  postgresql-server-devel
+%endif
 %endif
 
 %description

++++++ minetest-5.0.0.tar.gz -> minetest-5.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/minetest/minetest-5.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.minetest.new.5148/minetest-5.0.1.tar.gz differ: 
char 27, line 1


Reply via email to