Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package minetest-game for openSUSE:Factory checked in at 2021-04-19 21:06:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minetest-game (Old) and /work/SRC/openSUSE:Factory/.minetest-game.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minetest-game" Mon Apr 19 21:06:53 2021 rev:12 rq:886746 version:5.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/minetest-game/minetest-game.changes 2021-02-25 18:30:03.954282921 +0100 +++ /work/SRC/openSUSE:Factory/.minetest-game.new.12324/minetest-game.changes 2021-04-19 21:07:31.832167103 +0200 @@ -1,0 +2,7 @@ +Mon Apr 19 16:59:29 UTC 2021 - Maximilian Trummer <opens...@trummer.xyz> + +- Update to version 5.4.1: + * This is a maintenance release based on 5.4.0, + it contains bugfixes but no new features. + +------------------------------------------------------------------- Old: ---- minetest_game-5.4.0.tar.gz New: ---- minetest_game-5.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minetest-game.spec ++++++ --- /var/tmp/diff_new_pack.nRH0Bi/_old 2021-04-19 21:07:32.332167853 +0200 +++ /var/tmp/diff_new_pack.nRH0Bi/_new 2021-04-19 21:07:32.332167853 +0200 @@ -17,7 +17,7 @@ Name: minetest-game -Version: 5.4.0 +Version: 5.4.1 Release: 0 Summary: Minetest Game License: LGPL-2.1-or-later AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND CC-BY-3.0 AND CC0-1.0 ++++++ minetest_game-5.4.0.tar.gz -> minetest_game-5.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minetest_game-5.4.0/mods/default/nodes.lua new/minetest_game-5.4.1/mods/default/nodes.lua --- old/minetest_game-5.4.0/mods/default/nodes.lua 2021-02-23 20:00:46.000000000 +0100 +++ new/minetest_game-5.4.1/mods/default/nodes.lua 2021-04-02 19:13:44.000000000 +0200 @@ -1450,7 +1450,7 @@ sunlight_propagates = true, walkable = false, buildable_to = true, - groups = {snappy = 3, flora = 1, attached_node = 1, flammable = 1}, + groups = {snappy = 3, flora = 1, attached_node = 1, grass = 1, junglegrass = 1, flammable = 1}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", @@ -1471,7 +1471,8 @@ sunlight_propagates = true, walkable = false, buildable_to = true, - groups = {snappy = 3, flora = 1, attached_node = 1, grass = 1, flammable = 1}, + groups = {snappy = 3, flora = 1, attached_node = 1, grass = 1, + normal_grass = 1, flammable = 1}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", @@ -1501,7 +1502,8 @@ buildable_to = true, drop = "default:grass_1", groups = {snappy = 3, flora = 1, attached_node = 1, - not_in_creative_inventory = 1, grass = 1, flammable = 1}, + not_in_creative_inventory = 1, grass = 1, + normal_grass = 1, flammable = 1}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", @@ -1523,7 +1525,7 @@ walkable = false, buildable_to = true, groups = {snappy = 3, flammable = 3, flora = 1, - attached_node = 1, dry_grass = 1}, + attached_node = 1, grass = 1, dry_grass = 1}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", @@ -1552,7 +1554,7 @@ walkable = false, buildable_to = true, groups = {snappy = 3, flammable = 3, flora = 1, attached_node = 1, - not_in_creative_inventory=1, dry_grass = 1}, + not_in_creative_inventory = 1, grass = 1, dry_grass = 1}, drop = "default:dry_grass_1", sounds = default.node_sound_leaves_defaults(), selection_box = { @@ -1574,7 +1576,8 @@ sunlight_propagates = true, walkable = false, buildable_to = true, - groups = {snappy = 3, flammable = 3, flora = 1, attached_node = 1}, + groups = {snappy = 3, flammable = 3, flora = 1, grass = 1, + fern = 1, attached_node = 1}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", @@ -1604,7 +1607,7 @@ walkable = false, buildable_to = true, groups = {snappy = 3, flammable = 3, flora = 1, attached_node = 1, - not_in_creative_inventory=1}, + grass = 1, fern = 1, not_in_creative_inventory = 1}, drop = "default:fern_1", sounds = default.node_sound_leaves_defaults(), selection_box = { @@ -1626,7 +1629,8 @@ sunlight_propagates = true, walkable = false, buildable_to = true, - groups = {snappy = 3, flammable = 3, attached_node = 1}, + groups = {snappy = 3, flammable = 3, flora = 1, grass = 1, marram_grass = 1, + attached_node = 1}, sounds = default.node_sound_leaves_defaults(), selection_box = { type = "fixed", @@ -1654,8 +1658,8 @@ sunlight_propagates = true, walkable = false, buildable_to = true, - groups = {snappy = 3, flammable = 3, attached_node = 1, - not_in_creative_inventory=1}, + groups = {snappy = 3, flammable = 3, flora = 1, attached_node = 1, + grass = 1, marram_grass = 1, not_in_creative_inventory = 1}, drop = "default:marram_grass_1", sounds = default.node_sound_leaves_defaults(), selection_box = { @@ -1961,6 +1965,7 @@ tiles = {"default_sand.png"}, special_tiles = {{name = "default_kelp.png", tileable_vertical = true}}, inventory_image = "default_kelp.png", + wield_image = "default_kelp.png", paramtype = "light", paramtype2 = "leveled", groups = {snappy = 3}, @@ -2077,6 +2082,7 @@ tiles = {"default_coral_skeleton.png"}, special_tiles = {{name = "default_coral_green.png", tileable_vertical = true}}, inventory_image = "default_coral_green.png", + wield_image = "default_coral_green.png", groups = {snappy = 3}, selection_box = { type = "fixed", @@ -2107,6 +2113,7 @@ tiles = {"default_coral_skeleton.png"}, special_tiles = {{name = "default_coral_pink.png", tileable_vertical = true}}, inventory_image = "default_coral_pink.png", + wield_image = "default_coral_pink.png", groups = {snappy = 3}, selection_box = { type = "fixed", @@ -2137,6 +2144,7 @@ tiles = {"default_coral_skeleton.png"}, special_tiles = {{name = "default_coral_cyan.png", tileable_vertical = true}}, inventory_image = "default_coral_cyan.png", + wield_image = "default_coral_cyan.png", groups = {snappy = 3}, selection_box = { type = "fixed", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/minetest_game-5.4.0/mods/mtg_craftguide/init.lua new/minetest_game-5.4.1/mods/mtg_craftguide/init.lua --- old/minetest_game-5.4.0/mods/mtg_craftguide/init.lua 2021-02-23 20:00:46.000000000 +0100 +++ new/minetest_game-5.4.1/mods/mtg_craftguide/init.lua 2021-04-02 19:13:44.000000000 +0200 @@ -242,11 +242,13 @@ for i, item in pairs(recipe.items) do local x, y = coords(i - 1, width) + local elem_name = item local groups = extract_groups(item) if groups then item = groups_to_item(groups) + elem_name = esc(item.."."..table.concat(groups, "+")) end - item_button_fs(fs, base_x + x, base_y + y, item, item, groups) + item_button_fs(fs, base_x + x, base_y + y, item, elem_name, groups) end if shapeless or recipe.method == "cooking" then @@ -378,7 +380,7 @@ local item for field in pairs(fields) do if field:find(":") then - item = field + item = field:match("[%w_:]+") break end end