From b16a315c774c1b11941e31d65a9df882342a7296 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 22 Oct 2025 21:52:44 +0800 Subject: [PATCH] 1.15.0 --- doxygen-1.14.0.src.tar.gz => doxygen-1.15.0.src.tar.gz | 4 ++-- doxygen.spec | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) rename doxygen-1.14.0.src.tar.gz => doxygen-1.15.0.src.tar.gz (32%) diff --git a/doxygen-1.14.0.src.tar.gz b/doxygen-1.15.0.src.tar.gz similarity index 32% rename from doxygen-1.14.0.src.tar.gz rename to doxygen-1.15.0.src.tar.gz index 5d07651..7f04557 100644 --- a/doxygen-1.14.0.src.tar.gz +++ b/doxygen-1.15.0.src.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4536d11ab13037327d8d026b75f5a86b7ccb2093e2f546235faf61fd86e6b5d -size 8681251 +oid sha256:a8cafe605867ad475aaf288a3852783076e1df83aabf16488bbfa958062e7440 +size 9203196 diff --git a/doxygen.spec b/doxygen.spec index 91f8035..8e77de1 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -4,7 +4,7 @@ %global clang_support OFF Name: doxygen Epoch: 1 -Version: 1.14.0 +Version: 1.15.0 Release: 1 Summary: A documentation system for C/C++ License: GPL-1.0-or-later @@ -38,6 +38,7 @@ extent D. Summary: A GUI for creating and editing configuration files Requires: %{name} = %{epoch}:%{version}-%{release} BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtsvg-devel %description doxywizard Doxywizard is a graphical front-end to read/edit/write doxygen configuration files. @@ -97,6 +98,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Wed Oct 22 2025 Funda Wang - 1:1.15.0-1 +- update to 1.15.0 + * Sun May 25 2025 Funda Wang - 1:1.14.0-1 - update to 1.14.0 -- Gitee