osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-bootstrap revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=30
This commit is contained in:
Peter Simons 2018-10-18 09:47:59 +00:00 committed by Git OBS Bridge
parent 810be9eb0c
commit 8ed3679dd1
17 changed files with 47 additions and 37 deletions

View File

@ -13,5 +13,5 @@ Generating binary distributions for ghc bootstrap in Factory
Note:
=====
The armv7, aarch64, i386, and x86_64 tarballs were taken from upstream.
See: https://www.haskell.org/ghc/download_ghc_8_2_1.html
The i386, and x86_64 tarballs were taken from upstream.
See: https://www.haskell.org/ghc/download_ghc_8_4_3.html

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61dab9c95ef9f9af8bce7338863fda3e42945eb46194b12d922b6d0dc245d0c2
size 163469920

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f0e5e1d4fad3fa1a87ca1fe0d19242f4a94d158b7b8a08f99efefd98b51b019
size 173741784

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d86f9c157dd4161a8acb14062c131c8985a4f65fc856603c373502be1d50c95e
size 122702996

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6816294350768fa25fbfd6b7bf160d0aba27343423b97cc16d6ad37af6468ed3
size 105098224

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd926de979ff2912b37a5b6cd860b6bf6d9d0ede9c7dbab38cc1fc485830f4d0
size 102701060

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fbb61b67986efb7784a760d8e5074bb44496fbb3878ab13aeb2caf6a06ced4d
size 135274992

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:543b81bf610240bd0398111d6c6607a9094dc2d159b564057d46c8a3d1aaa130
size 126809836

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:079808f4b7c6e5ddd341550d63bcf811af8c177878cfdd862146fbdf5c5a726d
size 106790572

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba51cc8a2938c68c56ed3ed959d13240c0b82530c7e6a82a3104317c40882e45
size 113460520

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5763983a26dedd88b65a0b17267359a3981b83a642569b26334423f684f8b8c
size 147610164

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72b0be8846b433a8a65b3cd0d458f66b6d3c96d7266f5f217dbb2b3b544908aa
size 106213456

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf4549892f59042328773f673b07d78cef9b31a9da62eb3e816e17f2ee50ddef
size 107090964

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30f7af49d0e5ff77e49068a45864645631975cf4407d1e681c10d8133ba0eeb3
size 116438240

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30a402c6d4754a6c020e0547f19ae3ac42e907e35349aa932d347f73e421a8e2
size 151870024

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 8 08:33:08 UTC 2018 - ptrommler@icloud.com
- update bindists to 8.4.3 for GHC 8.6.1 bootstrap
-------------------------------------------------------------------
Wed Jul 18 14:26:16 UTC 2018 - psimons@suse.com

View File

@ -38,24 +38,23 @@
%define longarch aarch64
%endif
%ifarch %{arm}
%define longarch armv7
%define longarch arm
%endif
%ifarch x86_64
%define longarch x86_64
%endif
%ifarch s390 s390x
%define sysname ibm
%else
%ifarch x86_64 %{ix86} aarch64 %{arm}
%endif
%ifarch x86_64 %{ix86}
%define sysname deb8
%endif
%ifarch ppc64 ppc64le
%ifarch ppc64 ppc64le aarch64 %{arm}
%define sysname unknown
%endif
%endif
Name: ghc-bootstrap
Version: 8.2.1
Version: 8.4.3
Release: 0
Url: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
Summary: Binary distributions of The Glorious Glasgow Haskell Compiler
@ -63,21 +62,27 @@ License: BSD-3-Clause
Group: Development/Languages/Other
Source1: README.openSUSE
Source2: LICENSE
Source10: ghc-8.2.1-i386-deb8-linux.tar.xz
Source12: ghc-8.2.1-powerpc64-unknown-linux.tar.xz
Source13: ghc-8.2.1-powerpc64le-unknown-linux.tar.xz
Source14: ghc-8.2.1-x86_64-deb8-linux.tar.xz
Source16: ghc-8.2.1-s390x-ibm-linux.tar.xz
Source17: ghc-8.2.1-aarch64-deb8-linux.tar.xz
Source18: ghc-8.2.1-armv7-deb8-linux.tar.xz
Source10: ghc-8.4.3-i386-deb8-linux.tar.xz
Source12: ghc-8.4.3-powerpc64-unknown-linux.tar.xz
Source13: ghc-8.4.3-powerpc64le-unknown-linux.tar.xz
Source14: ghc-8.4.3-x86_64-deb8-linux.tar.xz
Source16: ghc-8.4.3-s390x-ibm-linux.tar.xz
Source17: ghc-8.4.3-aarch64-unknown-linux.tar.xz
Source18: ghc-8.4.3-arm-unknown-linux.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: gmp-devel
BuildRequires: libncurses5
%ifnarch %{arm} s390x
BuildRequires: libnuma-devel
%endif
%ifarch aarch64 %{arm}
BuildRequires: binutils-gold
Requires: binutils-gold
%endif
%ifarch s390x
BuildRequires: libffi-devel
%endif
Requires: gmp-devel
Requires: libncurses5
@ -170,7 +175,7 @@ ghc-pkg recache
%{_prefix}/lib/ghc-%{version}
%{_datadir}/doc/*
%ifarch %{ix86} x86_64 aarch64 %{arm}
%ifarch %{ix86} x86_64
%{_mandir}/man1/ghc.1*
%endif