Accepting request 866736 from devel:tools
- 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 (forwarded request 866678 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/866736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=83
This commit is contained in:
commit
b7add100c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:636bab2c3c85603302600ed9b95425717aee776e56a3215325fcce15bbfdaef6
|
|
||||||
size 5118869
|
|
3
doxygen-1.9.1.src.tar.gz
Normal file
3
doxygen-1.9.1.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67aeae1be4e1565519898f46f1f7092f1973cce8a767e93101ee0111717091d1
|
||||||
|
size 5117435
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 25 21:03:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Dec 28 13:47:36 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package doxygen
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,14 +22,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.9.0
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated C, C++, and Java Documentation Generator
|
Summary: Automated C, C++, and Java Documentation Generator
|
||||||
# qtools are used for building and they are GPL-3.0 licensed
|
# qtools are used for building and they are GPL-3.0 licensed
|
||||||
License: GPL-2.0-or-later AND GPL-3.0-only
|
License: GPL-2.0-or-later AND GPL-3.0-only
|
||||||
Group: Development/Tools/Doc Generators
|
Group: Development/Tools/Doc Generators
|
||||||
URL: https://www.doxygen.nl/
|
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
|
# suse specific
|
||||||
Patch0: %{name}-modify_footer.patch
|
Patch0: %{name}-modify_footer.patch
|
||||||
# suse specific
|
# suse specific
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package doxywizard
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: doxywizard
|
Name: doxywizard
|
||||||
Version: 1.9.0
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical User Interface for Doxygen
|
Summary: Graphical User Interface for Doxygen
|
||||||
# qtools are used for building and they are GPL-3.0 licensed
|
# qtools are used for building and they are GPL-3.0 licensed
|
||||||
License: GPL-2.0-or-later AND GPL-3.0-only
|
License: GPL-2.0-or-later AND GPL-3.0-only
|
||||||
Group: Development/Tools/Doc Generators
|
Group: Development/Tools/Doc Generators
|
||||||
URL: https://www.doxygen.nl/
|
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
|
Source1: doxywizard.desktop
|
||||||
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
|
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
|
||||||
Patch3: vhdlparser-no-return.patch
|
Patch3: vhdlparser-no-return.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user