From f9d94f632fe438efbdf13f99fe71eccc1ce1194eef9e8bfefefed52039d30576 Mon Sep 17 00:00:00 2001 From: c unix Date: Sun, 17 Dec 2023 17:59:24 +0000 Subject: [PATCH] Accepting request 1132939 from home:cunix:godot Update to 4.2.1 OBS-URL: https://build.opensuse.org/request/show/1132939 OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=75 --- godot-4.2-stable.tar.xz | 3 --- godot-4.2-stable.tar.xz.sha256 | 1 - godot-4.2.1-stable.tar.xz | 3 +++ godot-4.2.1-stable.tar.xz.sha256 | 1 + godot.changes | 16 ++++++++++++++++ godot.spec | 2 +- 6 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 godot-4.2-stable.tar.xz delete mode 100644 godot-4.2-stable.tar.xz.sha256 create mode 100644 godot-4.2.1-stable.tar.xz create mode 100644 godot-4.2.1-stable.tar.xz.sha256 diff --git a/godot-4.2-stable.tar.xz b/godot-4.2-stable.tar.xz deleted file mode 100644 index 13433d8..0000000 --- a/godot-4.2-stable.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4ecd31f976de88293dc9bb1c70816499b9982f0bb33fd0d51e221696e1552af -size 26673572 diff --git a/godot-4.2-stable.tar.xz.sha256 b/godot-4.2-stable.tar.xz.sha256 deleted file mode 100644 index 034b2a2..0000000 --- a/godot-4.2-stable.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -a4ecd31f976de88293dc9bb1c70816499b9982f0bb33fd0d51e221696e1552af godot-4.2-stable.tar.xz diff --git a/godot-4.2.1-stable.tar.xz b/godot-4.2.1-stable.tar.xz new file mode 100644 index 0000000..b5fa36f --- /dev/null +++ b/godot-4.2.1-stable.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..347903e --- /dev/null +++ b/godot-4.2.1-stable.tar.xz.sha256 @@ -0,0 +1 @@ +be2d5b8333628e9135dd6fce992ebd16481b97e99d6facc2296411a7b7f72a62 godot-4.2.1-stable.tar.xz diff --git a/godot.changes b/godot.changes index c11ae81..a47c254 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Dec 13 12:00:00 UTC 2023 - cunix@mail.de + +- Update to 4.2.1 + * Set language encoding flag when using "ZIPPacker" + * Prevent infinite recursion when printing errors + * Allow dragging editable children in editor + * Fix errors on file rename or move in the Filesystem Dock + * X11: Send IME update notification deferred + * Only allow MeshInstance3D-based nodes in + particles emission shape node selector + * Comment the shader template light function by default + + and more: + https://godotengine.github.io/godot-interactive-changelog/#4.2.1 + ------------------------------------------------------------------- Thu Nov 30 12:00:00 UTC 2023 - cunix@mail.de diff --git a/godot.spec b/godot.spec index 51ece01..395776c 100644 --- a/godot.spec +++ b/godot.spec @@ -29,7 +29,7 @@ %define compiler_version_leap 10 Name: godot -Version: 4.2 +Version: 4.2.1 Release: 0 Summary: Cross-Platform Game Engine with an Integrated Editor License: MIT