forked from pool/doxygen
Accepting request 922934 from devel:tools
doxygen 1.9.2 (forwarded request 922839 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/922934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=85
This commit is contained in:
commit
9679079f91
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67aeae1be4e1565519898f46f1f7092f1973cce8a767e93101ee0111717091d1
|
||||
size 5117435
|
3
doxygen-1.9.2.src.tar.gz
Normal file
3
doxygen-1.9.2.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:060f254bcef48673cc7ccf542736b7455b67c110b30fdaa33512a5b09bbecee5
|
||||
size 5076037
|
@ -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);
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 2 15:24:49 UTC 2021 - Andreas Stieger <andreas.stieger@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 09:31:57 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
|
@ -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 @@ Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
|
||||
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 @@ as well.
|
||||
%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
|
||||
|
@ -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 @@ Group: Development/Tools/Doc Generators
|
||||
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 @@ configuration files.
|
||||
|
||||
%prep
|
||||
%setup -q -n doxygen-%{version}
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user