commit 3045f934423c82c204c4aca95f6741e4f7b3737e
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Sun Feb 18 19:27:12 2018 +0100
Revert "Disable 32-bit ARM build until we can figure out why it keeps hanging
up"
This reverts commit 35241997f7fd5c6ccf667c7a2200bd6476f41fd5.
qt5-qtwebengine-freeworld.spec | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 7f0e63e..eb0e697 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -3,9 +3,7 @@
%global _hardened_build 1
# work around missing macro in the RPM Fusion build system (matches list in
macros.qt5-srpm)
-# disable %%{arm} for now because we keep running into build failures there
-#{!?qt5_qtwebengine_arches:#global qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64
mips mipsel mips64el}
-%global qt5_qtwebengine_arches %{ix86} x86_64 aarch64 mips mipsel mips64el
+%{!?qt5_qtwebengine_arches:%global qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64
mips mipsel mips64el}
%if 0
# need libvpx >= 1.6.2
@@ -45,7 +43,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
Version: 5.10.0
-Release: 1%{?dist}.1
+Release: 1%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -410,9 +408,6 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
-* Thu Jan 25 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.0-1.1
-- Disable 32-bit ARM build until we can figure out why it keeps hanging up
-
* Sat Dec 30 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.0-1
- Update to 5.10.0
- Update version numbers of bundled stuff
Show replies by date