import CS llvm-19.1.7-2.el9
This commit is contained in:
parent
c90dcdaf4a
commit
b8f78179f8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,2 @@
|
||||
SOURCES/llvm-project-18.1.8.src.tar.xz
|
||||
SOURCES/llvm-project-18.1.8.src.tar.xz.sig
|
||||
SOURCES/llvm-project-19.1.7.src.tar.xz
|
||||
SOURCES/llvm-project-19.1.7.src.tar.xz.sig
|
||||
|
@ -1,4 +1,2 @@
|
||||
6ae58ac6b089c4d2f6110b7d31c5e2168e5226d4 SOURCES/llvm-project-18.1.8.src.tar.xz
|
||||
817952e0a68db979b372791a94ec9bfc46b63959 SOURCES/llvm-project-18.1.8.src.tar.xz.sig
|
||||
6e4033d8b76a89e82220b5445bff58cdce64300e SOURCES/llvm-project-19.1.7.src.tar.xz
|
||||
48f839c6e47a34a1138862a9db6274c150179532 SOURCES/llvm-project-19.1.7.src.tar.xz.sig
|
||||
|
@ -24,7 +24,7 @@
|
||||
%bcond_with compat_build
|
||||
# Bundle compat libraries for a previous LLVM version, as part of llvm-libs and
|
||||
# clang-libs. Used on RHEL.
|
||||
%bcond_without bundle_compat_lib
|
||||
%bcond_with bundle_compat_lib
|
||||
%bcond_without check
|
||||
|
||||
%if %{with bundle_compat_lib}
|
||||
@ -226,7 +226,7 @@
|
||||
#region main package
|
||||
Name: %{pkg_name_llvm}
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
@ -3055,6 +3055,9 @@ fi
|
||||
|
||||
#region changelog
|
||||
%changelog
|
||||
* Thu Feb 06 2025 Konrad Kleine <kkleine@redhat.com> - 19.1.7-2
|
||||
- Remove llvm 18 compat lib
|
||||
|
||||
* Thu Jan 23 2025 Konrad Kleine <kkleine@redhat.com> - 19.1.7-1
|
||||
* Update to LLVM 19.1.7 (RHEL-57460)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user