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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=100
This commit is contained in:
Peter Simons 2023-11-10 14:07:16 +00:00 committed by Git OBS Bridge
parent dac478a7a8
commit c0c673e650
13 changed files with 33 additions and 37 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 7 22:37:47 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Update bootsrap compiler to ghc-9.4.4
-------------------------------------------------------------------
Sat May 27 09:53:22 UTC 2023 - Andreas Schwab <schwab@suse.de>

View File

@ -16,15 +16,7 @@
#
%if 0%{?suse_version} > 1550
%global llvm_major 12
%else
%global llvm_major 9
%endif
%ifarch ppc64
%define longarch powerpc64
%define arch ppc64
%endif
%global llvm_major 14
%ifarch ppc64le
%define longarch powerpc64le
# something weird on ghc arch detection
@ -48,7 +40,7 @@
%define longarch riscv64
%define arch riscv64
%endif
%ifarch ppc64 ppc64le %{arm} aarch64 riscv64
%ifarch ppc64le aarch64 riscv64
%define sysname unknown
%endif
Name: ghc-bootstrap
@ -57,14 +49,16 @@ License: BSD-3-Clause
URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
Source1: README.openSUSE
Source2: LICENSE
Source12: ghc-9.2.3-powerpc64-unknown-linux.tar.xz
Source13: ghc-9.2.3-powerpc64le-unknown-linux.tar.xz
Source14: ghc-9.2.3-x86_64-unknown-linux.tar.xz
Source16: ghc-9.2.3-s390x-ibm-linux.tar.xz
Source17: ghc-9.2.3-aarch64-unknown-linux.tar.xz
Source19: ghc-9.2.3-riscv64-unknown-linux.tar.xz
Source13: ghc-9.4.4-powerpc64le-unknown-linux.tar.xz
Source14: ghc-9.4.4-x86_64-unknown-linux.tar.xz
Source16: ghc-9.4.4-s390x-ibm-linux.tar.xz
Source17: ghc-9.4.4-aarch64-unknown-linux.tar.xz
Source19: ghc-9.4.4-riscv64-unknown-linux.tar.xz
BuildRequires: chrpath
BuildRequires: fdupes
BuildRequires: gcc-PIE
BuildRequires: gcc-c++
BuildRequires: gmp-devel
BuildRequires: gmp-devel
BuildRequires: libffi8 >= 3.4.4
BuildRequires: libncurses5
@ -78,14 +72,15 @@ Conflicts: ghc-base
Requires: this-is-only-for-build-envs
Requires: pkgconfig(libffi)
Provides: ghc-bootstrap-devel
ExclusiveArch: ppc64 ppc64le x86_64 s390x aarch64 riscv64
ExclusiveArch: ppc64le x86_64 s390x aarch64 riscv64
AutoReq: off
Version: 9.2.3
Version: 9.4.4
Release: 0
%ifnarch s390x
BuildRequires: libnuma-devel
%endif
%ifarch s390x riscv64
Requires: clang%{llvm_major}
Requires: llvm%{llvm_major}
%endif
%ifnarch s390x
@ -103,7 +98,6 @@ Do not install this package! Install 'ghc' instead.
%prep
cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE12} .
cp %{SOURCE13} .
cp %{SOURCE14} .
cp %{SOURCE16} .