From bef3ec51b2146f8b90a5e239d87a1f139aa3d712 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 25 May 2022 13:42:10 +0200 Subject: [PATCH] Fix path to lprodump --- qt6-qttools.spec | 5 ++++- qttools-run-qttools-with-qt6-suffix.patch | 12 ------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/qt6-qttools.spec b/qt6-qttools.spec index 468e9f9..c769d5a 100644 --- a/qt6-qttools.spec +++ b/qt6-qttools.spec @@ -11,7 +11,7 @@ Summary: Qt6 - QtTool components Name: qt6-qttools Version: 6.3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -374,6 +374,9 @@ popd %changelog +* Wed May 25 2022 Jan Grulich - 6.3.0-3 +- Fix path to lprodump + * Wed May 25 2022 Jan Grulich - 6.3.0-2 - Enable examples diff --git a/qttools-run-qttools-with-qt6-suffix.patch b/qttools-run-qttools-with-qt6-suffix.patch index d450270..4f67c5e 100644 --- a/qttools-run-qttools-with-qt6-suffix.patch +++ b/qttools-run-qttools-with-qt6-suffix.patch @@ -22,15 +22,3 @@ index 1910467..160b421 100644 + runQtTool(QStringLiteral("lupdate-qt6"), lupdateOptions); return 0; } -diff --git a/src/linguist/shared/runqttool.cpp b/src/linguist/shared/runqttool.cpp -index caf1e41..7d854cc 100644 ---- a/src/linguist/shared/runqttool.cpp -+++ b/src/linguist/shared/runqttool.cpp -@@ -119,6 +119,6 @@ std::unique_ptr createProjectDescription(QStringList args) - } - file->close(); - args << QStringLiteral("-out") << file->fileName(); -- runInternalQtTool(QStringLiteral("lprodump"), args); -+ runInternalQtTool(QStringLiteral("lprodump-qt6"), args); - return file; - }