- Update to 2.7.3

* resize: fix performance drop in certain resampling ratios
- Use %license macro
- Include example code in -devel documentation

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=11
This commit is contained in:
Mia Herkt 2018-01-31 18:52:35 +00:00 committed by Git OBS Bridge
parent f2c1329bb1
commit 40ff19ca63
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 31 18:45:42 UTC 2018 - 9+suse@cirno.systems
- Update to 2.7.3
* resize: fix performance drop in certain resampling ratios
- Use %license macro
- Include example code in -devel documentation
-------------------------------------------------------------------
Mon Jan 29 20:40:37 UTC 2018 - 9+suse@cirno.systems

View File

@ -18,7 +18,7 @@
%define sover 2
Name: zimg
Version: 2.7.2
Version: 2.7.3
Release: 0
Summary: Scaling, colorspace conversion, and dithering library
License: WTFPL
@ -73,10 +73,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
%postun -n libzimg%{sover} -p /sbin/ldconfig
%files -n libzimg%{sover}
%doc COPYING ChangeLog README.md
%license COPYING
%doc ChangeLog README.md
%{_libdir}/libzimg.so.%{sover}*
%files devel
%doc doc/example
%{_includedir}/zimg.h
%{_includedir}/zimg++.hpp
%{_libdir}/libzimg.so