- 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

@@ -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