From b036f1f8ba5cf065ea8912b0b0361c013b555503 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 15:04:45 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ghc.git#e1bee79cdc3357f6273b1dd95acc555b22815705 --- ghc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ghc.spec b/ghc.spec index 23c68e6..6527bb4 100644 --- a/ghc.spec +++ b/ghc.spec @@ -41,7 +41,7 @@ %global llvm_major 7.0 %global ghc_llvm_archs armv7hl aarch64 -%global ghc_unregisterized_arches s390 s390x %{mips} +%global ghc_unregisterized_arches s390 s390x %{mips} riscv64 Name: ghc Version: 8.8.4 @@ -49,7 +49,7 @@ Version: 8.8.4 # - 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: 108%{?dist} +Release: 109%{?dist} Summary: Glasgow Haskell Compiler License: BSD and HaskellReport @@ -657,6 +657,12 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 8.8.4-109 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 02 2020 David Abdurachmanov +- Add riscv64 to ghc_unregisterized_arches + * Tue Aug 18 2020 Troy Dawson - 8.8.4-108 - Cleanup old %if statements