Hello community, here is the log from the commit of package ghc-bootstrap for openSUSE:Leap:15.2 checked in at 2020-02-19 18:38:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bootstrap" Wed Feb 19 18:38:02 2020 rev:16 rq:771246 version:8.6.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-bootstrap.changes 2020-01-15 15:01:54.185793761 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-bootstrap.changes 2020-02-19 18:38:23.861941399 +0100 @@ -1,0 +2,21 @@ +Wed Jan 22 22:39:11 UTC 2020 - Andreas Schwab <[email protected]> + +- Add support for riscv64 + +------------------------------------------------------------------- +Fri Jan 17 19:00:28 UTC 2020 - Peter Trommler <[email protected]> + +- Add requires tags + * needed for ghc-bootstrap-helpers + +------------------------------------------------------------------- +Tue Nov 26 19:02:42 UTC 2019 - Peter Trommler <[email protected]> + +- Add RISCV bindist taken from openSUSE:Factory:RISCV64 + +------------------------------------------------------------------- +Mon Nov 25 19:23:46 UTC 2019 - Peter Trommler <[email protected]> + +- Update to version 8.6.5 for GHC 8.10 bootstrap + +------------------------------------------------------------------- Old: ---- ghc-8.4.3-aarch64-unknown-linux.tar.xz ghc-8.4.3-arm-unknown-linux.tar.xz ghc-8.4.3-i386-deb8-linux.tar.xz ghc-8.4.3-powerpc64-unknown-linux.tar.xz ghc-8.4.3-powerpc64le-unknown-linux.tar.xz ghc-8.4.3-s390x-ibm-linux.tar.xz ghc-8.4.3-x86_64-deb8-linux.tar.xz New: ---- ghc-8.6.5-aarch64-unknown-linux.tar.xz ghc-8.6.5-arm-unknown-linux.tar.xz ghc-8.6.5-i386-deb9-linux.tar.xz ghc-8.6.5-powerpc64-unknown-linux.tar.xz ghc-8.6.5-powerpc64le-unknown-linux.tar.xz ghc-8.6.5-riscv64-unknown-linux.tar.xz ghc-8.6.5-s390x-ibm-linux.tar.xz ghc-8.6.5-x86_64-deb8-linux.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.YkyaAo/_old 2020-02-19 18:38:30.997956333 +0100 +++ /var/tmp/diff_new_pack.YkyaAo/_new 2020-02-19 18:38:31.001956341 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-bootstrap # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -43,52 +43,62 @@ %ifarch x86_64 %define longarch x86_64 %endif +%ifarch riscv64 +%define longarch riscv64 +%endif %ifarch s390 s390x %define sysname ibm %endif -%ifarch x86_64 %{ix86} +%ifarch x86_64 %define sysname deb8 %endif -%ifarch ppc64 ppc64le aarch64 %{arm} +%ifarch %{ix86} +%define sysname deb9 +%endif +%ifarch ppc64 ppc64le %{arm} aarch64 riscv64 %define sysname unknown %endif Name: ghc-bootstrap -Version: 8.4.3 +Version: 8.6.5 Release: 0 -Url: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap +URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap Summary: Binary distributions of The Glorious Glasgow Haskell Compiler License: BSD-3-Clause Group: Development/Languages/Other Source1: README.openSUSE Source2: LICENSE -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 +Source10: ghc-8.6.5-i386-deb9-linux.tar.xz +Source12: ghc-8.6.5-powerpc64-unknown-linux.tar.xz +Source13: ghc-8.6.5-powerpc64le-unknown-linux.tar.xz +Source14: ghc-8.6.5-x86_64-deb8-linux.tar.xz +Source16: ghc-8.6.5-s390x-ibm-linux.tar.xz +Source17: ghc-8.6.5-aarch64-unknown-linux.tar.xz +Source18: ghc-8.6.5-arm-unknown-linux.tar.xz +Source19: ghc-8.6.5-riscv64-unknown-linux.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: gmp-devel BuildRequires: libncurses5 %ifnarch %{arm} s390x BuildRequires: libnuma-devel +Requires: libnuma-devel %endif %ifarch aarch64 %{arm} BuildRequires: binutils-gold Requires: binutils-gold +Requires: llvm6-devel %endif -%ifarch s390x +%ifarch s390x riscv64 BuildRequires: libffi-devel +Requires: libffi-devel %endif Requires: gmp-devel Requires: libncurses5 # This package is not meant to be used outside OBS Requires: this-is-only-for-build-envs -ExclusiveArch: %{ix86} ppc64 ppc64le x86_64 s390x aarch64 %{arm} +ExclusiveArch: %{ix86} ppc64 ppc64le x86_64 s390x aarch64 %{arm} riscv64 Provides: ghc-bootstrap-devel AutoReq: off @@ -111,6 +121,7 @@ cp %SOURCE16 . cp %SOURCE17 . cp %SOURCE18 . +cp %SOURCE19 . %build tar Jxf ghc-%{version}-%{longarch}-%{sysname}-linux.tar.xz ++++++ ghc-8.4.3-aarch64-unknown-linux.tar.xz -> ghc-8.6.5-aarch64-unknown-linux.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-8.4.3-aarch64-unknown-linux.tar.xz /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-8.6.5-aarch64-unknown-linux.tar.xz differ: char 25, line 1 ++++++ ghc-8.4.3-arm-unknown-linux.tar.xz -> ghc-8.6.5-arm-unknown-linux.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-8.4.3-arm-unknown-linux.tar.xz /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-8.6.5-arm-unknown-linux.tar.xz differ: char 25, line 1 ++++++ ghc-8.4.3-i386-deb8-linux.tar.xz -> ghc-8.6.5-i386-deb9-linux.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-8.4.3-i386-deb8-linux.tar.xz /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-8.6.5-i386-deb9-linux.tar.xz differ: char 17, line 1 ++++++ ghc-8.4.3-powerpc64-unknown-linux.tar.xz -> ghc-8.6.5-powerpc64-unknown-linux.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-8.4.3-powerpc64-unknown-linux.tar.xz /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-8.6.5-powerpc64-unknown-linux.tar.xz differ: char 25, line 1 ++++++ ghc-8.4.3-powerpc64le-unknown-linux.tar.xz -> ghc-8.6.5-powerpc64le-unknown-linux.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-8.4.3-powerpc64le-unknown-linux.tar.xz /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-8.6.5-powerpc64le-unknown-linux.tar.xz differ: char 25, line 1 ++++++ ghc-8.4.3-s390x-ibm-linux.tar.xz -> ghc-8.6.5-s390x-ibm-linux.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-8.4.3-s390x-ibm-linux.tar.xz /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-8.6.5-s390x-ibm-linux.tar.xz differ: char 25, line 1 ++++++ ghc-8.4.3-x86_64-deb8-linux.tar.xz -> ghc-8.6.5-x86_64-deb8-linux.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/ghc-bootstrap/ghc-8.4.3-x86_64-deb8-linux.tar.xz /work/SRC/openSUSE:Leap:15.2/.ghc-bootstrap.new.26092/ghc-8.6.5-x86_64-deb8-linux.tar.xz differ: char 17, line 1
