Accepting request 571519 from multimedia:libs
- 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/request/show/571519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=25
This commit is contained in:
commit
be46cc6764
@ -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
|
Mon Jan 29 20:40:37 UTC 2018 - 9+suse@cirno.systems
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 2
|
%define sover 2
|
||||||
Name: zimg
|
Name: zimg
|
||||||
Version: 2.7.2
|
Version: 2.7.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scaling, colorspace conversion, and dithering library
|
Summary: Scaling, colorspace conversion, and dithering library
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
@ -73,10 +73,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%postun -n libzimg%{sover} -p /sbin/ldconfig
|
%postun -n libzimg%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libzimg%{sover}
|
%files -n libzimg%{sover}
|
||||||
%doc COPYING ChangeLog README.md
|
%license COPYING
|
||||||
|
%doc ChangeLog README.md
|
||||||
%{_libdir}/libzimg.so.%{sover}*
|
%{_libdir}/libzimg.so.%{sover}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc doc/example
|
||||||
%{_includedir}/zimg.h
|
%{_includedir}/zimg.h
|
||||||
%{_includedir}/zimg++.hpp
|
%{_includedir}/zimg++.hpp
|
||||||
%{_libdir}/libzimg.so
|
%{_libdir}/libzimg.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user