Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xpra for openSUSE:Factory checked in at 2021-04-24 23:08:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpra (Old) and /work/SRC/openSUSE:Factory/.xpra.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpra" Sat Apr 24 23:08:55 2021 rev:35 rq:887985 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/xpra/xpra.changes 2021-04-21 21:01:08.566366098 +0200 +++ /work/SRC/openSUSE:Factory/.xpra.new.12324/xpra.changes 2021-04-24 23:10:04.795473440 +0200 @@ -1,0 +2,5 @@ +Fri Apr 23 09:09:12 UTC 2021 - Luigi Baldoni <aloi...@gmx.com> + +- Fix build with ffmpeg 4.4 on Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpra.spec ++++++ --- /var/tmp/diff_new_pack.qwH4G0/_old 2021-04-24 23:10:05.347474220 +0200 +++ /var/tmp/diff_new_pack.qwH4G0/_new 2021-04-24 23:10:05.347474220 +0200 @@ -142,6 +142,10 @@ sed -i '/install_html5/s/verbose=False/verbose=True/' %{name}-html5-%{html5_ver}/setup.py %build +export CFLAGS="%{optflags}" +%if 0%{?suse_version} <= 1500 +export CFLAGS="$CFLAGS -Wno-error=deprecated-declarations" +%endif python3 setup.py clean python3 setup.py build \