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-04-10 19:05:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libavif (Old) and /work/SRC/openSUSE:Factory/.libavif.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libavif" Sun Apr 10 19:05:23 2022 rev:14 rq:967877 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libavif/libavif.changes 2021-10-25 15:17:47.437689033 +0200 +++ /work/SRC/openSUSE:Factory/.libavif.new.1900/libavif.changes 2022-04-10 19:05:36.902359709 +0200 @@ -1,0 +2,14 @@ +Fri Apr 8 15:49:30 UTC 2022 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 0.10.0 + * See https://github.com/AOMediaCodec/libavif/blob/v0.10.0/CHANGELOG.md + for a complete changelog or check the CHANGELOG.md in the doc directory. + +------------------------------------------------------------------- +Sat Dec 25 10:23:55 UTC 2021 - Andreas Schneider <a...@cryptomilk.org> + +- Disable libaom and use rav1e by default + * As PHP 8.1 has AVIF support, use rav1e by default as it is more + secure being written in Rust. + +------------------------------------------------------------------- Old: ---- libavif-0.9.3.tar.gz New: ---- libavif-0.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libavif.spec ++++++ --- /var/tmp/diff_new_pack.ncw6wM/_old 2022-04-10 19:05:37.498353111 +0200 +++ /var/tmp/diff_new_pack.ncw6wM/_new 2022-04-10 19:05:37.506353023 +0200 @@ -1,7 +1,7 @@ # # spec file for package libavif # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,18 @@ # +%if 0%{?suse_version} >= 1550 %bcond_without aom +%else +%bcond_with aom +%endif # Also update baselibs.conf if you bump the version -%define lib_name libavif13 +%global lib_soversion 14 +%global lib_name libavif%{lib_soversion} Name: libavif -Version: 0.9.3 +Version: 0.10.0 Release: 0 Summary: Library for encoding and decoding .avif files License: BSD-2-Clause @@ -39,7 +44,7 @@ BuildRequires: pkgconfig(dav1d) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(libpng) -BuildRequires: pkgconfig(rav1e) +BuildRequires: pkgconfig(rav1e) >= 0.5.0 BuildRequires: pkgconfig(zlib) %if %{with aom} @@ -123,8 +128,8 @@ %files -n %{lib_name} %license LICENSE -%{_libdir}/libavif.so.13 -%{_libdir}/libavif.so.13.0.0 +%{_libdir}/libavif.so.%{lib_soversion} +%{_libdir}/libavif.so.%{lib_soversion}.0.0 %files devel %license LICENSE ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.ncw6wM/_old 2022-04-10 19:05:37.550352536 +0200 +++ /var/tmp/diff_new_pack.ncw6wM/_new 2022-04-10 19:05:37.554352491 +0200 @@ -1,2 +1,2 @@ -libavif13 +libavif14 ++++++ libavif-0.9.3.tar.gz -> libavif-0.10.0.tar.gz ++++++ ++++ 9699 lines of diff (skipped)