From 40217955ab4c052a92d94047aa0ffe8ae0f2f93339a32c4288b958608077a130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:28 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc revision:32, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=348 --- ghc.changes | 5 +++++ ghc.spec | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ghc.changes b/ghc.changes index e9df248..284c271 100644 --- a/ghc.changes +++ b/ghc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Wed Oct 14 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc.spec b/ghc.spec index 6a6be3c..be1a965 100644 --- a/ghc.spec +++ b/ghc.spec @@ -67,13 +67,18 @@ BuildRequires: clang %if %{undefined without_manual} BuildRequires: python3-Sphinx %endif - %if %with_libnuma BuildRequires: libnuma-devel %endif - - BuildRequires: ghc-bootstrap-helpers + +# GHC dont support i586 +%ifarch %{ix86} +ExclusiveArch: i586 i686 +ExclusiveArch: i686 +%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} +%endif + PreReq: update-alternatives Requires: ghc-compiler = %{version}-%{release} From f7b55a8675dd2fe14139bf4da0346124cbec04a695b3b8b617fbdcff18d8eb26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:27 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc revision:34, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=349 --- ghc.changes | 2 +- ghc.spec | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ghc.changes b/ghc.changes index 284c271..e24ff6b 100644 --- a/ghc.changes +++ b/ghc.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup -- force i686 arch on i586 +- disable %{ix86} build ------------------------------------------------------------------- Wed Oct 14 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc.spec b/ghc.spec index be1a965..93e9139 100644 --- a/ghc.spec +++ b/ghc.spec @@ -35,7 +35,7 @@ Source2: ghc-rpmlintrc Summary: The Glorious Glasgow Haskell Compiler License: BSD-3-Clause Group: Development/Languages/Other -ExclusiveArch: aarch64 %{arm} %{ix86} x86_64 ppc64 ppc64le riscv64 s390x +ExclusiveArch: aarch64 %{arm} x86_64 ppc64 ppc64le riscv64 s390x BuildRequires: binutils-devel BuildRequires: gcc BuildRequires: ghc-bootstrap >= 8.6 @@ -72,13 +72,6 @@ BuildRequires: libnuma-devel %endif BuildRequires: ghc-bootstrap-helpers -# GHC dont support i586 -%ifarch %{ix86} -ExclusiveArch: i586 i686 -ExclusiveArch: i686 -%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} -%endif - PreReq: update-alternatives Requires: ghc-compiler = %{version}-%{release} From 1500a9d2c1d2750f396b56fc03786a9b1d01d0d18f73e617f47d44d4ef7380c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:27:49 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc revision:35, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=350 --- ghc.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.changes b/ghc.changes index e24ff6b..48a2b4a 100644 --- a/ghc.changes +++ b/ghc.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup - disable %{ix86} build From 34c82ecb675582356de83740c5feffbdfd9a1376b72c287c81ee9604179cd284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 20 Dec 2020 00:32:44 +0000 Subject: [PATCH 4/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc revision:36, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=351 --- ghc-8.10.2-src.tar.xz | 3 --- ghc-8.10.2-src.tar.xz.sig | Bin 586 -> 0 bytes ghc-8.10.3-src.tar.xz | 3 +++ ghc-8.10.3-src.tar.xz.sig | Bin 0 -> 586 bytes ghc.changes | 11 +++++++++++ ghc.spec | 11 +++++------ 6 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 ghc-8.10.2-src.tar.xz delete mode 100644 ghc-8.10.2-src.tar.xz.sig create mode 100644 ghc-8.10.3-src.tar.xz create mode 100644 ghc-8.10.3-src.tar.xz.sig diff --git a/ghc-8.10.2-src.tar.xz b/ghc-8.10.2-src.tar.xz deleted file mode 100644 index b306418..0000000 --- a/ghc-8.10.2-src.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c573a4621a78723950617c223559bdc325ea6a3409264aedf68f05510b0880b -size 21880680 diff --git a/ghc-8.10.2-src.tar.xz.sig b/ghc-8.10.2-src.tar.xz.sig deleted file mode 100644 index df7fcfd8bbf14453aab32ddab16f88201517b686e3e1b33748b584a185b122f5..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 586 zcmV-Q0=4~#0!IV@0SEvw79j-x>wM@Q7NcuEE$weD;7v}K+hnZ;0$(nN8xtI2Wo|%s zWo&FMba`-PWG-WGZ2$@h5G~+MPM6zctv-7X{w5_D?i5CA&dafOafdQ?bB@7FU3k~I z36N|AIiFmdOj7>t^7=K-*iI#+O_K(d8wU4)H#G()h|p4$?$f`#L1$~-p0WFATWBel zZjzQYIDcBC!ad^&xP@tGd5v;II$6YG@Z+BHD7#R^GWY1-xiz`{*!1xIq;wDTh{`dE zigQdoZg6+(^kkc3_{hA1Y%}a^5lk9LxcnZSTjK~v+w})%6_;ON8n2)cqkk=7qiVF( zSgiA%z=6xBSoyw>7&hJ4Xd2G-P&qzIF*dRpFGxwf{Je7$B2qTNvmfA?Z*LhLArxPF zfIR#dhb`}d=mi)PKs?{`j)b;|P?0lK4|`i6Xvy->uIb52*juY$gFsM@f zCO(6U!yw%3hSRFWE@%IV?#eGV?Zh&`;iq<&@1`x^nT-IViln~;DV{p0O*Y-9-?Xiw>*t}JG2`; z6mPKNp@&>iaZ46mTRhKrT!8ryODh))05EjiJ=Wk4YKvSpr4Q3NNqx73YlU)HSG}H; YPghw8uvdXO@%-sf)IRD-ZV^XRwQ<)MS^xk5 diff --git a/ghc-8.10.3-src.tar.xz b/ghc-8.10.3-src.tar.xz new file mode 100644 index 0000000..fdbe7d5 --- /dev/null +++ b/ghc-8.10.3-src.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdc8319549028a708d7163e2967382677b1a5a379ff94d948195b5cf46eb931 +size 19872356 diff --git a/ghc-8.10.3-src.tar.xz.sig b/ghc-8.10.3-src.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..4b69a68d7e51e25d483475a9ccd60fa789a8b8cd583f76277e13be46f787e687 GIT binary patch literal 586 zcmV-Q0=4~#0!IV@0SEvw79j-x>wM@Q7NcuEE$weD;7v}K+hnZ;0$<%}E)yJLWo|%s zWo&FMba`-PWG-WGZ2$@h5G~+MPM6zct*2QJ|8CGcCSa4(ADhAEpeGl?_5pU}PGW8m zn8z0s;0Llpl-amZ{)or85IO0FDh1Wf(Se*~=^WSf6O4&pfRHc}S+X&F#$3L~-3b{N z^-mnB*npv&;|b!)K{gXtNXJQ-Ku8zE)Mc1_?WB#jWWbC+He7gyP~^?lfSUd1*;B1S!bsbn)3UTC2bKI08I?rICM29zdG!z2Obxs!M;hj7 zXr50{|AX6r<@yX!cwwC8TbaKXjFQSz>e4-ll5}6w#+o{lqi34s&)+g@RL*?52CQBy znLveWBs&AtVARTpzx!T28oOVf`E;oiftpN24!NdGlQcBFBQv7~)cOa5T-U zN&$+*|93WeI_6ke$GWz^U~g_Y1QB4ACznTg8wh zFyi7k)FW`sv?lk9v + +- update to 8.10.3 + * More robust support for architectures with weak memory ordering + guarantees (e.g. modern ARM hardware). + * GHC can now split dynamic objects to accomodate macOS' RPATH size + limitation when building large projects (#14444) + * Several correctness bugs in the new low-latency garbage collector + * Many, many other bug-fixes)) + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc.spec b/ghc.spec index 93e9139..0e95dc6 100644 --- a/ghc.spec +++ b/ghc.spec @@ -23,10 +23,10 @@ %endif %global unregisterised_archs s390 s390x riscv64 -%define full_version 8.10.2 +%define full_version 8.10.3 Name: ghc -Version: 8.10.2 +Version: 8.10.3 Release: 0 URL: https://www.haskell.org/ghc/ Source: https://downloads.haskell.org/~ghc/%{full_version}/ghc-%{version}-src.tar.xz @@ -151,11 +151,11 @@ To install all of GHC install package ghc. %if %{defined ghclibdir} #!ForceMultiversion -%ghc_lib_subpackage -d Cabal-3.2.0.0 +%ghc_lib_subpackage -d Cabal-3.2.1.0 %ghc_lib_subpackage -d array-0.5.4.0 %ghc_lib_subpackage -d -c gmp-devel,libffi-devel,libdw-devel,libelf-devel%{libnuma_dep} base-4.14.1.0 %ghc_lib_subpackage -d binary-0.8.8.0 -%ghc_lib_subpackage -d bytestring-0.10.10.0 +%ghc_lib_subpackage -d bytestring-0.10.12.0 %ghc_lib_subpackage -d containers-0.6.2.1 %ghc_lib_subpackage -d deepseq-1.4.4.0 %ghc_lib_subpackage -d directory-1.3.6.0 @@ -177,10 +177,9 @@ To install all of GHC install package ghc. %ghc_lib_subpackage -d stm-2.5.0.0 %ghc_lib_subpackage -d template-haskell-2.16.0.0 %ghc_lib_subpackage -d -c ncurses-devel terminfo-0.4.1.4 -%ghc_lib_subpackage -d text-1.2.3.2 +%ghc_lib_subpackage -d text-1.2.4.1 %ghc_lib_subpackage -d time-1.9.3 %ghc_lib_subpackage -d transformers-0.5.6.2 -# 2.8.0.0 %ghc_lib_subpackage -d unix-2.7.2.2 %ghc_lib_subpackage -d xhtml-3000.2.2.1 %endif