Browse Source

ghc: update to 8.6.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11986 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
c7bcca6933
1 changed files with 10 additions and 6 deletions
  1. 10 6
      g/ghc/ghc-vl.spec

+ 10 - 6
g/ghc/ghc-vl.spec

@@ -1,7 +1,7 @@
 %define pkg_name    ghc
-%define pkg_version 8.4.3
+%define pkg_version 8.6.3
 # %define pkg_subversion b
-%define pkg_release 2%{?_dist_release}
+%define pkg_release 1%{?_dist_release}
 
 %ifarch %{ix86}
 %define rpmarch i386
@@ -28,9 +28,9 @@ Source1: macros.ghc
 # # ghc-pkg: recompute `abi-depends` for updated packages
 # Patch1: ghc-8.2.2-fix-shadowed_dependencies.patch
 
-# https://ghc.haskell.org/trac/ghc/ticket/15260
-# Xmobar crashes with segmentation fault
-Patch2: ghc.git-3ec1d931218e603ba1622faa2b52884b2477a7db.patch
+# # https://ghc.haskell.org/trac/ghc/ticket/15260
+# # Xmobar crashes with segmentation fault
+# Patch2: ghc.git-3ec1d931218e603ba1622faa2b52884b2477a7db.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -84,7 +84,7 @@ Highlights:
 %{__rm} -rf ${RPM_BUILD_ROOT}
 %setup -q
 # %patch1 -p1 -b .fix-shadowed_dependencies
-%patch2 -p1 -b .fix-xmobar_segfault
+# %patch2 -p1 -b .fix-xmobar_segfault
 
 %build
 %{_configure} \
@@ -121,6 +121,10 @@ Highlights:
 
 
 %changelog
+* Mon Dec 10 2018 Toshiaki Ara <ara_t@384.jp> 8.6.3-1
+- update to 8.6.3
+- drop Patch2 (fixed at upstream)
+
 * Wed Aug 08 2018 Toshiaki Ara <ara_t@384.jp> 8.4.3-2
 - add Patch2 (fixed that xmobar crashes with segmentation fault)