diff --git a/doxygen.changes b/doxygen.changes index 1782c9e..6653f58 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -4,6 +4,9 @@ Mon Oct 12 15:55:24 UTC 2020 - Franz Sirl - 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 diff --git a/doxygen.spec b/doxygen.spec index 3168452..fd155e4 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -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 diff --git a/doxywizard.changes b/doxywizard.changes index 9e415cf..7e98cc8 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -3,6 +3,9 @@ Mon Oct 12 15:51:33 UTC 2020 - Franz Sirl - 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