Hello community,

here is the log from the commit of package godot for openSUSE:Factory checked 
in at 2020-12-12 20:30:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/godot (Old)
 and      /work/SRC/openSUSE:Factory/.godot.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "godot"

Sat Dec 12 20:30:25 2020 rev:6 rq:846089 version:3.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/godot/godot.changes      2020-07-09 
13:21:52.517745160 +0200
+++ /work/SRC/openSUSE:Factory/.godot.new.2328/godot.changes    2020-12-12 
20:32:52.393883897 +0100
@@ -1,0 +2,47 @@
+Sun Nov  1 23:35:40 UTC 2020 - Yunhe Guo <i...@guoyunhe.me>
+
+- Fix AppStream file location to match latest standard
+
+-------------------------------------------------------------------
+Fri Sep 18 16:00:00 UTC 2020 - cu...@mail.de
+
+- Update to 3.2.3
+
+  Added:
+  * Input: Support SDL2 half axes and inverted axes mappings
+  * LineEdit: Add option to disable virtual keyboard for LineEdit
+  * Rendering: Allow nearest neighbor lookup when using mipmaps
+
+  Changed:
+  * GDScript: Auto completion enhanced for extends and
+    class level identifier
+  * Physics: Better damping implementation for Bullet rigid bodies.
+    If you're using damping with the Bullet backend,
+    you may need to adjust some properties to restore
+    the behavior from 3.2.2 or earlier.
+  * Project Settings: Enable file logging by default on desktops
+  * Script editor: Don't open dominant script in external editor
+  * Sprite3D: Use mesh instead of immediate for drawing Sprite3D
+
+  Fixed:
+  * Core: debugger error when Dictionary key is a freed Object
+  * Core: leaked ObjectRCs on object Variant reassignment
+  * GLES3: OpenGL error when generating radiance
+  * Import: custom tracks causing issues on reimport
+  * Import: regression causing crashes with some OGG files
+  * Particles: 2D Particle velocity with directed emission mask
+  * PathFollow3D: repeated updates of PathFollow3D Transform
+  * Physics: Trigger broadphase update when changing collision layer/mask
+  * Physics: laxist collision detection on one way shapes
+  * Physics: Properly pass safe margin on initialization
+  * Project Settings: overriding compression related settings
+  * Rendering: images in black margins
+  * Rendering: Properly calculate Polygon2D AABB with skeleton
+  * Shaders: specular 'render_mode' for Visual Shaders
+
+  And more:
+  
https://downloads.tuxfamily.org/godotengine/3.2.3/Godot_v3.2.3-stable_changelog_chrono.txt
+
+- "certs_fallback.patch" rebased
+
+-------------------------------------------------------------------

Old:
----
  godot-3.2.2-stable.tar.xz
  godot-3.2.2-stable.tar.xz.sha256

New:
----
  godot-3.2.3-stable.tar.xz
  godot-3.2.3-stable.tar.xz.sha256

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ godot.spec ++++++
--- /var/tmp/diff_new_pack.oekRwk/_old  2020-12-12 20:32:53.125884661 +0100
+++ /var/tmp/diff_new_pack.oekRwk/_new  2020-12-12 20:32:53.129884665 +0100
@@ -24,7 +24,7 @@
 %define ca_bundle %{_localstatedir}/lib/ca-certificates/ca-bundle.pem
 
 Name:           godot
-Version:        3.2.2
+Version:        3.2.3
 Release:        0
 Summary:        Cross-Platform Game Engine with an Integrated Editor
 License:        MIT
@@ -142,14 +142,14 @@
 
 %if 0%{?suse_version} > 1500
 %else
-Provides:       bundled(bullet) = 2.90
+Provides:       bundled(bullet) = 2.89
 Provides:       bundled(libzstd)
 %if 0%{?sle_version} < 150200
-Provides:       bundled(mbedtls) = 2.16.6
+Provides:       bundled(mbedtls) = 2.16.8
 %endif
 %if !0%{?is_opensuse}
 # SLES seems not to have miniupnpc and wslay
-Provides:       bundled(libwslay) = 1.1.0
+Provides:       bundled(libwslay) = 1.1.1
 Provides:       bundled(miniupnpc)
 %endif
 %endif
@@ -225,6 +225,10 @@
  then
   # desktop-file-utils version >= 0.25
   echo desktop-file-utils is up to date and recognizes PrefersNonDefaultGPU.
+  # rpmlint complains nevertheless (on Tumbleweed). A false negative?
+  # see 
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys
+  # Perhaps because rpmlint-mini includes as of today (18.09.2020)
+  # desktop-file-utils-0.24 while we checked for available default version >= 
0.25
  else
   echo PrefersNonDefaultGPU not recognized.
   # rpmlint considers file invalid without "X-" prefix
