Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dolphin-emu for openSUSE:Factory 
checked in at 2022-11-28 11:07:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dolphin-emu (Old)
 and      /work/SRC/openSUSE:Factory/.dolphin-emu.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dolphin-emu"

Mon Nov 28 11:07:09 2022 rev:3 rq:1038546 version:5.0.17269

Changes:
--------
--- /work/SRC/openSUSE:Factory/dolphin-emu/dolphin-emu.changes  2022-10-15 
16:40:44.622627245 +0200
+++ /work/SRC/openSUSE:Factory/.dolphin-emu.new.1597/dolphin-emu.changes        
2022-11-28 11:07:14.151802218 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 17:36:22 UTC 2022 - Carsten Ziepke <kiel...@gmail.com>
+
+- Fix building for openSUSE Leap 15.4 using gcc10-c++
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dolphin-emu.spec ++++++
--- /var/tmp/diff_new_pack.WAwPgU/_old  2022-11-28 11:07:14.791805089 +0100
+++ /var/tmp/diff_new_pack.WAwPgU/_new  2022-11-28 11:07:14.799805124 +0100
@@ -65,6 +65,9 @@
 BuildRequires:  pkgconfig(soundtouch)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xrandr)
+%if 0%{?suse_version} <= 1500
+BuildRequires:  gcc10-c++
+%endif
 Requires:       nintendo-gamecube-wiimote-udev-rules
 ExclusiveArch:  x86_64 aarch64
 
@@ -94,6 +97,10 @@
 sed -i 's/minizip>=2.0.0/minizip/' CMakeLists.txt
 
 %build
+%if 0%{?suse_version} <= 1500
+export CXX=g++-10
+%endif
+
 # FIXME: you should use the %%cmake macros
 cmake . \
     -LA \

Reply via email to