Compare commits

1 Commits
1.1 ... main

5 changed files with 25 additions and 9 deletions

BIN
doxygen-1.13.2.src.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
doxygen-1.14.0.src.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu May 29 14:07:05 UTC 2025 - Christoph G <foss@grueninger.de>
- Doxywizard: Use Qt 6 instead of Qt5.
-------------------------------------------------------------------
Sat May 24 18:24:12 UTC 2025 - Christoph G <foss@grueninger.de>
- update to 1.14.0
* HTML output has gotten a fresh, more modern look. It makes
better use of CSS and uses fewer bitmaps.
* Added page outline navigation panel to the HTML output
* Added new layout option: full height side bar + navigation tabs
* Improved flexibility of `\cite` command
* Support for Plus sign code fence directives - GitHub flavor
-------------------------------------------------------------------
Sat Jan 11 07:07:53 UTC 2025 - Christoph G <foss@grueninger.de>

View File

@@ -16,7 +16,7 @@
#
Name: doxygen
Version: 1.13.2
Version: 1.14.0
Release: 0
Summary: Automated C, C++, and Java Documentation Generator
# qtools are used for building and they are GPL-3.0 licensed

View File

@@ -17,7 +17,7 @@
Name: doxywizard
Version: 1.13.2
Version: 1.14.0
Release: 0
Summary: Graphical User Interface for Doxygen
# qtools are used for building and they are GPL-3.0 licensed
@@ -35,10 +35,10 @@ BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: python3-xml
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Gui)
BuildRequires: pkgconfig(Qt6Widgets)
BuildRequires: pkgconfig(Qt6Xml)
Requires: doxygen = %{version}
# for make tests
BuildRequires: libxml2-tools