- Update to version 2.9.2:

* colorspace: fix crash on invalid conversion from unspec to
    real primaries
  * x86: additional optimizations for AMD Piledriver
  * x86: optimizations for AMD Zen2 processors

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=18
This commit is contained in:
Mia Herkt 2019-08-02 02:43:47 +00:00 committed by Git OBS Bridge
parent 303c25dba6
commit b7f3045a51
4 changed files with 18 additions and 5 deletions

View File

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

3
release-2.9.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 2 02:43:17 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to version 2.9.2:
* colorspace: fix crash on invalid conversion from unspec to
real primaries
* x86: additional optimizations for AMD Piledriver
* x86: optimizations for AMD Zen2 processors
-------------------------------------------------------------------
Thu Jun 13 21:40:11 UTC 2019 - Martin Herkt <9+suse@cirno.systems>

View File

@ -18,7 +18,7 @@
%define sover 2
Name: zimg
Version: 2.9.1
Version: 2.9.2
Release: 0
Summary: Scaling, colorspace conversion, and dithering library
License: WTFPL
@ -62,7 +62,8 @@ autoreconf -fiv
%ifarch x86_64 %{ix86}
--enable-x86simd \
%endif
--disable-static
--disable-static \
--enable-unit-test
make %{?_smp_mflags} V=1
%install
@ -70,6 +71,9 @@ make %{?_smp_mflags} V=1
rm -rf %{buildroot}%{_datadir}/doc/zimg
find %{buildroot} -type f -name "*.la" -delete -print
%check
make check
%post -n libzimg%{sover} -p /sbin/ldconfig
%postun -n libzimg%{sover} -p /sbin/ldconfig