SHA256
1
0
forked from pool/llvm

Accepting request 733038 from home:aaronpuchert:llvm-next

- Update to version 9.0.0.
  * For details, see the release notes:
    - https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html
- Change License to "Apache-2.0 WITH LLVM-exception".
  (https://llvm.org/foundation/relicensing/)
- Offer separate packages for the documentation of llvm and clang,
  recommend them for the main package: they are not required for
  development, but actually useful for working with the non-devel
  packages.
- Recommend editor plugins not just for llvm-devel.
- Make lldb recommend python3-lldb (it contains pretty printers).

OBS-URL: https://build.opensuse.org/request/show/733038
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=527
This commit is contained in:
Martin Pluskal
2019-09-25 07:28:05 +00:00
committed by Git OBS Bridge
parent 6f6bbf9c90
commit f5fba9f698
2 changed files with 53 additions and 3 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Sep 22 19:55:01 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 9.0.0.
* For details, see the release notes:
- https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html
- https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html
- https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
- https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html
- https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html
- Change License to "Apache-2.0 WITH LLVM-exception".
(https://llvm.org/foundation/relicensing/)
- Offer separate packages for the documentation of llvm and clang,
recommend them for the main package: they are not required for
development, but actually useful for working with the non-devel
packages.
- Recommend editor plugins not just for llvm-devel.
- Make lldb recommend python3-lldb (it contains pretty printers).
-------------------------------------------------------------------
Sat Jul 20 19:01:13 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>