forked from pool/doxygen
- 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) OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=150
This commit is contained in:
parent
d5bccd950e
commit
7866ddb171
@ -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 <mpluskal@suse.com>
|
Fri Jan 10 09:14:32 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -28,8 +28,6 @@ Source: http://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
|
||||||
# really do not require git executable
|
|
||||||
Patch4: doxygen-git-not-required.patch
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -57,7 +55,6 @@ configuration files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n doxygen-%{version}
|
%setup -q -n doxygen-%{version}
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fPIC"
|
export CFLAGS="%{optflags} -fPIC"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user