From 469e3a88603915f204cb499018db310df6d6a1fd Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 9 Nov 2023 12:54:48 +0100 Subject: [PATCH] Revert: Fix Qt not showing up emoji by handling emoji font family --- qt6-qtbase.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qt6-qtbase.spec b/qt6-qtbase.spec index cc72989..22e6287 100644 --- a/qt6-qtbase.spec +++ b/qt6-qtbase.spec @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt6-qtbase Summary: Qt6 - QtBase components Version: 6.6.0 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://qt-project.org/ @@ -91,7 +91,8 @@ Patch58: qtbase-libglvnd.patch Patch59: qtbase-libxkbcommon-1.6.0.patch # Bug 1954359 - Many emoji don't show up in Qt apps because qt does not handle 'emoji' font family -Patch60: qtbase-cache-emoji-font.patch +# FIXME: this change seems to completely break font rendering for some people +# Patch60: qtbase-cache-emoji-font.patch %if 0%{?fedora} < 39 # Latest QGnomePlatform needs to be specified to be used @@ -836,6 +837,9 @@ make check -k ||: %changelog +* Thu Nov 09 2023 Jan Grulich - 6.6.0-6 +- Revert: Fix Qt not showing up emoji by handling emoji font family + * Tue Nov 07 2023 Jan Grulich - 6.6.0-5 - Fix Qt not showing up emoji by handling emoji font family