From 1b2dea19a1627fb9e8eb6669d6d7721b8f4efef7a19bf1df7de7d0ab0820d1a1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 8 Apr 2022 15:52:30 +0000 Subject: [PATCH] Update to version 0.10.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=38 --- baselibs.conf | 2 +- libavif-0.10.0.tar.gz | 3 +++ libavif-0.9.3.tar.gz | 3 --- libavif.changes | 7 +++++++ libavif.spec | 12 +++++++----- 5 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 libavif-0.10.0.tar.gz delete mode 100644 libavif-0.9.3.tar.gz diff --git a/baselibs.conf b/baselibs.conf index ccd4ea6..1009a51 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libavif13 +libavif14 diff --git a/libavif-0.10.0.tar.gz b/libavif-0.10.0.tar.gz new file mode 100644 index 0000000..971f254 --- /dev/null +++ b/libavif-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d289e5029cb3853630ca85716b25b5fb9cdec51f8bd537b05f43b3325b480ab0 +size 2085624 diff --git a/libavif-0.9.3.tar.gz b/libavif-0.9.3.tar.gz deleted file mode 100644 index 0befa3e..0000000 --- a/libavif-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcd9a1f57f982a9615eb7e2faf87236dc88eb1d0c886f3471c7440ead605060d -size 2000521 diff --git a/libavif.changes b/libavif.changes index 9a06281..d603e17 100644 --- a/libavif.changes +++ b/libavif.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 8 15:49:30 UTC 2022 - Andreas Schneider + +- Update to version 0.10.0 + * See https://github.com/AOMediaCodec/libavif/blob/v0.10.0/CHANGELOG.md + for a complete changelog or check the CHANGELOG.md in the doc directory. + ------------------------------------------------------------------- Sat Dec 25 10:23:55 UTC 2021 - Andreas Schneider diff --git a/libavif.spec b/libavif.spec index 2d49fcb..27460ac 100644 --- a/libavif.spec +++ b/libavif.spec @@ -1,7 +1,7 @@ # # spec file for package libavif # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %if 0%{?suse_version} >= 1550 %bcond_without aom %else @@ -22,10 +23,11 @@ %endif # Also update baselibs.conf if you bump the version -%define lib_name libavif13 +%global lib_soversion 14 +%global lib_name libavif%{lib_soversion} Name: libavif -Version: 0.9.3 +Version: 0.10.0 Release: 0 Summary: Library for encoding and decoding .avif files License: BSD-2-Clause @@ -126,8 +128,8 @@ This package holds the development files for libavif. %files -n %{lib_name} %license LICENSE -%{_libdir}/libavif.so.13 -%{_libdir}/libavif.so.13.0.0 +%{_libdir}/libavif.so.%{lib_soversion} +%{_libdir}/libavif.so.%{lib_soversion}.0.0 %files devel %license LICENSE