diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index b0fff86d91ede5f850219e1de0e4dc32297c4d8e..ebe9f4e9839810c644accd612d876f69fb8897af 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -1,13 +1,11 @@ %global qt_module qtsvg -%global examples 1 - -%bcond_with doc +%bcond_without doc Summary: Qt6 - Support for rendering and displaying SVG Name: qt6-%{qt_module} Version: 6.8.2 -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 %global majmin %(echo %{version} | cut -d. -f1-2) @@ -110,6 +108,9 @@ popd %endif %changelog +* Mon Mar 24 2025 Funda Wang - 6.8.2-2 +- build documentation + * Sat Feb 01 2025 Funda Wang - 6.8.2-1 - update to 6.8.2 - conditioned documentation build