Hello community, here is the log from the commit of package ffmpeg-4 for openSUSE:Factory checked in at 2020-03-31 17:32:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-4.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-4" Tue Mar 31 17:32:34 2020 rev:25 rq:789667 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes 2020-03-06 21:25:33.973491494 +0100 +++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.3160/ffmpeg-4.changes 2020-03-31 17:32:44.080277681 +0200 @@ -1,0 +2,13 @@ +Mon Mar 30 07:14:39 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Always build the binary ffmpeg-4 even on Leap releases boo#1167628: + * The conflicts in place should allow users to decide if they + want to use ffmpeg from ffmpeg package or ffmpeg-4 from this + package + +------------------------------------------------------------------- +Mon Mar 16 13:30:41 UTC 2020 - Andreas Schwab <[email protected]> + +- Add -ffat-lto-objects to _lto_cflags to fix configure checks + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-4.spec ++++++ --- /var/tmp/diff_new_pack.MCVT2N/_old 2020-03-31 17:32:45.140278302 +0200 +++ /var/tmp/diff_new_pack.MCVT2N/_new 2020-03-31 17:32:45.140278302 +0200 @@ -56,13 +56,6 @@ %bcond_with x265 %bcond_with xvid -# Full build or just support package on older codestream -%if 0%{?suse_version} > 1500 -%bcond_without full_build -%else -%bcond_with full_build -%endif - %if 0%{?suse_version} > 1500 %bcond_without libaom %bcond_without mysofa @@ -582,6 +575,9 @@ %ifarch %ix86 %arm %define _lto_cflags %nil %endif +%if "%_lto_cflags" != "" +%global _lto_cflags %_lto_cflags -ffat-lto-objects +%endif CFLAGS="%optflags" \ %if %suse_version > 1500 %ifarch %ix86 @@ -735,14 +731,10 @@ %install b="%buildroot" %make_install install-man -%if %{with full_build} rm -Rf "$b/%_datadir/ffmpeg/examples" for i in %extratools; do cp -a "tools/$i" "$b/%_bindir/" done -%else -rm -Rf "$b/%_bindir" "$b/%_mandir/man1" "$b/%_datadir/ffmpeg" -%endif # Install private headers required by libav-tools for i in libavformat/options_table.h libavformat/os_support.h \ @@ -773,13 +765,11 @@ %post -n libswscale5 -p /sbin/ldconfig %postun -n libswscale5 -p /sbin/ldconfig -%if %{with full_build} %files %doc Changelog CREDITS README.md %_bindir/* %_mandir/man1/ff*.1* %_datadir/ffmpeg/ -%endif %files -n libavcodec58 %license COPYING.GPLv2 LICENSE.md
