From ce27e42660e1470ff0f7ebaa1db1f64203932d28 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 28 May 2018 22:46:35 +0200 Subject: [PATCH] Remove BR for NetworkManager and disable JS JIT on riscv64 Signed-off-by: David Abdurachmanov --- qt.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/qt.spec b/qt.spec index 5aa8bc3..7076c0c 100644 --- a/qt.spec +++ b/qt.spec @@ -40,7 +40,7 @@ Summary: Qt toolkit Name: qt Epoch: 1 Version: 4.8.7 -Release: 40.0.riscv64%{?dist} +Release: 40.1.riscv64%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT @@ -260,6 +260,10 @@ Source31: hi48-app-qt4-logo.png %define tds -no-sql-tds %endif +%ifarch riscv64 +%define no_javascript_jit -no-javascript-jit +%endif + # macros, be mindful to keep sync'd with macros.qt4 Source1: macros.qt4 %define _qt4 %{name} @@ -295,7 +299,6 @@ BuildRequires: pkgconfig(icu-i18n) %else BuildRequires: libicu-devel %endif -BuildRequires: pkgconfig(NetworkManager) %global openssl -openssl-linked BuildRequires: openssl-devel BuildRequires: pkgconfig(libpng) @@ -1407,6 +1410,10 @@ fi %changelog +* Mon May 28 2018 David Abdurachmanov - 1:4.8.7-40.0.riscv64 +- Remove pkgconfig(NetworkManager) which is deprecated/retired, and not used in QT (?) +- Disable JavaScript JIT on RISC-V (riscv64) + * Mon May 28 2018 David Abdurachmanov - 1:4.8.7-40.0.riscv64 - Add support for RISC-V (riscv64)