Hello community,

here is the log from the commit of package ghc-bootstrap for openSUSE:Factory 
checked in at 2020-01-14 21:05:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bootstrap"

Tue Jan 14 21:05:52 2020 rev:15 rq:763796 version:8.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-bootstrap.changes      
2019-04-12 09:16:25.633751238 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/ghc-bootstrap.changes    
2020-01-14 21:09:49.110833280 +0100
@@ -1,0 +2,10 @@
+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.JP9wRn/_old  2020-01-14 21:10:06.354841262 +0100
+++ /var/tmp/diff_new_pack.JP9wRn/_new  2020-01-14 21:10:06.358841264 +0100
@@ -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/
 #
 
 
@@ -46,15 +46,18 @@
 %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 %{ix86}
 %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
 Summary:        Binary distributions of The Glorious Glasgow Haskell Compiler
@@ -62,13 +65,14 @@
 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
@@ -111,6 +115,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:Factory/ghc-bootstrap/ghc-8.4.3-aarch64-unknown-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/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:Factory/ghc-bootstrap/ghc-8.4.3-arm-unknown-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/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:Factory/ghc-bootstrap/ghc-8.4.3-i386-deb8-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/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:Factory/ghc-bootstrap/ghc-8.4.3-powerpc64-unknown-linux.tar.xz
 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/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:Factory/ghc-bootstrap/ghc-8.4.3-powerpc64le-unknown-linux.tar.xz
 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/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:Factory/ghc-bootstrap/ghc-8.4.3-s390x-ibm-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/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:Factory/ghc-bootstrap/ghc-8.4.3-x86_64-deb8-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.6675/ghc-8.6.5-x86_64-deb8-linux.tar.xz
 differ: char 17, line 1


Reply via email to