Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opencv3 for openSUSE:Factory checked in at 2022-11-29 10:52:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencv3 (Old) and /work/SRC/openSUSE:Factory/.opencv3.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencv3" Tue Nov 29 10:52:53 2022 rev:14 rq:1038793 version:3.4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/opencv3/opencv3.changes 2022-09-04 22:11:27.572231228 +0200 +++ /work/SRC/openSUSE:Factory/.opencv3.new.1597/opencv3.changes 2022-11-29 10:53:00.928692474 +0100 @@ -1,0 +2,6 @@ +Sun Nov 6 11:57:50 UTC 2022 - Bjørn Lie <[email protected]> + +- Limit ffmpeg to version 4.x and older. Upstream do not plan to + support any newer branch of ffmpeg for the version 3.x branch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencv3.spec ++++++ --- /var/tmp/diff_new_pack.eImR8r/_old 2022-11-29 10:53:02.128698778 +0100 +++ /var/tmp/diff_new_pack.eImR8r/_new 2022-11-29 10:53:02.132698799 +0100 @@ -88,10 +88,10 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 %endif %if %{with ffmpeg} -BuildRequires: pkgconfig(libavcodec) -BuildRequires: pkgconfig(libavformat) -BuildRequires: pkgconfig(libavutil) -BuildRequires: pkgconfig(libswscale) +BuildRequires: pkgconfig(libavcodec) < 59 +BuildRequires: pkgconfig(libavformat) < 59 +BuildRequires: pkgconfig(libavutil) < 57 +BuildRequires: pkgconfig(libswscale) < 6 %endif %description
