From bc15c7aa0faf3e0085d2e2ff0b87d5bf9579a752 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jan 06 2022 18:17:47 +0000 Subject: Drop aarch64 CFLAGS FTB workaround --- diff --git a/libwebp.spec b/libwebp.spec index 2173845..6d76681 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -2,7 +2,7 @@ Name: libwebp Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?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 @@ -69,9 +69,6 @@ Java bindings for libwebp. %build autoreconf -vif -%ifarch aarch64 -export CFLAGS="%{optflags} -frename-registers" -%endif %configure --disable-static --enable-libwebpmux \ --enable-libwebpdemux --enable-libwebpdecoder %make_build V=1 @@ -140,6 +137,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %changelog +* Thu Jan 06 2022 Peter Robinson - 1.2.1-3 +- Drop aarch64 CFLAGS FTB workaround + * Sun Jan 02 2022 Dennis Gilmore - 1.2.2-2 - do not disable neon support