Package Release Info

llvm-11.0.1-bp153.1.1

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

clang
clang-devel
lld
lldb
lldb-devel
llvm
llvm-devel
llvm-gold
llvm-LTO-devel
llvm-opt-viewer
llvm-polly
llvm-polly-devel
llvm-vim-plugins
python3-lldb

Change Logs

* Sat Jan 09 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 11.0.1.
  * This release contains bug-fixes for the LLVM 11.0.0 release.
    This release is API and ABI compatible with 11.0.0.
* Mon Oct 19 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 11.0.0.
  * For details, see the release notes:
  - https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html
  - https://releases.llvm.org/11.0.0/tools/clang/docs/ReleaseNotes.html
  - https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
  - https://releases.llvm.org/11.0.0/projects/libcxx/docs/ReleaseNotes.html
  - https://releases.llvm.org/11.0.0/tools/lld/docs/ReleaseNotes.html
- Let the metapackages obsolete older versions. (boo#1175983)
- Introduce additional metapackages llvm-opt-viewer, llvm-polly and
  llvm-polly-devel so that we can obsolete through them as well.
* Wed Jul 22 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 10.0.1.
  * This release contains bug-fixes for the LLVM 10.0.0 release.
    This release is API and ABI compatible with 10.0.0.
* Tue Mar 24 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 10.0.0.
  * For details, see the release notes:
  - https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html
  - https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html
  - https://releases.llvm.org/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
  - https://releases.llvm.org/10.0.0/projects/libcxx/docs/ReleaseNotes.html
  - https://releases.llvm.org/10.0.0/tools/lld/docs/ReleaseNotes.html
- Remove superfluous clang-checker requirement.
* Sat Mar 07 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Drop clang-checker meta package, we now provide this as
  unversioned clang-tools coming from the versioned llvmX package.
- Update build conditions mentioned in README.packaging.
* Wed Jan 29 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Drop llvm-emacs-plugins since its content has moved to clang.
* Fri Dec 20 2019 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 9.0.1.
  * This release contains bug-fixes for the LLVM 9.0.0 release.
    This release is API and ABI compatible with 9.0.0.
- Update README.packaging: we don't provide revision numbers any
  longer, because upstream has moved from Subversion to git.
* Sun Sep 22 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 2019 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 8.0.1.
  * This release contains bug-fixes for the LLVM 8.0.0 release.
    This release is API and ABI compatible with 8.0.0.
- Offer llvm-gold even when we don't use gold for linking.
* Mon Jun 10 2019 Aaron Puchert <aaronpuchert@alice-dsl.net>
- Change some groups:
  * devel packages in Development/Libraries,
  * clang in Development/Languages/C and C++,
  * the gold plugin in Development/Tools/Building.
- Add some URLs.
- Update packaging guidelines: the minor version is always 0 since
  LLVM 4, and the subpackage is now llvmX instead of llvmX_Y.
* Mon Mar 18 2019 msrb@suse.com
- Update to llvm 8.0.0
  * For details, see the release notes:
    https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html
    https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html
    https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html
* Tue Feb 12 2019 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Remove ppc from Exclude field in spec file
- Allow use of Gold linker to be conditional
- Disable Gold linker on ppc