Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2018-08-24 17:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minetest (Old)
 and      /work/SRC/openSUSE:Factory/.minetest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minetest"

Fri Aug 24 17:12:18 2018 rev:6 rq:631181 version:0.4.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/minetest/minetest.changes        2018-03-09 
10:47:34.696555219 +0100
+++ /work/SRC/openSUSE:Factory/.minetest.new/minetest.changes   2018-08-24 
17:12:27.974667995 +0200
@@ -1,0 +2,69 @@
+Tue Aug  7 13:07:35 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.4.17.1:
+  * Fix boo#1103904
+  * Fix crash caused by log_deprecated
+    and the use of deprecated functions
+  * Fix crash on pause menu when pressing up/down keys
+- Remove use-pkg-config-to-find-luajit.patch: fixed upstream.
+- Update to version 0.4.17:
+  * Dungeons: Mostly fix missing stair nodes
+  * Cavegen: Fix variable typo that broke mgvalleys large cave
+    distribution
+  * Prevent translating empty strings
+  * upright_sprite: Fix texture position for players
+  * core.rotate_node: Do not trigger after_place_node for mod
+    compatibility
+  * Generate Notifier: Clear events once after all
+    'on generated' functions
+  * Fix liquid post effect colour behaviour in third person view
+  * Delete world dialog: Move buttons to avoid
+    double click deletion
+  * Fix /shutdown countdown parameter
+  * Check argument types inside MetaDataRef Lua API
+  * dropped items and falling nodes: Delete in 'ignore' nodes
+  * Fix off-by-one in log output line length
+  * Fix buffer parameter not working in getMapSlice()
+  * Fix rounding error in g/set_node caused by truncation to float
+  * Fix dancing text in text input fields
+  * Fix undefined behaviour on getting pointer to data in
+    empty vector
+  * Fix wrong scrolling in text areas
+  * Damage: Remove damage ignore timer due to abuse potential
+  * Ensure no item stack is being held before crafting
+  * Several documentation additions, improvements
+  * core.rotate_node: Run callbacks like with any
+    regular placed node
+  * Biome dust node: Only place on 'walkable' cubic
+    non-liquid drawtypes
+  * Fix issue Minetest crash when custom font path is not exist
+  * Fix Settings tab formspec alignment
+  * Do not scale texture unless necessary
+  * Fix day_night_ratio_do_override not being initialised
+    server-side
+  * Fix default item callbacks to work with nil users
+  * Prevent from crafting non-existent, unknown items
+  * Profiler: Fix var args not being passed to
+    callback register function
+  * Fix attached particle spawners far from spawn
+  * Localplayer: Fix disable_jump effect and standing node position
+  * Fix blocks written by vmanip not being marked as modified
+  * Fix Rotate Node Placement
+  * ServerEnv: Clean up object lifecycle handling 
+  * Fix the core.wrap_text function
+  * Fix empty legacy meta being persisted
+  * Statbars: fix incorrect half-images in non-standard
+    orientations
+  * serialize: use a temporary for SerializeException
+  * Fix player coordinate rounding in collisionMoveSimple()
+  * Fix for empty key/value when reading item string with
+    wear but no metadata
+  * Fix render order of overlays
+  * Fix console resize issue when maximising game window
+  * Fix console not being properly resized after
+    window size changed
+  * Verify HudSetParams input when hotbar textures are set
+  * (Re)spawn players within 'mapgen_limit'
+  * Fix sending color codes to clients that don't support them
+
+-------------------------------------------------------------------

Old:
----
  minetest-0.4.16.tar.gz
  use-pkg-config-to-find-luajit.patch

New:
----
  minetest-0.4.17.1.tar.gz

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

Other differences:
------------------
++++++ minetest.spec ++++++
--- /var/tmp/diff_new_pack.xmn6FO/_old  2018-08-24 17:12:28.666668819 +0200
+++ /var/tmp/diff_new_pack.xmn6FO/_new  2018-08-24 17:12:28.666668819 +0200
@@ -18,7 +18,7 @@
 
 %define minetestuser %{name}
 %define minetestgroup %{name}
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} > 120100 && 0%{?is_opensuse})
+%if 0%{?suse_version} >= 1500 || (0%{?sle_version} > 120100 && 
0%{?is_opensuse})
 %bcond_without leveldb
 %bcond_without redis
 %bcond_without postgresql
@@ -28,19 +28,17 @@
 %bcond_with postgresql
 %endif
 Name:           minetest
-Version:        0.4.16
+Version:        0.4.17.1
 Release:        0
 Summary:        A InfiniMiner/Minecraft inspired game
 License:        LGPL-2.1-or-later AND CC-BY-SA-3.0
 Group:          Amusements/Games/3D/Simulation
-Url:            http://minetest.net/
+URL:            https://minetest.net/
 Source:         
https://github.com/minetest/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:        minetest-rpmlintrc
 Source2:        minetest@.service
 # PATCH-FEATURE-OPENSUSE shared_mods.patch -- Search also /usr/share/minetest 
for mods
 Patch0:         shared_mods.patch
-# PATCH-FIX-FEDORA https://github.com/minetest/minetest/issues/4483
-Patch1:         use-pkg-config-to-find-luajit.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  doxygen
@@ -78,7 +76,7 @@
 BuildRequires:  leveldb-devel
 %endif
 %if %{with redis}
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(hiredis)
 %else
@@ -105,8 +103,8 @@
 Group:          Amusements/Games/3D/Simulation
 Requires:       %{name}-data = %{version}
 Requires(pre):  shadow
-%{?systemd_requires}
 Recommends:     minetest-game
+%{?systemd_requires}
 
 %description -n %{name}server
 An infinite-world block sandbox game and a game engine, inspired by
@@ -132,9 +130,8 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
-# purge bundled jsoncpp and lua
+# Purge bundled jsoncpp and lua.
 rm -rf src/json src/lua src/gmp
 
 %build
@@ -195,12 +192,16 @@
 
 %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}
@@ -219,7 +220,6 @@
 %service_del_postun %{name}@.service
 
 %files
-%defattr(-,root,root)
 %{_bindir}/%{name}
 %{_bindir}/%{name}-wrapper
 %{_datadir}/applications/net.minetest.minetest.desktop
@@ -229,10 +229,8 @@
 %{_mandir}/man6/%{name}.6%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %files -n %{name}server
-%defattr(-,root,root)
 %{_bindir}/%{name}server
 %attr(0755,%{minetestuser},%{minetestgroup}) %{_localstatedir}/lib/%{name}/
 %{_mandir}/man6/%{name}server.6%{?ext_man}
@@ -241,8 +239,8 @@
 %{_unitdir}/%{name}@.service
 
 %files data
-%defattr(-,root,root)
-%{_datadir}/%{name}/
+%doc CONTRIBUTING.md README.txt
 %doc %{_docdir}/%{name}/
+%{_datadir}/%{name}/
 
 %changelog

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


Reply via email to