diff options
| -rw-r--r-- | libwebp.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/libwebp.spec b/libwebp.spec index 57a3e8d..d7ad82e 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -20,7 +20,7 @@ Name:          %{libname}  %else  Name:          %{libname}%{soname}  %endif -Version:       1.0.2 +Version:       1.0.3  Release:       1%{?dist}  URL:           http://webmproject.org/  Summary:       Library and tools for the WebP graphics format @@ -194,6 +194,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/  %changelog +* Fri Jan  3 2020 Remi Collet <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 +  * Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 1.0.2-1  - rename to libwebp7 to allow parallel installation on EL  - drop java subpackage on EL  | 
