Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openal-soft for openSUSE:Factory checked in at 2022-07-06 15:41:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openal-soft (Old) and /work/SRC/openSUSE:Factory/.openal-soft.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openal-soft" Wed Jul 6 15:41:34 2022 rev:44 rq:986749 version:1.21.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes 2021-02-25 18:25:48.734113151 +0100 +++ /work/SRC/openSUSE:Factory/.openal-soft.new.1548/openal-soft.changes 2022-07-06 15:41:34.478479665 +0200 @@ -1,0 +2,5 @@ +Mon Jul 4 22:43:06 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Remove -msse2 from the i586 gcc command lines. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openal-soft.spec ++++++ --- /var/tmp/diff_new_pack.U3if36/_old 2022-07-06 15:41:35.062480525 +0200 +++ /var/tmp/diff_new_pack.U3if36/_new 2022-07-06 15:41:35.066480531 +0200 @@ -1,7 +1,7 @@ # # spec file for package openal-soft # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Version: 1.21.1 Release: 0 Summary: Audio library with an OpenGL-resembling API -License: LGPL-2.1-or-later AND GPL-2.0-or-later AND MIT +License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT Group: Development/Libraries/C and C++ URL: https://www.openal-soft.org/ Source0: https://www.openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2 @@ -137,10 +137,17 @@ %build # jack backend doesn't work due to missing jack_error_callback +# +# ALSOFT_CPUEXT_SSE2 controls -msse2, the other configure flags do not seem +# lead to -m. And everything else (i.e. in source) seems CPUID-guarded. +# %cmake \ -DCMAKE_BUILD_TYPE=Release \ -DALSOFT_CONFIG=ON \ -DALSOFT_DLOPEN=OFF \ +%ifarch %ix86 + -DALSOFT_CPUEXT_SSE2:BOOL=OFF \ +%endif -Wno-dev %make_jobs gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared -Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1}