* 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
* Mon Jan 14 2019 msrb@suse.com
- Update to llvm 7.0.1
* This release contains bug-fixes for the LLVM 7.0.0 release.
This release is API and ABI compatible with 7.0.0.
* Thu Aug 09 2018 msrb@suse.com
- Update to llvm 7.0.0
* For details, see the release notes:
https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html
* Wed Jul 25 2018 msrb@suse.com
- Update to version 6.0.1
* This release contains bug-fixes for the LLVM 6.0.0 release. It
is API and ABI compatible with 6.0.0.
* Wed Jul 18 2018 msrb@suse.com
- Add ExcludeArch mirroring the ones in llvm6. (bnc#1101598)
* Wed May 30 2018 kbabioch@suse.com
- spec-cleaner and https:// usage
* Thu Mar 29 2018 msrb@suse.com
- Update to version 6.0.0.
* Added polly
* Notable changes:
- Retpoline Spectre variant 2 mitigation
- GlobalISel by default for AArch64 at -O0
- improved scheduling on several x86 micro-architectures
- Clang defaults to -std=gnu++14 instead of -std=gnu++98
- support for some upcoming C++2a features
- improved optimizations, new compiler warnings, many bug
fixes, and more.
* Mon Mar 19 2018 msrb@suse.com
- Build lldb and python3-lldb metapackages if and only if the real
packages are built. Fixes build on Leap 42.3.
* Wed Jan 24 2018 msrb@suse.com
- Remove clang-devel-static.