Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2021-02-25 18:29:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minetest (Old)
 and      /work/SRC/openSUSE:Factory/.minetest.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minetest"

Thu Feb 25 18:29:59 2021 rev:15 rq:875065 version:5.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/minetest/minetest.changes        2020-09-08 
22:51:15.787631570 +0200
+++ /work/SRC/openSUSE:Factory/.minetest.new.2378/minetest.changes      
2021-02-25 18:30:01.314281206 +0100
@@ -1,0 +2,14 @@
+Wed Feb 24 18:02:10 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Fixed build on current Factory (checking symlinks)
+- Update to version 5.4.0
+  * Full log: https://dev.minetest.net/Changelog#5.3.0_.E2.86.92_5.4.0
+  * Removed support for bumpmapping, generated normal maps
+    and parallax occlusion
+  * By default, the crosshair will now change to an "X" when
+    pointing to objects
+  * Prevent players accessing inventories of other players
+  * Prevent interacting with items out of the hotbar
+  * Prevent players from being able to modify ItemStack meta
+
+-------------------------------------------------------------------

Old:
----
  minetest-5.3.0.tar.gz

New:
----
  minetest-5.4.0.tar.gz

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

Other differences:
------------------
++++++ minetest.spec ++++++
--- /var/tmp/diff_new_pack.anRA9Q/_old  2021-02-25 18:30:02.466281954 +0100
+++ /var/tmp/diff_new_pack.anRA9Q/_new  2021-02-25 18:30:02.474281960 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minetest
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,11 @@
 
 %define minetestuser %{name}
 %define minetestgroup %{name}
-%if 0%{?suse_version} >= 1500 || (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:        5.3.0
+Version:        5.4.0
 Release:        0
 Summary:        A InfiniMiner/Minecraft inspired game
 License:        LGPL-2.1-or-later AND CC-BY-SA-3.0
@@ -42,11 +36,6 @@
 # PATCH-FIX-OPENSUSE old-desktopfile-standard.patch [email protected] -- build 
without 'PrefersNonDefaultGPU' option in desktopfile on Leap 15.2 and below
 Patch1:         old-desktopfile-standard.patch
 BuildRequires:  cmake
-%if 0%{?sle_version} > 0 && 0%{?sle_version} <= 150200
-BuildRequires:  desktop-file-utils
-%else
-BuildRequires:  desktop-file-utils >= 0.25
-%endif
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -60,6 +49,8 @@
 BuildRequires:  libXxf86vm-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  ncurses-devel
+# Needed for symlink checking
+BuildRequires:  opengl-games-utils
 BuildRequires:  pkgconfig
 BuildRequires:  spatialindex-devel
 BuildRequires:  systemd-rpm-macros
@@ -76,30 +67,29 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(zlib)
-Requires:       %{name}-data = %{version}
-Requires:       opengl-games-utils
-Provides:       minetest-runtime = %{version}
-Recommends:     %{name}-lang
-Recommends:     minetest-game
+%if 0%{?sle_version} > 0 && 0%{?sle_version} <= 150200
+BuildRequires:  desktop-file-utils
+%else
+BuildRequires:  desktop-file-utils >= 0.25
+%endif
 %if %{with leveldb}
 BuildRequires:  leveldb-devel
 %endif
 %if %{with redis}
-%if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(hiredis)
-%else
-BuildRequires:  hiredis-devel
-%endif
 %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
+Requires:       %{name}-data = %{version}
+Requires:       opengl-games-utils
+Recommends:     %{name}-lang
+Recommends:     minetest-game
+Provides:       minetest-runtime = %{version}
 
 %description
 An infinite-world block sandbox game and a game engine, inspired by
@@ -113,8 +103,8 @@
 Group:          Amusements/Games/3D/Simulation
 Requires:       %{name}-data = %{version}
 Requires(pre):  shadow
-Provides:       minetest-runtime = %{version}
 Recommends:     minetest-game
+Provides:       minetest-runtime = %{version}
 %{?systemd_requires}
 
 %description -n %{name}server
@@ -206,16 +196,6 @@
 
 %post
 desktop-file-validate %{_datadir}/applications/net.minetest.minetest.desktop
-%if 0%{?suse_version} < 1500
-%desktop_database_post
-%icon_theme_cache_post
-%endif
-
-%if 0%{?suse_version} < 1500
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
 
 %pre -n %{name}server
 getent group %{name} > /dev/null || %{_sbindir}/groupadd -r %{minetestgroup}

++++++ minetest-5.3.0.tar.gz -> minetest-5.4.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/minetest/minetest-5.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.minetest.new.2378/minetest-5.4.0.tar.gz differ: 
char 13, line 1

Reply via email to