diff --git a/doxygen-1.9.0.src.tar.gz b/doxygen-1.9.0.src.tar.gz deleted file mode 100644 index f5fd65b..0000000 --- a/doxygen-1.9.0.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:636bab2c3c85603302600ed9b95425717aee776e56a3215325fcce15bbfdaef6 -size 5118869 diff --git a/doxygen-1.9.1.src.tar.gz b/doxygen-1.9.1.src.tar.gz new file mode 100644 index 0000000..df42ace --- /dev/null +++ b/doxygen-1.9.1.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67aeae1be4e1565519898f46f1f7092f1973cce8a767e93101ee0111717091d1 +size 5117435 diff --git a/doxygen.changes b/doxygen.changes index e90ec96..bf7222d 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jan 25 21:03:20 UTC 2021 - Dirk Müller + +- update to 1.9.1: + Bugfixes: + * issue #8282: Error on ALIAS declaration without quotes [view] + * issue #8286: Incorrect processing of VHDL strings [view], [view] + * issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES [view] + * issue #8294: Draw sibling dependee directories within same parent directoy in directory dependency graph. [view], [view], [view], [view], and [view] + * issue #8295: segmentation fault [view] + * issue #8296: LaTeX Error: File ... not found. [view], and [view] + * issue #8297: fails to parse list of INPUT files [view] + * issue #8300: File naming changed in Doxygen 1.9.0 [view] + * issue #8304: compilation failure [view] + * issue #8311: Markdown table: double-quote ruins the output [view] + * Fix cases where classes inside inline namespaces could lead to crashes [view] + * Fix coverity dead-code warning [view] + * Fix potential crash with inline namespace [view] + * Incorrect entries on treeview [view] + * Layout in doxywizard documentation [view] + * Various fixes based on coverity scan results [view] + * bug_549093 Regular HTML comments are removed. [view] + Features: + * Add a CLANG_ADD_INC_PATHS option + * Add some missing info to the XML output + Refactorings and cleanups + ------------------------------------------------------------------- Mon Dec 28 13:47:36 UTC 2020 - pgajdos@suse.com diff --git a/doxygen.spec b/doxygen.spec index c2e8fc3..b8228fc 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,7 +1,7 @@ # # spec file for package doxygen # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,14 +22,14 @@ %endif Name: doxygen -Version: 1.9.0 +Version: 1.9.1 Release: 0 Summary: Automated C, C++, and Java Documentation Generator # qtools are used for building and they are GPL-3.0 licensed License: GPL-2.0-or-later AND GPL-3.0-only Group: Development/Tools/Doc Generators URL: https://www.doxygen.nl/ -Source0: http://doxygen.nl/files/doxygen-%{version}.src.tar.gz +Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz # suse specific Patch0: %{name}-modify_footer.patch # suse specific diff --git a/doxywizard.spec b/doxywizard.spec index c8b4c22..3cefe17 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -1,7 +1,7 @@ # # spec file for package doxywizard # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: doxywizard -Version: 1.9.0 +Version: 1.9.1 Release: 0 Summary: Graphical User Interface for Doxygen # qtools are used for building and they are GPL-3.0 licensed License: GPL-2.0-or-later AND GPL-3.0-only Group: Development/Tools/Doc Generators URL: https://www.doxygen.nl/ -Source: http://doxygen.nl/files/doxygen-%{version}.src.tar.gz +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