From 197eb1f4db5850482634c164ad3f53d5d156a1bb Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 15 Apr 2023 09:30:03 +0300 Subject: [PATCH] Apply missing patches Signed-off-by: David Abdurachmanov --- ghc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc.spec b/ghc.spec index b151a35..a59e661 100644 --- a/ghc.spec +++ b/ghc.spec @@ -97,7 +97,7 @@ Version: 9.2.6 # - 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: 130.4.riscv64%{?dist} +Release: 130.5.riscv64%{?dist} Summary: Glasgow Haskell Compiler License: BSD and HaskellReport @@ -457,7 +457,7 @@ rm libffi-tarballs/libffi-*.tar.gz %endif # remove s390x after complete switching to llvm -%ifarch %{ghc_unregisterized_arches} s390x +%ifarch %{ghc_unregisterized_arches} s390x riscv64 %patch15 -p1 -b .orig %patch16 -p1 -b .orig %endif @@ -1014,6 +1014,9 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index %changelog +* Sun Apr 15 2023 David Abdurachmanov - 9.2.6-130.5.riscv64 +- Apply missing patches + * Sun Apr 15 2023 David Abdurachmanov - 9.2.6-130.4.riscv64 - Disable haddock on riscv64