diff --git a/libavif-0.10.0.tar.gz b/libavif-0.10.0.tar.gz deleted file mode 100644 index 971f254..0000000 --- a/libavif-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d289e5029cb3853630ca85716b25b5fb9cdec51f8bd537b05f43b3325b480ab0 -size 2085624 diff --git a/libavif-0.10.1.tar.gz b/libavif-0.10.1.tar.gz new file mode 100644 index 0000000..32668d7 --- /dev/null +++ b/libavif-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e82854ceb84a3e542bc140a343bc90e56c68f3ecb4fff63e636c136ed9a05e +size 2085698 diff --git a/libavif.changes b/libavif.changes index d603e17..77068be 100644 --- a/libavif.changes +++ b/libavif.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 24 20:01:35 UTC 2022 - Dirk Müller + +- update to 0.10.1: + * tests/docker/build.sh: Build SVT-AV1 using cmake and ninja directly + * Fix a Visual Studio 2017 compiler warning in src\reformat.c: warning C4204: + nonstandard extension used: non-constant aggregate initializer + * Fix the help message of avifdec: --index takes a value + ------------------------------------------------------------------- Fri Apr 8 15:49:30 UTC 2022 - Andreas Schneider diff --git a/libavif.spec b/libavif.spec index 27460ac..d03a61a 100644 --- a/libavif.spec +++ b/libavif.spec @@ -27,7 +27,7 @@ %global lib_name libavif%{lib_soversion} Name: libavif -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: Library for encoding and decoding .avif files License: BSD-2-Clause @@ -129,7 +129,7 @@ This package holds the development files for libavif. %files -n %{lib_name} %license LICENSE %{_libdir}/libavif.so.%{lib_soversion} -%{_libdir}/libavif.so.%{lib_soversion}.0.0 +%{_libdir}/libavif.so.%{lib_soversion}.0.1 %files devel %license LICENSE