Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lmms for openSUSE:Factory checked in at 2022-04-14 17:25:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lmms (Old) and /work/SRC/openSUSE:Factory/.lmms.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lmms" Thu Apr 14 17:25:59 2022 rev:38 rq:970137 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lmms/lmms.changes 2021-12-07 00:00:46.412269170 +0100 +++ /work/SRC/openSUSE:Factory/.lmms.new.1941/lmms.changes 2022-04-14 17:26:38.455345821 +0200 @@ -1,0 +2,5 @@ +Thu Apr 14 10:22:15 UTC 2022 - Max Lin <m...@suse.com> + +- Create the missing libwine.so symlink for Leap 15.4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lmms.spec ++++++ --- /var/tmp/diff_new_pack.lsh4o7/_old 2022-04-14 17:26:39.039346503 +0200 +++ /var/tmp/diff_new_pack.lsh4o7/_new 2022-04-14 17:26:39.043346508 +0200 @@ -178,7 +178,7 @@ #Remove -m64 from CFLAGS, it causes VST build failure. export CFLAGS="-O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables" %define optflags $CFLAGS -%if 0%{?suse_version} > 1501 +%if 0%{?suse_version} > 1501 || 0%{?sle_version} > 150300 #Add workaround for boo#1179734 to create the missing libwine.so symlink export WINELIB=$(find %{_libdir} -name libwine.so.?) export WINELIB32=$(find %{_prefix}/lib -name libwine.so.?) @@ -209,7 +209,7 @@ -DCMAKE_SKIP_RPATH=OFF \ -Wno-dev export PATH=$PATHBU -%if 0%{?suse_version} > 1501 +%if 0%{?suse_version} > 1501 || 0%{?sle_version} > 150300 sed -i 's/\/wine\/libwinecrt0.a//' plugins/vst_base/CMakeFiles/vstbase.dir/build.make sed -i 's/libwinecrt0.a\/wine\///' plugins/vst_base/CMakeFiles/vstbase.dir/build.make %endif