Sync from SUSE:SLFO:Main doxygen revision 44269f9a398643c62c0aa4cacc4131d2
This commit is contained in:
parent
365564bb9d
commit
183249ec55
BIN
doxygen-1.10.0.src.tar.gz
(Stored with Git LFS)
BIN
doxygen-1.10.0.src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
doxygen-1.12.0.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
doxygen-1.12.0.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 10:00:50 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- update licensing information (IBS sr#343838)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 20:44:05 UTC 2024 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
- Update to Doxygen 1.12.0
|
||||||
|
* Adding "engine" chen and chronology for plantuml
|
||||||
|
* Also allow backticks to be combined with emphasis in Markdown
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 21:28:25 UTC 2024 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
- Update to Doxygen 1.11.0
|
||||||
|
* Add Markdown style todo list
|
||||||
|
* Add support for GitHub Markdown style alerts
|
||||||
|
* Add a "Run" menu item key-command to DoxyWizard
|
||||||
|
* Added 'raise' and 'prefix' options to @include{doc}
|
||||||
|
* Support `link` / `endlink` command in section title
|
||||||
|
* Add support for @subparagraph and @subsubparagraph
|
||||||
|
* Translation updates for German/Greek/Polish/Portuegse/Dutch/Chinese
|
||||||
|
* `doxyapp --locate` list all overloads by including arguments
|
||||||
|
* Adding support for "engine" files for plantuml
|
||||||
|
* Show emoji in HTML treeview
|
||||||
|
* Add `HTML_CODE_FOLDING` possibility to CHM
|
||||||
|
* Make `HTML_CODE_FOLDING` possible when `DISABLE_INDEX=YES`
|
||||||
|
* Add doxyindexer and doxysearch installation
|
||||||
|
* cmake: always install man pages, only install for the
|
||||||
|
binaries installed
|
||||||
|
* allow function ptr with `INLINE_SIMPLE_STRUCTS`
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 07:48:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 22 11:06:03 UTC 2024 - pgajdos@suse.com
|
Mon Jan 22 11:06:03 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
10
doxygen.spec
10
doxygen.spec
@ -22,11 +22,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.10.0
|
Version: 1.12.0
|
||||||
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
|
||||||
Group: Development/Tools/Doc Generators
|
Group: Development/Tools/Doc Generators
|
||||||
URL: https://www.doxygen.nl/
|
URL: https://www.doxygen.nl/
|
||||||
Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
|
Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
|
||||||
@ -63,13 +63,13 @@ language VHDL.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# Leap 15 and SLE don't accept '%%autopatch -M'
|
# Leap 15 and SLE don't accept '%%autopatch -M'
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%if %{with libclang}
|
%if %{with libclang}
|
||||||
%if 0%{?sle_version} == 150100 || (0%{?sle_version} == 150200 && !0%{?is_opensuse})
|
%if 0%{?sle_version} == 150100 || (0%{?sle_version} == 150200 && !0%{?is_opensuse})
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: doxywizard
|
Name: doxywizard
|
||||||
Version: 1.10.0
|
Version: 1.12.0
|
||||||
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
|
||||||
Group: Development/Tools/Doc Generators
|
Group: Development/Tools/Doc Generators
|
||||||
URL: https://www.doxygen.nl/
|
URL: https://www.doxygen.nl/
|
||||||
Source: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
|
Source: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
|
||||||
@ -84,6 +84,7 @@ export LANG=C.UTF-8
|
|||||||
rm %{buildroot}%{_bindir}/doxygen
|
rm %{buildroot}%{_bindir}/doxygen
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
rm %{buildroot}%{_mandir}/man1/doxygen.1
|
||||||
%suse_update_desktop_file -i doxywizard Development Documentation
|
%suse_update_desktop_file -i doxywizard Development Documentation
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user