diff --git a/libwebp.spec b/libwebp.spec index a4cb00b..2173845 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -2,7 +2,7 @@ Name: libwebp Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?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 @@ -72,11 +72,8 @@ autoreconf -vif %ifarch aarch64 export CFLAGS="%{optflags} -frename-registers" %endif -# Neon disabled due to resulting CFLAGS conflict resulting in -# inlining failed in call to always_inline '[...]': target specific option mismatch %configure --disable-static --enable-libwebpmux \ - --enable-libwebpdemux --enable-libwebpdecoder \ - --disable-neon + --enable-libwebpdemux --enable-libwebpdecoder %make_build V=1 make -C examples vwebp @@ -143,6 +140,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %changelog +* Sun Jan 02 2022 Dennis Gilmore - 1.2.2-2 +- do not disable neon support + * Sun Aug 15 2021 Sandro Mani - 1.2.1-1 - Update to 1.2.1