Accepting request 972415 from home:dirkmueller:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/972415 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=40
This commit is contained in:
parent
1b2dea19a1
commit
7d748b5564
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d289e5029cb3853630ca85716b25b5fb9cdec51f8bd537b05f43b3325b480ab0
|
||||
size 2085624
|
3
libavif-0.10.1.tar.gz
Normal file
3
libavif-0.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66e82854ceb84a3e542bc140a343bc90e56c68f3ecb4fff63e636c136ed9a05e
|
||||
size 2085698
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 24 20:01:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <asn@cryptomilk.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user