Blame SPECS/llvm-toolset.spec

5593fd
%global maj_ver 14
6de40b
%global min_ver 0
5593fd
%global patch_ver 6
023aa5
#%%global rc_ver 2
023aa5
%global baserelease 1
6de40b
6de40b
Summary: Package that installs llvm-toolset
6de40b
Name: llvm-toolset
b6a966
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
023aa5
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
6de40b
License: NCSA
6de40b
6de40b
Requires: clang = %{version}
6de40b
6de40b
Requires: llvm = %{version}
023aa5
%ifnarch s390x
6de40b
Requires: lld = %{version}
023aa5
%endif
6de40b
6de40b
%description
6de40b
This is the main package for llvm-toolset.
6de40b
6de40b
%files
6de40b
6de40b
%changelog
5593fd
* Tue Jun 28 2022 Tom Stellard <tstellar@redhat.com> - 14.0.6-1
5593fd
- 14.0.6 Release
5593fd
5593fd
* Thu Apr 07 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
5593fd
- Update to 14.0.0
5593fd
341fa1
* Thu Feb 03 2022 Tom Stellard <tstellar@redhat.com> - 13.0.1-1
341fa1
- 13.0.1 Release
341fa1
341fa1
* Fri Oct 22 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-2
341fa1
- Drop Requres: lldb
341fa1
341fa1
* Fri Oct 15 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1
341fa1
- 13.0.0 Release
341fa1
9c98e1
* Fri Jul 16 2021 sguelton@redhat.com - 12.0.1-1
9c98e1
- 12.0.1 release
9c98e1
9c98e1
* Thu May 6 2021 sguelton@redhat.com - 12.0.0-1
9c98e1
- 12.0.0 release
9c98e1
023aa5
* Wed Nov 11 2020 sguelton@redhat.com - 11.0.0-1
023aa5
- 11.0.0 release
023aa5
023aa5
* Wed Sep 23 2020 sguelton@redhat.com - 11.0.0-0.2.rc2
023aa5
- Fix version number
023aa5
023aa5
* Mon Sep 21 2020 sguelton@redhat.com - 11.0.0-0.1.rc2
023aa5
- 11.0.1.rc2 Release
023aa5
023aa5
* Fri Jul 24 2020 sguelton@redhat.com - 10.0.1-1
023aa5
- 10.0.1 Release
023aa5
1632b5
* Tue Apr 14 2020 sguelton@redhat.com - 10.0.0-1
1632b5
- 10.0.0 Release
1632b5
1632b5
* Mon Jan 06 2020 Tom Stellard <tstellar@redhat.com> - 9.0.1-1
1632b5
- Fix version number
1632b5
1632b5
* Mon Jan 06 2020 Tom Stellard <tstellar@redhat.com> - 9.0.1-1
1632b5
- 9.0.1 Release
1632b5
b6a966
* Tue Oct 01 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-2
b6a966
- 9.0.0 Release
b6a966
b6a966
* Thu Aug 1 2019 sguelton@redhat.com - 8.0.1-1
b6a966
- 8.0.1 release
b6a966
b6a966
* Thu Jun 13 2019 sguelton@redhat.com - 8.0.1-0.1.rc2
b6a966
- 8.0.1rc2 Release
b6a966
6de40b
* Wed Apr 17 2019 sguelton@redhat.com - 8.0.0-1
6de40b
- 8.0.0 Release
6de40b
6de40b
* Sat Dec 15 2018 Tom Stellard <tstellar@redhat.com> - 7.0.1-1
6de40b
- 7.0.1 Release
6de40b
6de40b
* Mon Dec 10 2018 Tom Stellard <tstellar@redhat.com> - 7.0.1-0.1.rc3
6de40b
- 7.0.1-rc3 Release
6de40b
6de40b
* Thu Oct 11 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-5
6de40b
- Add empty files section
6de40b
6de40b
* Mon Oct 01 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-4
6de40b
- Drop SCL macros
6de40b
6de40b
* Fri Sep 21 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-3
6de40b
- Install lld by default
6de40b
6de40b
* Fri Aug 03 2018 Vít Ondruch <vondruch@redhat.com> - 6.0.1-2
6de40b
- scl_files hack is not needed anymore.
6de40b
6de40b
* Tue Jul 10 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-1
6de40b
- LLVM 6.0.1 release
6de40b
6de40b
* Fri Feb 16 2018 Tilmann Scheller <tschelle@redhat.com> - 5.0.1-5
6de40b
- Move %enable_llvmtoolset7 macro to the -build subpackage to avoid conflicts
6de40b
  between multiple definitions of %scl when using llvm-toolset-7 to build a SCL
6de40b
6de40b
* Thu Feb 08 2018 Tilmann Scheller <tschelle@redhat.com> - 5.0.1-4
6de40b
- Add %enable_llvmtoolset7 macro to make it easier to activate llvm-toolset-7
6de40b
  during package builds.
6de40b
6de40b
* Fri Feb 02 2018 Tom Stellard <tstellar@redhat.com> - 5.0.1-3
6de40b
- Only install build tools
6de40b
6de40b
* Fri Feb 02 2018 Tom Stellard <tstellar@redhat.com> - 5.0.1-2
6de40b
- Work around bug in scl_files
6de40b
6de40b
* Wed Jan 17 2018 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
6de40b
- LLVM 5.0.1 release
6de40b
6de40b
* Wed Jan 17 2018 Tom Stellard <tstellar@redhat.com> - 4.0.1-5
6de40b
- Drop dockerfiles package
6de40b
6de40b
* Wed Oct 04 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-4
6de40b
- Update Dockerfile
6de40b
6de40b
* Wed Sep 20 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-3
6de40b
- Update Dockerfile
6de40b
6de40b
* Wed Aug 09 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-2
6de40b
- Add docker file
6de40b
6de40b
* Wed Jun 21 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-1
6de40b
- 4.0.1 Release.
6de40b
6de40b
* Wed Jun 21 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-6
6de40b
- Fix Requires for lldb, this package is not built on all arches
6de40b
6de40b
* Mon Jun 05 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-5
6de40b
- Remove scldevel package
6de40b
6de40b
* Mon Jun 05 2017 Tom Stellard <tstellar@rehat.com> - 4.0.0-4
6de40b
- Remove unnecessary code
6de40b
6de40b
* Fri May 12 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-3
6de40b
- Add clang, lldb, and python-lit to Requires
6de40b
6de40b
* Wed May 10 2017 Tilmann Scheller <tschelle@redhat.com> - 4.0.0-2
6de40b
- Update PYTHONPATH to point to the scl's Python site-packages directory
6de40b
6de40b
* Mon Apr 24 2017 Tom Stellard <tstellar@redhat.com> 4.0.0-1
6de40b
- Initial package