From 4781fd07c81dfaa7e8e857990e830f7463e25029aaaad98099439cace11953df Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sat, 21 Aug 2021 11:43:07 +0000 Subject: [PATCH] Accepting request 913401 from home:cunix:godot Update to 3.3.3 OBS-URL: https://build.opensuse.org/request/show/913401 OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=31 --- godot-3.3.2-stable.tar.xz | 3 --- godot-3.3.2-stable.tar.xz.sha256 | 1 - godot-3.3.3-stable.tar.xz | 3 +++ godot-3.3.3-stable.tar.xz.sha256 | 1 + godot.changes | 43 ++++++++++++++++++++++++++++++++ godot.spec | 4 +-- 6 files changed, 49 insertions(+), 6 deletions(-) delete mode 100644 godot-3.3.2-stable.tar.xz delete mode 100644 godot-3.3.2-stable.tar.xz.sha256 create mode 100644 godot-3.3.3-stable.tar.xz create mode 100644 godot-3.3.3-stable.tar.xz.sha256 diff --git a/godot-3.3.2-stable.tar.xz b/godot-3.3.2-stable.tar.xz deleted file mode 100644 index ea708e5..0000000 --- a/godot-3.3.2-stable.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7693c4ef541b815fa5035f136aaf75187a30f0ea8d15cf4ef05433c1c246c2d8 -size 20619728 diff --git a/godot-3.3.2-stable.tar.xz.sha256 b/godot-3.3.2-stable.tar.xz.sha256 deleted file mode 100644 index ceaee14..0000000 --- a/godot-3.3.2-stable.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -7693c4ef541b815fa5035f136aaf75187a30f0ea8d15cf4ef05433c1c246c2d8 godot-3.3.2-stable.tar.xz diff --git a/godot-3.3.3-stable.tar.xz b/godot-3.3.3-stable.tar.xz new file mode 100644 index 0000000..e09f3f0 --- /dev/null +++ b/godot-3.3.3-stable.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc55850d9ffc9505ee05c3ada88b64871359e390cf67fc2d58ae02ad3aa9bf73 +size 20648824 diff --git a/godot-3.3.3-stable.tar.xz.sha256 b/godot-3.3.3-stable.tar.xz.sha256 new file mode 100644 index 0000000..c99f13f --- /dev/null +++ b/godot-3.3.3-stable.tar.xz.sha256 @@ -0,0 +1 @@ +bc55850d9ffc9505ee05c3ada88b64871359e390cf67fc2d58ae02ad3aa9bf73 godot-3.3.3-stable.tar.xz diff --git a/godot.changes b/godot.changes index b6e6b3c..3c2432b 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Aug 20 12:00:00 UTC 2021 - cunix@mail.de + +- Update to 3.3.3 + + Added: + * "action_get_deadzone()" method to InputMap + + Changed: + * GraphEdit: Allow higher and lower maximum zoom values + * Copy the Godot version identifier by clicking it + * Separate version hash from version number + * Relationship lines draw on top of TreeItems + * Allow reading shaders from .gdshader files + + Fixed: + * Audio: cubic resampling algorithm + * Save binary "ProjectSettings" key length + * Editor: Slow load/save of scenes with many instances of the same script + * Editor: Logic for showing tilemap debug collision + * LSP: Implement "didClose" notification + * LSP: "SymbolKind" reporting wrong types + * glTF Import: mesh nodes which are also bones + * Import RLE compressed TGA files + * Game controllers ignoring the last listed button + * Parsing some IPv6 URLs for WebSocket + * WebsocketPeer outbound buffer + * IP address resolution incorrectly locking the main thread + * PathFollow: Forward calculation for the position at the end of the curve + * RichTextLabel: Fix auto-wrapping on CJK texts + * SkeletonIK: Bones become detached if multiple SkeletonIK nodes are used + * Physics: calculating inertias for bodies without mass/area + * Physics: Ignore disabled shapes for mass property calculations + * ALSA MIDI with PulseAudio + * "Directory::get_space_left()" + * VisualServer now sorts based on AABB position + * Depth sorting of meshes with transparent textures + * CanvasItem bounding rect calculation + * Allow unclamped colors in Sprite3D + + And more: + https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_changelog_chrono.txt + ------------------------------------------------------------------- Fri Aug 6 07:23:11 UTC 2021 - Guillaume GARDET diff --git a/godot.spec b/godot.spec index 2613f33..a408f7a 100644 --- a/godot.spec +++ b/godot.spec @@ -24,7 +24,7 @@ %define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem Name: godot -Version: 3.3.2 +Version: 3.3.3 Release: 0 Summary: Cross-Platform Game Engine with an Integrated Editor License: MIT @@ -148,7 +148,7 @@ Provides: bundled(embree) = 3.12.1 Provides: bundled(bullet) = 2.89 Provides: bundled(libzstd) %if 0%{?sle_version} < 150200 -Provides: bundled(mbedtls) = 2.16.10 +Provides: bundled(mbedtls) = 2.16.11 %endif %if !0%{?is_opensuse} # SLES seems not to have miniupnpc and wslay