From 999fa6e910b75c942612b7ec62e7cdfe1cbe5d6e6ae2d4d5aa8d99e2c56ad629 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 17 Mar 2024 16:26:47 +0000 Subject: [PATCH] Accepting request 1158687 from home:dirkmueller:Factory - update to 1.0.4: * AVIF_ENABLE_WERROR is set to OFF by default. * Fix wrong alpha plane deallocation when decoded tile pixel format does not match reconstructed output image pixel format * Fix identical chunk skipping optimization when writing animation data * Fix ID selection for artificial grid alpha item when decoding a grid of tiles which each have an associated auxiliary alpha image item (https://crbug.com/oss-fuzz/65657). - Remove unused BuildRequires on nasm upstream change. OBS-URL: https://build.opensuse.org/request/show/1158687 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=58 --- libavif-1.0.3.tar.gz | 3 --- libavif-1.0.4.tar.gz | 3 +++ libavif.changes | 19 ++++++++++++++++--- libavif.spec | 4 ++-- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 libavif-1.0.3.tar.gz create mode 100644 libavif-1.0.4.tar.gz diff --git a/libavif-1.0.3.tar.gz b/libavif-1.0.3.tar.gz deleted file mode 100644 index a5c36ee..0000000 --- a/libavif-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35e3cb3cd7158209dcc31d3bf222036de5b9597e368a90e18449ecc89bb86a19 -size 10573846 diff --git a/libavif-1.0.4.tar.gz b/libavif-1.0.4.tar.gz new file mode 100644 index 0000000..4579bc5 --- /dev/null +++ b/libavif-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146 +size 10575992 diff --git a/libavif.changes b/libavif.changes index 8736270..f6a16a0 100644 --- a/libavif.changes +++ b/libavif.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Mar 17 09:23:56 UTC 2024 - Dirk Müller + +- update to 1.0.4: + * AVIF_ENABLE_WERROR is set to OFF by default. + * Fix wrong alpha plane deallocation when decoded tile pixel + format does not match reconstructed output image pixel format + * Fix identical chunk skipping optimization when writing + animation data + * Fix ID selection for artificial grid alpha item when decoding + a grid of tiles which each have an associated auxiliary alpha + image item (https://crbug.com/oss-fuzz/65657). + ------------------------------------------------------------------- Thu Dec 21 09:27:03 UTC 2023 - Andreas Stieger @@ -91,10 +104,10 @@ Mon Nov 14 11:41:20 UTC 2022 - ecsos ------------------------------------------------------------------- Thu Oct 27 19:02:16 UTC 2022 - Cristian Rodríguez -- Remove unused BuildRequires on nasm +- Remove unused BuildRequires on nasm - Remove indirect/incorrect Buildrequires on zlib - add direct glib Buildrequires - + ------------------------------------------------------------------- Sat Oct 15 12:28:59 UTC 2022 - Bjørn Lie @@ -190,7 +203,7 @@ Sat Oct 15 12:28:59 UTC 2022 - Bjørn Lie - The avifCodecConfigurationBox struct becomes a private type for libavif internal use - Bump lib_soversion global (also in baselibs.conf) to 15 following - upstream change. + upstream change. - Use ldconfig_scriptlets for post(un) handling. ------------------------------------------------------------------- diff --git a/libavif.spec b/libavif.spec index 91daab1..e92ecd1 100644 --- a/libavif.spec +++ b/libavif.spec @@ -1,7 +1,7 @@ # # spec file for package libavif # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %bcond_with yuv %endif Name: libavif -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: Library for encoding and decoding .avif files License: BSD-2-Clause