From 128de2736a83399373fc84fe263a719df25a3048 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Thu, 27 Feb 2025 18:13:15 +0800 Subject: [PATCH] Revert "Fix build failure due to gcc enabled pgo and lto" This reverts commit b24d9f5932bf957e0df306f6198ea688559ce538. --- qt6-qtquick3d.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index a1716eb..0266780 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -8,7 +8,7 @@ Summary: Qt6 - Quick3D Libraries and utilities Name: qt6-%{qt_module} Version: 6.5.2 -Release: 3 +Release: 2 License: GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -18,7 +18,7 @@ Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version} Patch0: qtquick3d-fix-build-with-gcc11.patch BuildRequires: cmake -BuildRequires: gcc-c++ mold +BuildRequires: gcc-c++ BuildRequires: ninja-build BuildRequires: qt6-rpm-macros >= %{version} BuildRequires: qt6-qtbase-static >= %{version} @@ -205,9 +205,6 @@ popd %endif %changelog -* Wed Feb 26 2025 peijiankang - 6.5.2-3 -- Fix build failure due to gcc enabled pgo and lto - * Wed Nov 20 2024 Funda Wang - 6.5.2-2 - adopt to new cmake macro -- Gitee