Accepting request 1158784 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1158784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2024-03-18 15:43:29 +00:00 committed by Git OBS Bridge
commit f84170070b
4 changed files with 21 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35e3cb3cd7158209dcc31d3bf222036de5b9597e368a90e18449ecc89bb86a19
size 10573846

3
libavif-1.0.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146
size 10575992

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 17 09:23:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <andreas.stieger@gmx.de>
@ -91,10 +104,10 @@ Mon Nov 14 11:41:20 UTC 2022 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
Thu Oct 27 19:02:16 UTC 2022 - Cristian Rodríguez <crrodriguez@opensuse.org>
- 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 <bjorn.lie@gmail.com>
@ -190,7 +203,7 @@ Sat Oct 15 12:28:59 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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.
-------------------------------------------------------------------

View File

@ -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