Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package godot for openSUSE:Factory checked 
in at 2025-02-11 21:23:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/godot (Old)
 and      /work/SRC/openSUSE:Factory/.godot.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "godot"

Tue Feb 11 21:23:37 2025 rev:38 rq:1244874 version:4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/godot/godot.changes      2024-08-19 
23:44:49.696440652 +0200
+++ /work/SRC/openSUSE:Factory/.godot.new.19470/godot.changes   2025-02-11 
21:25:06.111435440 +0100
@@ -1,0 +2,5 @@
+Mon Feb 10 13:10:05 UTC 2025 - Michal Suchanek <msucha...@suse.de>
+
+- Fix ppc64le build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ godot.spec ++++++
--- /var/tmp/diff_new_pack.333NXc/_old  2025-02-11 21:25:07.231481746 +0100
+++ /var/tmp/diff_new_pack.333NXc/_new  2025-02-11 21:25:07.235481912 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package godot
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2017 Luke Jones, luke.nukem.jo...@gmail.com
 #
 # All modifications and additions to the file contributed by third parties
@@ -93,11 +93,11 @@
 # Using bundled freetype2 throws build errors, if
 #   we don't use bundled libpng and zlib as well.
 BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(libbrotlicommon)
-BuildRequires:  pkgconfig(libbrotlidec)
 BuildRequires:  mbedtls-devel
 BuildRequires:  pkgconfig(graphite2)
 BuildRequires:  pkgconfig(harfbuzz)
+BuildRequires:  pkgconfig(libbrotlicommon)
+BuildRequires:  pkgconfig(libbrotlidec)
 BuildRequires:  pkgconfig(libwslay)
 BuildRequires:  pkgconfig(libzstd)
 BuildRequires:  pkgconfig(miniupnpc)
@@ -361,9 +361,13 @@
 %ifarch aarch64
 suffix=arm64
 %else
+%ifarch ppc64 ppc64le
+suffix=ppc64
+%else
 suffix=%{__isa_name}_%{__isa_bits}
 %endif
 %endif
+%endif
 
 # Installing the editor
 install -D -p -m 755 bin/%{name}.linuxbsd.editor.$suffix 
%{buildroot}%{_bindir}/%{name}

Reply via email to