Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netgen for openSUSE:Factory checked in at 2022-09-13 15:09:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netgen (Old) and /work/SRC/openSUSE:Factory/.netgen.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netgen" Tue Sep 13 15:09:36 2022 rev:8 rq:1003028 version:6.2.2203 Changes: -------- --- /work/SRC/openSUSE:Factory/netgen/netgen.changes 2022-09-02 21:56:56.896355339 +0200 +++ /work/SRC/openSUSE:Factory/.netgen.new.2083/netgen.changes 2022-09-13 15:11:06.448932875 +0200 @@ -1,0 +2,6 @@ +Thu Sep 8 05:40:33 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Limit dependencies to ffmpeg-4 variant and older, see upstream + issue https://github.com/NGSolve/netgen/issues/112 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netgen.spec ++++++ --- /var/tmp/diff_new_pack.sVS5Jp/_old 2022-09-13 15:11:06.868934056 +0200 +++ /var/tmp/diff_new_pack.sVS5Jp/_new 2022-09-13 15:11:06.876934079 +0200 @@ -81,10 +81,12 @@ BuildRequires: openmpi-devel %endif %if %{with ffmpeg} -BuildRequires: pkgconfig(libavcodec) -BuildRequires: pkgconfig(libavformat) -BuildRequires: pkgconfig(libavutil) -BuildRequires: pkgconfig(libswscale) +# Limit to ffmpeg-4 and older, see upstream issue +# https://github.com/NGSolve/netgen/issues/112 +BuildRequires: pkgconfig(libavcodec) <= 58.134.100 +BuildRequires: pkgconfig(libavformat) <= 58.76.100 +BuildRequires: pkgconfig(libavutil) <= 56.70.100 +BuildRequires: pkgconfig(libswscale) <= 5.9.100 %endif BuildRequires: xz # x86 (32bit) is no longer supported upstream. Also exclude other 32 bit archs