From 309d41c007a6c762c5bb5400cd6fc14ed32bd114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Mon, 29 Mar 2021 23:29:51 +0200 Subject: [PATCH] Update to version 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- libavif.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavif.spec b/libavif.spec index 3580fd5..268f4ec 100644 --- a/libavif.spec +++ b/libavif.spec @@ -1,14 +1,13 @@ -# Force out of source build -%undefine __cmake_in_source_build - +# Build with aom %bcond_without aom +# Build SVT-AV1 %ifarch x86_64 %bcond_without svt %endif Name: libavif Version: 0.9.0 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Library for encoding and decoding .avif files License: BSD @@ -79,7 +78,8 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications. %files %license LICENSE -%{_libdir}/libavif.so.* +# Do not glob the soname +%{_libdir}/libavif.so.10* %files devel %{_libdir}/libavif.so @@ -116,7 +116,7 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications. * Wed Dec 09 05:52:07 CET 2020 Robert-André Mauchin - 0.8.4-1 - Update to version 0.8.4 - + * Mon Oct 19 2020 Andreas Schneider - 0.8.2-1 - Update to version 0.8.2 https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md