Files
gwenhywfar/0007-Remove-debug-output.patch
Christophe Marin f73cc9307c - Add patches for Qt 6 support:
* 0001-Fix-name-of-output-variable.patch
  * 0002-Support-building-for-Qt6.patch
  * 0003-Adjusted-expression-to-work-correclty-using-Qt5-and-.patch
  * 0004-Add-missing-files-to-AC_CONFIG_FILES.patch
  * 0005-Prevent-configuration-for-Qt5-and-Qt6-at-the-same-ti.patch
  * 0006-Improve-configuration-on-systems-with-Qt5-and-Qt6-in.patch
  * 0007-Remove-debug-output.patch
- Spec cleanup

- Add patch:
  * gwenhywfar-gcc15.patch

OBS-URL: https://build.opensuse.org/package/show/Office/gwenhywfar?expand=0&rev=59
2025-06-27 08:29:02 +00:00

25 lines
671 B
Diff

From d69af00e9dec30c90cd8b4adb8bd3e3e5e4c05f0 Mon Sep 17 00:00:00 2001
From: Thomas Baumgart <thb@net-bembel.de>
Date: Sat, 21 Jun 2025 15:42:33 +0200
Subject: [PATCH 7/7] Remove debug output
---
m4/ax_have_qt.m4 | 1 -
1 file changed, 1 deletion(-)
diff --git a/m4/ax_have_qt.m4 b/m4/ax_have_qt.m4
index 487059e..559cbfc 100644
--- a/m4/ax_have_qt.m4
+++ b/m4/ax_have_qt.m4
@@ -143,7 +143,6 @@ EOF
fi
ver=`$QTPATHS --version | cut -d' ' -f 2`
- echo "QTPATH version: $ver" >&AS_MESSAGE_LOG_FD
if test "$ver" = "2.0"; then
# Add QT_HOST_BINS and QT_HOST_LIBEXECS paths to PATH
for var in QT_HOST_BINS QT_HOST_LIBEXECS; do
--
2.50.0