SHA256
1
0
forked from pool/godot

Accepting request 993565 from games

Update to 3.4.5

OBS-URL: https://build.opensuse.org/request/show/993565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2022-08-07 16:34:04 +00:00 committed by Git OBS Bridge
commit 640119fe46
6 changed files with 42 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bba6a8b19150304f2202b01e047a0f659c5c8087424dec9cae0e9442b56add7
size 22417584

View File

@ -1 +0,0 @@
9bba6a8b19150304f2202b01e047a0f659c5c8087424dec9cae0e9442b56add7 godot-3.4.4-stable.tar.xz

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1857ccb0d4847211664b944c8feaed1832c9845a0f1e5aa886136de66110a388
size 22630816

View File

@ -0,0 +1 @@
1857ccb0d4847211664b944c8feaed1832c9845a0f1e5aa886136de66110a388 godot-3.4.5-stable.tar.xz

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Aug 2 12:00:00 UTC 2022 - cunix@mail.de
- Update to 3.4.5
Added:
* Expose "tile_texture" property in TilesetEditorContext
Changed:
* XR: Update Meta hand tracking version
Fixed:
* X11 "OS.is_window_maximized()"
* Properly check for fullscreen toggle made through the Window Manager
* Crash in AudioServer when switching audio devices
with different audio channels count
* EditorProperty icon overlapping text with checkbox
* Custom class icon when it inherits from a script
* UndoRedo in Gradient editor
* Editor undo history for function name autocompletion
* FileDialog: Fix support for changing directory in
"user://" and "res://" modes
* RichTextLabel: Fix implementation of "remove_line()"
* glTF texture filename decoding
* Document that accumulated input is disabled by default
This is actually due to a regression in 3.4.
It's kept disabled in this release for compatibility,
but will be enabled by default in 3.5.
* GLES2: Unpack blend shape arrays when necessary
* GLES3: Unbind vertex buffer before calculating blend shapes
* Portals: Force full check on adding moving object
And more:
https://downloads.tuxfamily.org/godotengine/3.4.5/Godot_v3.4.5-stable_changelog_chrono.txt
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 29 11:22:45 UTC 2022 - Andreas Schwab <schwab@suse.de> Wed Jun 29 11:22:45 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -24,7 +24,7 @@
%define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem %define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem
Name: godot Name: godot
Version: 3.4.4 Version: 3.4.5
Release: 0 Release: 0
Summary: Cross-Platform Game Engine with an Integrated Editor Summary: Cross-Platform Game Engine with an Integrated Editor
License: MIT License: MIT
@ -107,7 +107,7 @@ Provides: bundled(enet) = 1.3.17
# Has custom changes to support seeking in zip archives # Has custom changes to support seeking in zip archives
# Should not be unbundled. # Should not be unbundled.
Provides: bundled(minizip) = 1.2.11 Provides: bundled(minizip) = 1.2.12
Provides: bundled(FastLZ) Provides: bundled(FastLZ)
Provides: bundled(Tangent_Space_Normal_Maps) Provides: bundled(Tangent_Space_Normal_Maps)
@ -153,7 +153,7 @@ Provides: bundled(embree) = 3.13.0
Provides: bundled(bullet) = 3.17 Provides: bundled(bullet) = 3.17
Provides: bundled(libzstd) Provides: bundled(libzstd)
%if 0%{?sle_version} < 150200 %if 0%{?sle_version} < 150200
Provides: bundled(mbedtls) = 2.16.12 Provides: bundled(mbedtls) = 2.18.1
%endif %endif
%if !0%{?is_opensuse} %if !0%{?is_opensuse}
# SLES seems not to have miniupnpc and wslay # SLES seems not to have miniupnpc and wslay