osc copypac from project:devel:languages:haskell:ghc-9.10.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=106
This commit is contained in:
Peter Simons 2024-12-10 11:25:51 +00:00 committed by Git OBS Bridge
parent 62f9600702
commit 91900b6a96
12 changed files with 28 additions and 23 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 15:11:19 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
- Update bootstrap compiler to ghc-9.8.2
-------------------------------------------------------------------
Mon Nov 13 12:17:42 UTC 2023 - Andreas Schwab <schwab@suse.de>

View File

@ -16,7 +16,7 @@
#
%global llvm_major 14
%global llvm_major 15
%ifarch ppc64le
%define longarch powerpc64le
# something weird on ghc arch detection
@ -44,16 +44,18 @@
%define sysname unknown
%endif
Name: ghc-bootstrap
Version: 9.8.2
Release: 0
Summary: Binary distributions of The Glorious Glasgow Haskell Compiler
License: BSD-3-Clause
URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
Source1: README.openSUSE
Source2: LICENSE
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
Source13: ghc-%{version}-powerpc64le-unknown-linux.tar.xz
Source14: ghc-%{version}-x86_64-unknown-linux.tar.xz
Source16: ghc-%{version}-s390x-ibm-linux.tar.xz
Source17: ghc-%{version}-aarch64-unknown-linux.tar.xz
Source19: ghc-%{version}-riscv64-unknown-linux.tar.xz
BuildRequires: chrpath
BuildRequires: fdupes
BuildRequires: gcc-PIE
@ -74,8 +76,6 @@ Requires: pkgconfig(libffi)
Provides: ghc-bootstrap-devel
ExclusiveArch: ppc64le x86_64 s390x aarch64 riscv64
AutoReq: off
Version: 9.4.4
Release: 0
%ifnarch s390x
BuildRequires: libnuma-devel
%endif