- doxygen-llvm-libs.patch

- doxygen-libclang-cpp.patch
  + doxygen-no-libclang-cpp.patch
  - doxygen-llvm-libs.patch
  - doxygen-libclang-cpp.patch
  + doxygen-no-libclang-cpp.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=157
This commit is contained in:
Petr Gajdos 2020-10-13 09:23:28 +00:00 committed by Git OBS Bridge
parent ad2f9c1fe6
commit c75782895a
3 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,9 @@ Mon Oct 12 15:55:24 UTC 2020 - Franz Sirl <franz.sirl-obs@lauterbach.com>
- Use gcc9 for building on SLE_15 based distributions to workaround
gcc7 bug PR85180.
- Adjust building with libclang support for doxygen-1.8.20.
- doxygen-llvm-libs.patch
- doxygen-libclang-cpp.patch
+ doxygen-no-libclang-cpp.patch
-------------------------------------------------------------------
Fri Oct 2 00:59:49 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%if 0%{?sle_version} >= 150100
# build with "--with libclang" to enable libclang support
%bcond_with libclang

View File

@ -3,6 +3,9 @@ Mon Oct 12 15:51:33 UTC 2020 - Franz Sirl <franz.sirl-obs@lauterbach.com>
- Use gcc9 for building on SLE_15 based distributions to workaround
gcc7 bug PR85180.
- doxygen-llvm-libs.patch
- doxygen-libclang-cpp.patch
+ doxygen-no-libclang-cpp.patch
-------------------------------------------------------------------
Sun Sep 20 15:49:59 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>