From 393d059f13f02ab1b61b83d232efe6402216af41 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Jan 23 2021 09:49:35 +0000 Subject: Reenable system ICU on F33+, ICU 67 supported since 5.15.1 according to Debian * Sat Jan 23 2021 Kevin Kofler - 5.15.2-6 - Reenable system ICU on F33+, ICU 67 supported since 5.15.1 according to Debian --- diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 4ccd818..df8a719 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -17,7 +17,7 @@ %global use_system_re2 1 %endif -%if 0%{?fedora} > 31 && 0%{?fedora} < 33 +%if 0%{?fedora} > 31 # need libicu >= 64, only currently available on f32+ %global use_system_libicu 1 %endif @@ -53,7 +53,7 @@ Summary: Qt5 - QtWebEngine components Name: qt5-qtwebengine Version: 5.15.2 -Release: 5%{?dist} +Release: 6%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -636,6 +636,9 @@ done %changelog +* Sat Jan 23 2021 Kevin Kofler - 5.15.2-6 +- Reenable system ICU on F33+, ICU 67 supported since 5.15.1 according to Debian + * Wed Jan 20 2021 Kevin Kofler - 5.15.2-5 - Fix sandbox issue breaking text rendering with glibc 2.33 (#1904652)