diff --git a/doxywizard.changes b/doxywizard.changes index 5492975..6b06c1e 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Jul 10 07:34:45 UTC 2020 - pgajdos@suse.com + +- version update to 1.8.18 + Removed functionality + * Removed support for TCL (code is too buggy and unmaintained, language not very popular) + Features + * Added the few missing French translations [view] + * Updated Swedish translation to match the latest version [view] + * Adding check on configuration setting EXTENSION_MAPPING [view] + * Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude` [view] + * output on doxyparse if a function is a prototype [view] + * print protection information on doxyparse [view] + * Creation of svg images for formulas with inkscape [view] + * Improve formula handling and rendering. [view] + * Doxygen version in the messages output (#7640) [view] + * Doxygen version information (#7645) [view] + * Enabling Travis builds for s390x [view] + * Relative markdown file reference (#7032) [view] + Bugs fixed + * see https://www.doxygen.nl/manual/changelog.html +- modified patches + % doxygen-no-lowercase-man-names.patch (refreshed) + % vhdlparser-no-return.patch (refreshed) +- deleted patches + - 0001-issue-7248-Including-external-tag-files-with-TOC-pro.patch (upstreamed) + - PR_7193_fix_blank_file_patterns.patch (upstreamed) + - doxygen-64f1f2357ae764f2c8190d067aff801bc0a56721.patch (upstreamed) + - doxygen-git-not-required.patch (upstreamed) + - reproducible-sort.patch (upstreamed) + ------------------------------------------------------------------- Fri Jan 10 09:14:32 UTC 2020 - Martin Pluskal diff --git a/doxywizard.spec b/doxywizard.spec index 4093fb2..02f1742 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -28,8 +28,6 @@ Source: http://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 -# really do not require git executable -Patch4: doxygen-git-not-required.patch BuildRequires: bison BuildRequires: cmake >= 2.8.12 BuildRequires: flex @@ -57,7 +55,6 @@ configuration files. %prep %setup -q -n doxygen-%{version} %patch3 -p1 -%patch4 -p1 %build export CFLAGS="%{optflags} -fPIC"