|
@@ -1,5 +1,5 @@
|
|
%define pkg_name ghc
|
|
%define pkg_name ghc
|
|
-%define pkg_version 8.4.2
|
|
+%define pkg_version 8.4.3
|
|
# %define pkg_subversion b
|
|
# %define pkg_subversion b
|
|
%define pkg_release 1%{?_dist_release}
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
@@ -24,9 +24,9 @@ URL: https://www.haskell.org/ghc
|
|
Source0: %{name}-%{version}-src.tar.xz
|
|
Source0: %{name}-%{version}-src.tar.xz
|
|
Source1: macros.ghc
|
|
Source1: macros.ghc
|
|
|
|
|
|
-# https://phabricator.haskell.org/D4159
|
|
+# # https://phabricator.haskell.org/D4159
|
|
-# ghc-pkg: recompute `abi-depends` for updated packages
|
|
+# # ghc-pkg: recompute `abi-depends` for updated packages
|
|
-Patch1: ghc-8.2.2-fix-shadowed_dependencies.patch
|
|
+# Patch1: ghc-8.2.2-fix-shadowed_dependencies.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -79,7 +79,7 @@ Highlights:
|
|
%prep
|
|
%prep
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
%setup -q
|
|
%setup -q
|
|
-%patch1 -p1 -b .fix-shadowed_dependencies
|
|
+# %patch1 -p1 -b .fix-shadowed_dependencies
|
|
|
|
|
|
%build
|
|
%build
|
|
%{_configure} \
|
|
%{_configure} \
|
|
@@ -116,6 +116,10 @@ Highlights:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 19 2018 Toshiaki Ara <ara_t@384.jp> 8.4.3-1
|
|
|
|
+- update to 8.4.3
|
|
|
|
+- drop Patch1 (fixed at upstream)
|
|
|
|
+
|
|
* Thu May 17 2018 Toshiaki Ara <ara_t@384.jp> 8.4.2-1
|
|
* Thu May 17 2018 Toshiaki Ara <ara_t@384.jp> 8.4.2-1
|
|
- update to 8.4.2
|
|
- update to 8.4.2
|
|
- add /etc/rpm/macros.ghc
|
|
- add /etc/rpm/macros.ghc
|