diff --git a/godot-4.2.1-stable.tar.xz b/godot-4.2.1-stable.tar.xz deleted file mode 100644 index b5fa36f..0000000 --- a/godot-4.2.1-stable.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be2d5b8333628e9135dd6fce992ebd16481b97e99d6facc2296411a7b7f72a62 -size 26687808 diff --git a/godot-4.2.1-stable.tar.xz.sha256 b/godot-4.2.1-stable.tar.xz.sha256 deleted file mode 100644 index 347903e..0000000 --- a/godot-4.2.1-stable.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -be2d5b8333628e9135dd6fce992ebd16481b97e99d6facc2296411a7b7f72a62 godot-4.2.1-stable.tar.xz diff --git a/godot-4.2.2-stable.tar.xz b/godot-4.2.2-stable.tar.xz new file mode 100644 index 0000000..7d1d842 --- /dev/null +++ b/godot-4.2.2-stable.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da14e36448f1efd2955fe85d7ededc9e6ac8c893f76723b4852e7587306c761d +size 26768552 diff --git a/godot-4.2.2-stable.tar.xz.sha256 b/godot-4.2.2-stable.tar.xz.sha256 new file mode 100644 index 0000000..b8683ce --- /dev/null +++ b/godot-4.2.2-stable.tar.xz.sha256 @@ -0,0 +1 @@ +da14e36448f1efd2955fe85d7ededc9e6ac8c893f76723b4852e7587306c761d godot-4.2.2-stable.tar.xz diff --git a/godot.changes b/godot.changes index a47b7ad..c6bf934 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Apr 22 12:00:00 UTC 2024 - cunix@mail.de + +- Update to 4.2.2 + * Texture2D and Texture3D icons added + * Prompt require editor restart to user when gizmo color changed + * Make viewport message dependent on framerate not physics step + * Show modifier key functionality on all the editor tools + * Make AnimationTree reference AnimationPlayer instead of AnimationMixer + * Fix permanently selected audio bus effects + * Add missing RenderServer include for "get_video_adapter_driver_info" + * Fix frame number underflow in visual profiler + * ix leak of scene used for customization during export + * Handle export preset forward compat with 4.3+ platform name + * Fix reporting exit code when command line export fails + * Correctly enforce minimum window size in editor + * Add "--import" command-line flag + * Ensure the active window gains the keyboard focus + * Prevent escape key from closing Editor Settings window when filtering for shortcuts + * Fix Godot stealing focus on alternative window managers + * Don't re-set input focus if the given window already has it + * Force ANGLE on all pre GCN 4th gen. AMD/ATI GPUs + * Use render method from OS instead of project settings in compositor RD + * Add wireframe for compatibility mode + * Significantly improve the speed of shader compilation in compatibility backend + + and more: + https://godotengine.github.io/godot-interactive-changelog/#4.2.2 + ------------------------------------------------------------------- Tue Feb 27 11:11:10 UTC 2024 - Dominique Leuenberger diff --git a/godot.spec b/godot.spec index a7b31f2..24bef92 100644 --- a/godot.spec +++ b/godot.spec @@ -29,7 +29,7 @@ %define compiler_version_leap 10 Name: godot -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: Cross-Platform Game Engine with an Integrated Editor License: MIT @@ -132,7 +132,7 @@ Provides: bundled(enet) = 1.3.17 # Has custom changes to support seeking in zip archives # Should not be unbundled. -Provides: bundled(minizip) = 1.3 +Provides: bundled(minizip) = 1.3.1 Provides: bundled(FastLZ) Provides: bundled(JetBrainsMono_Regular) @@ -170,8 +170,8 @@ Provides: bundled(pvrtccompressor) Provides: bundled(smaz) Provides: bundled(spirv-reflect) = sdk-1.3.261.1 Provides: bundled(stb) -Provides: bundled(thorvg) = 0.9.0 -Provides: bundled(tinyexr) = 1.0.7 +Provides: bundled(thorvg) = 0.12.9 +Provides: bundled(tinyexr) = 1.0.8 Provides: bundled(vhacd) Provides: bundled(volk) = sdk-1.3.261.1 Provides: bundled(vulkan) = sdk-1.3.261.1 @@ -197,16 +197,16 @@ Provides: bundled(brotli) = 1.1.0 Provides: bundled(freetype2) = 2.13.2 Provides: bundled(graphite) = 1.3.14 Provides: bundled(harfbuzz) = 8.2.2 -Provides: bundled(libpng) = 1.6.40 +Provides: bundled(libpng) = 1.6.43 Provides: bundled(libzstd) = 1.5.5 -Provides: bundled(zlib) +Provides: bundled(zlib) = 1.3.1 %if 0%{?sle_version} < 150200 -Provides: bundled(mbedtls) = 2.28.5 +Provides: bundled(mbedtls) = 2.28.8 %endif %if !0%{?is_opensuse} # SLES seems not to have miniupnpc and wslay Provides: bundled(libwslay) = 1.1.1 -Provides: bundled(miniupnpc) = 2.2.5 +Provides: bundled(miniupnpc) = 2.2.6 %endif %endif