From 3131b7f30fe2212f77c812d361f58926710562f8 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 6 Jul 2025 22:50:22 +0800 Subject: [PATCH] build documentation --- qt6-qtimageformats.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt6-qtimageformats.spec b/qt6-qtimageformats.spec index 28cd773..3f8d624 100644 --- a/qt6-qtimageformats.spec +++ b/qt6-qtimageformats.spec @@ -1,13 +1,13 @@ %global qt_module qtimageformats -%bcond_with doc +%bcond_without doc %define short_version 6.5 Summary: Qt6 - QtImageFormats component Name: qt6-%{qt_module} Version: 6.8.3 -Release: 1 +Release: 2 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: https://www.qt.io @@ -93,6 +93,9 @@ DESTDIR="%{buildroot}" %{__cmake} --build %{__cmake_builddir} --target install_d %endif %changelog +* Sun Jul 06 2025 Funda Wang - 6.8.3-2 +- build documentation + * Thu Jul 03 2025 Funda Wang - 6.8.3-1 - update to 6.8.3 -- Gitee