Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package doxygen for openSUSE:Factory checked in at 2021-10-12 21:48:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/doxygen (Old) and /work/SRC/openSUSE:Factory/.doxygen.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "doxygen" Tue Oct 12 21:48:09 2021 rev:85 rq:922934 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes 2021-04-26 16:38:36.073977920 +0200 +++ /work/SRC/openSUSE:Factory/.doxygen.new.2443/doxygen.changes 2021-10-12 21:48:27.507794856 +0200 @@ -1,0 +2,27 @@ +Sat Oct 2 15:24:49 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 1.9.2 + * Add support for C++20 concept + * Introduce new sidebar layout via FULL_SIDEBAR option + * Add -q commandline-parameter for quiet operation + * Add config option SHOW_HEADERFILE [view] + * Add config option WARN_IF_INCOMPLETE_DOC [view] + * Add config options GENERATE_SQLITE3, SQLITE3_OUTPUT and + SQLITE3_RECREATE_DB to better control the sqlite3 output + * Add config option MATHJAX_VERSION to support both MathJax 2.x + and 3.x + * Allow more fine tuning of semanitic syntax highlighting via CSS + classes + * Use language name to get code coloring + * Extra settings for MathJax V3 + * Support vertical alignment in multirow table + * Add option for an anchor to the image command + * Deprecate options LATEX_SOURCE_CODE, RTF_SOURCE_CODE and + DOCBOOK_PROGRAMLISTING; code listing is now controlled globally + via the SOURCE_BROWSER option + * Make OUTPUT_TEXT_DIRECTION option obsolete + * Replace the C++ doxmlparser libary by a python based module + * many bug fixes and improvements +- drop vhdlparser-no-return.patch, included upstream + +------------------------------------------------------------------- Old: ---- doxygen-1.9.1.src.tar.gz vhdlparser-no-return.patch New: ---- doxygen-1.9.2.src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ doxygen.spec ++++++ --- /var/tmp/diff_new_pack.SI3GEH/_old 2021-10-12 21:48:28.815796729 +0200 +++ /var/tmp/diff_new_pack.SI3GEH/_new 2021-10-12 21:48:28.819796735 +0200 @@ -22,7 +22,7 @@ %endif Name: doxygen -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Automated C, C++, and Java Documentation Generator # qtools are used for building and they are GPL-3.0 licensed @@ -34,8 +34,6 @@ Patch0: %{name}-modify_footer.patch # suse specific Patch1: %{name}-no-lowercase-man-names.patch -# PATCH-FIX-UPSTREAM: add missing returns to non-void functions -Patch3: vhdlparser-no-return.patch Patch10: doxygen-no-libclang-cpp.patch BuildRequires: bison BuildRequires: cmake >= 2.8.12 @@ -66,7 +64,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch3 -p1 %if %{with libclang} %if 0%{?sle_version} == 150100 || (0%{?sle_version} == 150200 && !0%{?is_opensuse}) %patch10 -p1 ++++++ doxywizard.spec ++++++ --- /var/tmp/diff_new_pack.SI3GEH/_old 2021-10-12 21:48:28.835796758 +0200 +++ /var/tmp/diff_new_pack.SI3GEH/_new 2021-10-12 21:48:28.839796763 +0200 @@ -17,7 +17,7 @@ Name: doxywizard -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Graphical User Interface for Doxygen # qtools are used for building and they are GPL-3.0 licensed @@ -26,8 +26,6 @@ URL: https://www.doxygen.nl/ Source: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz Source1: doxywizard.desktop -# PATCH-FIX-UPSTREAM: add missing returns to non-void functions -Patch3: vhdlparser-no-return.patch BuildRequires: bison BuildRequires: cmake >= 2.8.12 BuildRequires: flex @@ -58,7 +56,6 @@ %prep %setup -q -n doxygen-%{version} -%patch3 -p1 %build %cmake \ ++++++ doxygen-1.9.1.src.tar.gz -> doxygen-1.9.2.src.tar.gz ++++++ ++++ 254364 lines of diff (skipped) ++++++ doxygen-no-lowercase-man-names.patch ++++++ --- /var/tmp/diff_new_pack.SI3GEH/_old 2021-10-12 21:48:29.655797932 +0200 +++ /var/tmp/diff_new_pack.SI3GEH/_new 2021-10-12 21:48:29.655797932 +0200 @@ -1,12 +1,12 @@ -Index: doxygen-1.8.18/src/fortranscanner.l +Index: doxygen-1.9.2/src/fortranscanner.l =================================================================== ---- doxygen-1.8.18.orig/src/fortranscanner.l 2020-07-10 09:10:24.205905062 +0200 -+++ doxygen-1.8.18/src/fortranscanner.l 2020-07-10 09:13:31.570972499 +0200 -@@ -2357,7 +2357,6 @@ static void initEntry(yyscan_t yyscanner +--- doxygen-1.9.2.orig/src/fortranscanner.l ++++ doxygen-1.9.2/src/fortranscanner.l +@@ -2314,7 +2314,6 @@ static void initEntry(yyscan_t yyscanner static void addCurrentEntry(yyscan_t yyscanner,bool case_insens) { struct yyguts_t *yyg = (struct yyguts_t*)yyscanner; - if (case_insens) yyextra->current->name = yyextra->current->name.lower(); - //printf("===Adding entry %s to %s\n", yyextra->current->name.data(), yyextra->current_root->name.data()); + //printf("===Adding entry %s to %s\n", qPrint(yyextra->current->name), qPrint(yyextra->current_root->name)); yyextra->last_entry = yyextra->current; yyextra->current_root->moveToSubEntryAndRefresh(yyextra->current);