Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libavif for openSUSE:Factory checked in at 2022-08-04 13:22:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libavif (Old) and /work/SRC/openSUSE:Factory/.libavif.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libavif" Thu Aug 4 13:22:44 2022 rev:16 rq:992214 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libavif/libavif.changes 2022-04-26 20:17:00.692705722 +0200 +++ /work/SRC/openSUSE:Factory/.libavif.new.1521/libavif.changes 2022-08-04 13:22:51.432395461 +0200 @@ -1,0 +2,5 @@ +Sat Jul 30 13:32:08 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Enable libyuv on TW + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libavif.spec ++++++ --- /var/tmp/diff_new_pack.FzMJPG/_old 2022-08-04 13:22:51.924396857 +0200 +++ /var/tmp/diff_new_pack.FzMJPG/_new 2022-08-04 13:22:51.932396879 +0200 @@ -18,8 +18,10 @@ %if 0%{?suse_version} >= 1550 %bcond_without aom +%bcond_without yuv %else %bcond_with aom +%bcond_with yuv %endif # Also update baselibs.conf if you bump the version @@ -50,6 +52,9 @@ %if %{with aom} BuildRequires: pkgconfig(aom) >= 2.0.0 %endif +%if %{with yuv} +BuildRequires: pkgconfig(libyuv) +%endif %description This library aims to be a friendly, portable C implementation of the AV1 Image