Accepting request 992590 from home:cunix:godot
Update to 3.4.5 OBS-URL: https://build.opensuse.org/request/show/992590 OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=42
This commit is contained in:
parent
5a4ab07bbf
commit
2ee4257b81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bba6a8b19150304f2202b01e047a0f659c5c8087424dec9cae0e9442b56add7
|
||||
size 22417584
|
@ -1 +0,0 @@
|
||||
9bba6a8b19150304f2202b01e047a0f659c5c8087424dec9cae0e9442b56add7 godot-3.4.4-stable.tar.xz
|
3
godot-3.4.5-stable.tar.xz
Normal file
3
godot-3.4.5-stable.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1857ccb0d4847211664b944c8feaed1832c9845a0f1e5aa886136de66110a388
|
||||
size 22630816
|
1
godot-3.4.5-stable.tar.xz.sha256
Normal file
1
godot-3.4.5-stable.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
1857ccb0d4847211664b944c8feaed1832c9845a0f1e5aa886136de66110a388 godot-3.4.5-stable.tar.xz
|
@ -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>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem
|
||||
|
||||
Name: godot
|
||||
Version: 3.4.4
|
||||
Version: 3.4.5
|
||||
Release: 0
|
||||
Summary: Cross-Platform Game Engine with an Integrated Editor
|
||||
License: MIT
|
||||
@ -107,7 +107,7 @@ Provides: bundled(enet) = 1.3.17
|
||||
|
||||
# Has custom changes to support seeking in zip archives
|
||||
# Should not be unbundled.
|
||||
Provides: bundled(minizip) = 1.2.11
|
||||
Provides: bundled(minizip) = 1.2.12
|
||||
|
||||
Provides: bundled(FastLZ)
|
||||
Provides: bundled(Tangent_Space_Normal_Maps)
|
||||
@ -153,7 +153,7 @@ Provides: bundled(embree) = 3.13.0
|
||||
Provides: bundled(bullet) = 3.17
|
||||
Provides: bundled(libzstd)
|
||||
%if 0%{?sle_version} < 150200
|
||||
Provides: bundled(mbedtls) = 2.16.12
|
||||
Provides: bundled(mbedtls) = 2.18.1
|
||||
%endif
|
||||
%if !0%{?is_opensuse}
|
||||
# SLES seems not to have miniupnpc and wslay
|
||||
|
Loading…
Reference in New Issue
Block a user