From 682df27912dff87b688f69fa6d56e7979a4b03cc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Sep 2022 16:10:03 +0800 Subject: [PATCH] bump llvm from 11 to 12 --- ghc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc.spec b/ghc.spec index 6fe2e2f..2476b73 100644 --- a/ghc.spec +++ b/ghc.spec @@ -41,7 +41,7 @@ %bcond_with testsuite # 8.10 can use llvm 9-12 -%global llvm_major 11 +%global llvm_major 12 %global ghc_llvm_archs armv7hl aarch64 %global ghc_unregisterized_arches s390 s390x %{mips} riscv64 @@ -52,7 +52,7 @@ Version: 8.10.7 # - release can only be reset if *all* library versions get bumped simultaneously # (sometimes after a major release) # - minor release numbers for a branch should be incremented monotonically -Release: 121%{?dist} +Release: 122%{?dist} Summary: Glasgow Haskell Compiler License: BSD and HaskellReport @@ -673,6 +673,9 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index %changelog +* Wed Sep 28 2022 Jens Petersen - 8.10.7-122 +- use llvm 12 (for ARM) + * Sat Aug 6 2022 Jens Petersen - 8.10.7-121 - ghc-compiler conflicts with ghc8.10-compiler-8.10.7