Update to 0.6.0
This commit is contained in:
parent
58833a2200
commit
0b59122c7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libwebp-0.5.0.tar.gz
|
||||
/libwebp-0.5.1.tar.gz
|
||||
/libwebp-0.5.2.tar.gz
|
||||
/libwebp-0.6.0.tar.gz
|
||||
|
12
libwebp.spec
12
libwebp.spec
@ -1,7 +1,7 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: libwebp
|
||||
Version: 0.5.2
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
URL: http://webmproject.org/
|
||||
Summary: Library and tools for the WebP graphics format
|
||||
@ -117,6 +117,7 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
||||
%{_bindir}/cwebp
|
||||
%{_bindir}/dwebp
|
||||
%{_bindir}/gif2webp
|
||||
%{_bindir}/img2webp
|
||||
%{_bindir}/webpmux
|
||||
%{_bindir}/vwebp
|
||||
%{_mandir}/man*/*
|
||||
@ -124,10 +125,10 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
||||
%files -n %{name}
|
||||
%doc README PATENTS NEWS AUTHORS
|
||||
%license COPYING
|
||||
%{_libdir}/%{name}.so.6*
|
||||
%{_libdir}/%{name}decoder.so.2*
|
||||
%{_libdir}/%{name}.so.7*
|
||||
%{_libdir}/%{name}decoder.so.3*
|
||||
%{_libdir}/%{name}demux.so.2*
|
||||
%{_libdir}/%{name}mux.so.2*
|
||||
%{_libdir}/%{name}mux.so.3*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/%{name}*.so
|
||||
@ -140,6 +141,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 0.6.0-1
|
||||
- Update to 0.6.0
|
||||
|
||||
* Thu Dec 22 2016 Sandro Mani <manisandro@gmail.com> - 0.5.2-1
|
||||
- Update to 0.5.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libwebp-0.5.2.tar.gz) = f0d798e0ef8b58bc159c53214a62b29dff4309ced9efd7c5f0e6f837877906db8318c4c3453f92725ef6f2b069b931ce3e7961ca26db723a31eedc7b52988de2
|
||||
SHA512 (libwebp-0.6.0.tar.gz) = be8eb9a3ddd3dec57f9f573d076ef97b17ea18de7e58e08e3fcb26456262394e9bb663c883d34f1aee0a91f23568e61c5ec4a7d0429cc385c009bf088ce6a1a4
|
||||
|
Loading…
Reference in New Issue
Block a user