diff --git a/libwebp-1.2.1.tar.gz b/libwebp-1.3.0.tar.gz similarity index 67% rename from libwebp-1.2.1.tar.gz rename to libwebp-1.3.0.tar.gz index 150506765498fc926dd84051c86809ef7530793e..de31f23edc806462e5e267b7c8ebe2e576d99812 100644 Binary files a/libwebp-1.2.1.tar.gz and b/libwebp-1.3.0.tar.gz differ diff --git a/libwebp.spec b/libwebp.spec index 2d3c049d1bfe1fc7af8b1550a2d1659e7eb9ac62..200f255d79f2d0490d5c54d71b8e7fd750476116 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -1,6 +1,6 @@ Name: libwebp -Version: 1.2.1 -Release: 2 +Version: 1.3.0 +Release: 1 URL: http://www.linuxfromscratch.org/blfs/view/svn/general/libwebp.html Summary: Library and tools for the WebP graphics format License: BSD @@ -90,13 +90,14 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %files -n %{name} %defattr(-,root,root) -%doc README AUTHORS +%doc README.md AUTHORS %license COPYING %{_libdir}/*.so.* %files devel %defattr(-,root,root) %{_libdir}/%{name}*.so +%{_libdir}/libsharpyuv.so %{_includedir}/* %{_libdir}/*.a %{_libdir}/pkgconfig/* @@ -111,6 +112,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %{_mandir}/man*/* %changelog +* Fri Feb 03 2023 zhouwenpei - 1.3.0-1 +- update to 1.3.0 + * Wed Oct 26 2022 zhouwenpei - 1.2.1-2 - Rebuild for next release