From 8fec587968c4cd7b53bc5536417b8eb74b15b706 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sun, 10 Jan 2016 23:15:14 +0100 Subject: [PATCH] Fix changelog --- qt5-qtwebengine.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index d748663..1a836db 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -309,11 +309,13 @@ popd %changelog +* Sun Jan 10 2016 Kevin Kofler - 5.6.0-0.6.beta +- Fix extractCFlag to also look in QMAKE_CFLAGS_RELEASE (needed for ARM) +- Fix FTBFS on ARM: Disable NEON due to #1282495 (GCC bug) + * Sat Jan 09 2016 Kevin Kofler - 5.6.0-0.5.beta - Fix FTBFS on ARM: linux-pri patch: Set use_system_yasm only on x86_64 and i386 - Fix FTBFS on ARM: Respin tarball with: clean_ffmpeg.sh: Add missing ARM files -- Fix extractCFlag to also look in QMAKE_CFLAGS_RELEASE (needed for ARM) -- Fix FTBFS on ARM: Disable NEON due to #1282495 (GCC bug) * Sat Jan 09 2016 Kevin Kofler - 5.6.0-0.4.beta.1 - Use more specific BuildRequires for docs (thanks to rdieter)