- 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:
parent
f2c1329bb1
commit
40ff19ca63
@ -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
3
release-2.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b7d719338d86bf69c688fcea451a6d81d93551fa9e305504f7e13bdbf7046c
|
||||
size 246332
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user