diff --git a/libwebp.spec b/libwebp.spec index 0c750b5..420a9c1 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -2,7 +2,7 @@ Name: libwebp Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://webmproject.org/ Summary: Library and tools for the WebP graphics format # Additional IPR is licensed as well. See PATENTS file for details @@ -142,6 +142,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %changelog +* Sat Jul 11 2020 Jiri Vanek - 1.1.0-4 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Mon May 18 2020 Sandro Mani - 1.1.0-3 - Don't manually and incorrectly install vwebp, Makefile already does it correctly (#1836640)