From 2b7b66fc6b0bf0a73ea79aacec43e1a91f5afbb7da1518966b3259d64c2ee1a7 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 27 May 2024 14:02:23 +0000 Subject: [PATCH 1/2] Accepting request 1176715 from home:mathletic:branches:devel:tools - Update to Doxygen 1.11.0 * Add Markdown style todo list * Add support for GitHub Markdown style alerts * Add a "Run" menu item key-command to DoxyWizard * Added 'raise' and 'prefix' options to @include{doc} * Support `link` / `endlink` command in section title * Add support for @subparagraph and @subsubparagraph * Translation updates for German/Greek/Polish/Portuegse/Dutch/Chinese * `doxyapp --locate` list all overloads by including arguments * Adding support for "engine" files for plantuml * Show emoji in HTML treeview * Add `HTML_CODE_FOLDING` possibility to CHM * Make `HTML_CODE_FOLDING` possible when `DISABLE_INDEX=YES` * Add doxyindexer and doxysearch installation * cmake: always install man pages, only install for the binaries installed * allow function ptr with `INLINE_SIMPLE_STRUCTS` OBS-URL: https://build.opensuse.org/request/show/1176715 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=207 --- doxygen-1.10.0.src.tar.gz | 3 --- doxygen-1.11.0.src.tar.gz | 3 +++ doxygen.changes | 21 +++++++++++++++++++++ doxygen.spec | 2 +- doxywizard.spec | 3 ++- 5 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 doxygen-1.10.0.src.tar.gz create mode 100644 doxygen-1.11.0.src.tar.gz diff --git a/doxygen-1.10.0.src.tar.gz b/doxygen-1.10.0.src.tar.gz deleted file mode 100644 index f709be9..0000000 --- a/doxygen-1.10.0.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd7c556b4d96ca5e682534bc1f1a78a5cfabce0c425b14c1b8549802686a4442 -size 8400410 diff --git a/doxygen-1.11.0.src.tar.gz b/doxygen-1.11.0.src.tar.gz new file mode 100644 index 0000000..eb5a370 --- /dev/null +++ b/doxygen-1.11.0.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9edfdf8c5f3e8bee0c4c967850caead27099883ee7ff8b11044e6d63faf3607 +size 8447729 diff --git a/doxygen.changes b/doxygen.changes index a233d0a..b558d3a 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed May 22 21:28:25 UTC 2024 - Christoph G + +- Update to Doxygen 1.11.0 + * Add Markdown style todo list + * Add support for GitHub Markdown style alerts + * Add a "Run" menu item key-command to DoxyWizard + * Added 'raise' and 'prefix' options to @include{doc} + * Support `link` / `endlink` command in section title + * Add support for @subparagraph and @subsubparagraph + * Translation updates for German/Greek/Polish/Portuegse/Dutch/Chinese + * `doxyapp --locate` list all overloads by including arguments + * Adding support for "engine" files for plantuml + * Show emoji in HTML treeview + * Add `HTML_CODE_FOLDING` possibility to CHM + * Make `HTML_CODE_FOLDING` possible when `DISABLE_INDEX=YES` + * Add doxyindexer and doxysearch installation + * cmake: always install man pages, only install for the + binaries installed + * allow function ptr with `INLINE_SIMPLE_STRUCTS` + ------------------------------------------------------------------- Mon Feb 26 07:48:35 UTC 2024 - Dominique Leuenberger diff --git a/doxygen.spec b/doxygen.spec index 66b4c7c..5d18218 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -22,7 +22,7 @@ %endif Name: doxygen -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Automated C, C++, and Java Documentation Generator # qtools are used for building and they are GPL-3.0 licensed diff --git a/doxywizard.spec b/doxywizard.spec index d1f50ad..0168e6c 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -17,7 +17,7 @@ Name: doxywizard -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Graphical User Interface for Doxygen # qtools are used for building and they are GPL-3.0 licensed @@ -84,6 +84,7 @@ export LANG=C.UTF-8 rm %{buildroot}%{_bindir}/doxygen mkdir -p %{buildroot}%{_mandir}/man1/ install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/ +rm -rf %{buildroot}%{_mandir}/man1/doxygen.1 %suse_update_desktop_file -i doxywizard Development Documentation %files From 73343d1bad2be560d4d21157c7346414f4ac324d26b1104f98ad5d471d3df0c5 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 27 May 2024 16:30:49 +0000 Subject: [PATCH 2/2] checkin OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=208 --- doxywizard.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxywizard.spec b/doxywizard.spec index 0168e6c..f382e04 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -84,7 +84,7 @@ export LANG=C.UTF-8 rm %{buildroot}%{_bindir}/doxygen mkdir -p %{buildroot}%{_mandir}/man1/ install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/ -rm -rf %{buildroot}%{_mandir}/man1/doxygen.1 +rm %{buildroot}%{_mandir}/man1/doxygen.1 %suse_update_desktop_file -i doxywizard Development Documentation %files