From 6341a9660ab5a7344f3e63177b5fff7222511c83 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 28 Nov 2025 21:17:22 +0800 Subject: [PATCH] build with documentation --- qt5-qtbase.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index ff7375a..2d9af63 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -28,14 +28,14 @@ %global examples 1 -%bcond_with doc +%bcond_without doc ## skip for now, until we're better at it --rex #global tests 1 Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.15.18 -Release: 1 +Release: 2 # See LGPL_EXCEPTIONS.txt, for exception details License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 @@ -1032,6 +1032,9 @@ fi %endif %changelog +* Fri Nov 28 2025 Funda Wang - 5.15.18-2 +- build with documentation + * Sun Nov 02 2025 Funda Wang - 5.15.18-1 - update to version 5.15.18 - enable firebird driver -- Gitee