Hello community,

here is the log from the commit of package ghc-bootstrap for openSUSE:Factory 
checked in at 2020-01-24 13:09:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bootstrap"

Fri Jan 24 13:09:59 2020 rev:17 rq:766526 version:8.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-bootstrap.changes      
2020-01-22 22:44:03.724508896 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.26092/ghc-bootstrap.changes   
2020-01-24 13:11:57.685452309 +0100
@@ -1,0 +2,5 @@
+Wed Jan 22 22:39:11 UTC 2020 - Andreas Schwab <sch...@suse.de>
+
+- Add support for riscv64
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.y5BCM1/_old  2020-01-24 13:12:11.545457874 +0100
+++ /var/tmp/diff_new_pack.y5BCM1/_new  2020-01-24 13:12:11.549457876 +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
@@ -43,6 +43,9 @@
 %ifarch x86_64
 %define longarch x86_64
 %endif
+%ifarch riscv64
+%define longarch riscv64
+%endif
 %ifarch s390 s390x
 %define sysname ibm
 %endif
@@ -52,14 +55,14 @@
 %ifarch %{ix86}
 %define sysname deb9
 %endif
-%ifarch ppc64 ppc64le %{arm} aarch64
+%ifarch ppc64 ppc64le %{arm} aarch64 riscv64
 %define sysname unknown
 %endif
 
 Name:           ghc-bootstrap
 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
@@ -86,7 +89,7 @@
 Requires:       binutils-gold
 Requires:       llvm6-devel
 %endif
-%ifarch s390x
+%ifarch s390x riscv64
 BuildRequires:  libffi-devel
 Requires:       libffi-devel
 %endif
@@ -95,7 +98,7 @@
 # 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


Reply via email to