@@ -294,6 +298,7 @@
         system_certs_path=%{ca_bundle} $system_libs
 
 # Build graphical editor (tools)
+# rename x11 to linuxbsd ?
 scons %{build_args} platform=x11 tools=yes target=release_debug
 
 %if !0%{?faster_build}
@@ -314,7 +319,7 @@
 install -D -p -m 644 misc/dist/linux/godot.6 
%{buildroot}/%{_mandir}/man6/%{name}.6%{?ext_man}
 install -D -p -m 644 icon.png 
%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
 install -D -p -m 644 icon.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-install -D -p -m 644 misc/dist/linux/org.godotengine.Godot.appdata.xml  
%{buildroot}%{_datadir}/appdata/org.godotengine.Godot.appdata.xml
+install -D -p -m 644 misc/dist/linux/org.godotengine.Godot.appdata.xml  
%{buildroot}%{_datadir}/metainfo/org.godotengine.Godot.appdata.xml
 %suse_update_desktop_file -i org.godotengine.Godot
 
 %if !0%{?faster_build}
@@ -338,14 +343,14 @@
 
 %files
 %license LICENSE.txt LOGO_LICENSE.md COPYRIGHT.txt thirdparty_README.md
-%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md 
CODE_OF_CONDUCT.md
+%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md logo.svg
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/256x256
 %dir %{_datadir}/icons/hicolor/256x256/apps
 %dir %{_datadir}/icons/hicolor/scalable
 %dir %{_datadir}/icons/hicolor/scalable/apps
 %{_bindir}/%{name}
-%{_datadir}/appdata/org.godotengine.Godot.appdata.xml
+%{_datadir}/metainfo/org.godotengine.Godot.appdata.xml
 %{_datadir}/applications/org.godotengine.Godot.desktop
 %{_datadir}/icons/hicolor/256x256/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
@@ -354,17 +359,17 @@
 %if !0%{?faster_build}
 %files headless
 %license LICENSE.txt LOGO_LICENSE.md COPYRIGHT.txt thirdparty_README.md
-%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md 
CODE_OF_CONDUCT.md
+%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md logo.svg
 %{_bindir}/%{name}-headless
 
 %files runner
 %license LICENSE.txt LOGO_LICENSE.md COPYRIGHT.txt thirdparty_README.md
-%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md 
CODE_OF_CONDUCT.md
+%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md logo.svg
 %{_bindir}/%{name}-runner
 
 %files server
 %license LICENSE.txt LOGO_LICENSE.md COPYRIGHT.txt thirdparty_README.md
-%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md 
CODE_OF_CONDUCT.md
+%doc AUTHORS.md CHANGELOG.md CONTRIBUTING.md DONORS.md README.md logo.svg
 %{_bindir}/%{name}-server
 %endif
 

++++++ certs_fallback.patch ++++++
--- /var/tmp/diff_new_pack.oekRwk/_old  2020-12-12 20:32:53.153884690 +0100
+++ /var/tmp/diff_new_pack.oekRwk/_new  2020-12-12 20:32:53.157884694 +0100
@@ -32,8 +32,8 @@
 @@ -44,10 +44,12 @@
  #define PEM_END_CRT "-----END CERTIFICATE-----\n"
  
- #include "mbedtls/pem.h"
  #include <mbedtls/debug.h>
+ #include <mbedtls/pem.h>
  
 +#include <string.h>
 +

++++++ godot-3.2.2-stable.tar.xz -> godot-3.2.3-stable.tar.xz ++++++
/work/SRC/openSUSE:Factory/godot/godot-3.2.2-stable.tar.xz 
/work/SRC/openSUSE:Factory/.godot.new.2328/godot-3.2.3-stable.tar.xz differ: 
char 26, line 1

++++++ godot-3.2.2-stable.tar.xz.sha256 -> godot-3.2.3-stable.tar.xz.sha256 
++++++
--- /work/SRC/openSUSE:Factory/godot/godot-3.2.2-stable.tar.xz.sha256   
2020-06-27 23:23:00.425906476 +0200
+++ /work/SRC/openSUSE:Factory/.godot.new.2328/godot-3.2.3-stable.tar.xz.sha256 
2020-12-12 20:32:52.365883868 +0100
@@ -1 +1 @@
-a1969caf1a17fed25054cb43a971c14104fd94f595fcfbbc2745cff479c73e03  
godot-3.2.2-stable.tar.xz
+85fd73d742cc64887056a232f8f7a622112e78b51f31d4d08db0f982e5f3a023  
godot-3.2.3-stable.tar.xz
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to