diff --git a/llvm.spec b/llvm.spec index 249ae5a..411d5db 100644 --- a/llvm.spec +++ b/llvm.spec @@ -7,9 +7,7 @@ # We are building with clang for faster/lower memory LTO builds. # See https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_macros -%ifnarch riscv64 %global toolchain clang -%endif # Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer # https://bugzilla.redhat.com/show_bug.cgi?id=2158587 @@ -111,7 +109,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 1.1.riscv64%{?dist} +Release: 1.2.riscv64%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -620,6 +618,9 @@ fi %changelog %{?llvm_snapshot_changelog_entry} +* Sun Nov 05 2023 David Abdurachmanov - 17.0.4-1.2.riscv64 +- Rebuild with Clang + * Fri Nov 03 2023 David Abdurachmanov - 17.0.4-1.1.riscv64 - Disable LTO build - Build with GCC