Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2019-10-14 13:14:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minetest (Old)
 and      /work/SRC/openSUSE:Factory/.minetest.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minetest"

Mon Oct 14 13:14:43 2019 rev:9 rq:738236 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/minetest/minetest.changes        2019-05-28 
09:42:05.337868713 +0200
+++ /work/SRC/openSUSE:Factory/.minetest.new.2352/minetest.changes      
2019-10-14 13:14:44.821577762 +0200
@@ -1,0 +2,71 @@
+Sun Oct 13 14:03:41 UTC 2019 - Maximilian Trummer <opens...@trummer.xyz>
+
+- Update to 5.1.0:
+  * Mapgen Carpathian: Add optional rivers (paramat)
+  * Move more dungeon parameter selection to mapgens (paramat)
+  * Dungeons: Make multiple large rooms possible (paramat)
+  * Change pitch fly binding to 'P', add to change keys menu (rubenwardy)
+  * Android settings: Use 'simple' leaves instead of 'fancy' (paramat)
+  * Fix 3rd person selection range (srifqi)
+  * Make scrollbars' bar variable in size (stujones11)
+  * Damage: Play no damage sound when immortal (SmallJoker)
+  * Increase upper limit of display_gamma to 10 (ClobberXD)
+  * Optimize and unify mesh processing (Vitaliy)
+  * Re-order mapgens in mainmenu and 'all settings' mapgen selection (paramat)
+  * Scrollbars: Move directly to clicked pos if clicked into tray (DS-Minetest)
+  * Fix broken attachments on join (SmallJoker)
+  * Fix inventory_overlay for nodes without inventory_image (DS-Minetest)
+  * Better F6 profiler (SmallJoker)
+  * Fix minimap markers (theviper121)
+  * Textures: Load base pack only as last fallback (SmallJoker)
+  * Add /help formspec for commands and privileges (SmallJoker)
+  * Lua API: Add link to Minetest Modding Book (ClobberXD)
+  * Force item entities out of solid nodes (sfan5, based on Wuzzy`s work)
+  * Lua API: Various fixes (DS-Minetest, SmallJoker)
+  * Rename "private messages" to "direct messages" (Calinou)
+  * Automatically enable depending mods in the dialogue (HybridDog)
+  * All settings: Fix missing flags checkboxes (srifqi)
+  * Various network performance improvements (osjc)
+  * Force send a mapblock to a player (sofar)
+  * Revert ItemStacks being limited to the 'stack_size' value (ClobberXD)
+  * Save forceloaded blocks file periodically (Thomas Rudin)
+  * Improve ABM time budget handling (lhofhansl)
+  * Group "immortal" also protects players from damage (Wuzzy)
+  * Optimize usage of TOSERVER_GOTBLOCKS packet (sfan5)
+  * Network: several bugfixes (sfan5)
+  * Mapgen::spreadLight performance improvement (DS-Minetest)
+  * Improve occlusion culling in corridors with additional check (sfan5)
+  * Inventory: Delay dirty lists, and send changes incrementally (SmallJoker)
+  * Other inventory bugfixes (sfan5, SmallJoker)
+  * Move debug.txt after it grows too big (HybridDog)
+  * Trigger on_place in many situations even if prediction failed (DS-Minetest)
+  * Punchwear (improved) (sfan5)
+  * Add deprecation warnings for ObjectRef:get/set_attribute (ClobberXD)
+  * Nodedef 'drop' documentation: Improve (Paramat)
+  * Mark tool filtering in node drop documentation as deprecated (Paramat)
+  * Add node field to PlayerHPChangeReason table (pauloue)
+  * Don't call on_hpchange callbacks if HP hasn't changed (ClobberXD)
+  * Add disable_jump to liquids and ladders (SmallJoker)
+  * Add support for 9-sliced backgrounds (rubenwardy)
+  * Add compatible, consistent coordinate system to FormSpecs (v-rob)
+  * Document ObjectRef:remove under Lua entity (ClobberXD)
+  * Docs: Clarify where to check for 'protection_bypass' (SmallJoker)
+  * Add vector.dot and vector.cross (HybridDog)
+  * Improve documentation of mapgen aliases (Paramat)
+  * Remove debug.upvaluejoin to prevent leak of insecure environment 
(fluxionary)
+  * Fix previously crashing minetest.get_craft_result() (pauloue)
+  * Allow toolcaps to override the built-in times for dig_immediate (sfan5)
+  * Formspec styling using style[] (rubenwardy)
+  * Customizable chat message format (ClobberXD)
+  * Velocity modifiers for players (sfan5)
+  * Fix some issues with minetest.clear_craft (pauloue)
+  * Add function `minetest.read_schematic` (paly2)
+  * Formspecs: formspec_version[] element (SmallJoker)
+  * Per-player FOV overrides and multipliers (ClobberXD)
+  * Find PostgreSQL correctly (adrido)
+  * Add compatibility to vcpkg buildsystem (adrido)
+  * Android: Use system provided path for default TMPFolder setting 
(stujones11)
+  * Fix handling of --color and --worldlist command line arguments (mmattes)
+  * Unified OpenGL ES support (sfan5)
+
+-------------------------------------------------------------------

Old:
----
  minetest-5.0.1.tar.gz

New:
----
  minetest-5.1.0.tar.gz

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

Other differences:
------------------
++++++ minetest.spec ++++++
--- /var/tmp/diff_new_pack.XUhfYM/_old  2019-10-14 13:14:46.597573144 +0200
+++ /var/tmp/diff_new_pack.XUhfYM/_new  2019-10-14 13:14:46.601573134 +0200
@@ -28,7 +28,7 @@
 %bcond_with postgresql
 %endif
 Name:           minetest
-Version:        5.0.1
+Version:        5.1.0
 Release:        0
 Summary:        A InfiniMiner/Minecraft inspired game
 License:        LGPL-2.1-or-later AND CC-BY-SA-3.0
@@ -243,7 +243,9 @@
 
 %files data
 %license LICENSE.txt
-%doc CONTRIBUTING.md
+%doc README.md
+%doc .github/CONTRIBUTING.md
+%doc .github/SECURITY.md
 %doc %{_docdir}/%{name}/
 %{_datadir}/%{name}/
 

++++++ minetest-5.0.1.tar.gz -> minetest-5.1.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/minetest/minetest-5.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.minetest.new.2352/minetest-5.1.0.tar.gz differ: 
char 12, line 1


Reply via email to