Hello community,

here is the log from the commit of package ghc-bootstrap for openSUSE:Factory 
checked in at 2020-06-05 20:16:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bootstrap"

Fri Jun  5 20:16:33 2020 rev:22 rq:811490 version:8.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-bootstrap.changes      
2020-05-11 13:35:08.152335521 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bootstrap.new.3606/ghc-bootstrap.changes    
2020-06-05 20:23:58.128628824 +0200
@@ -1,0 +2,17 @@
+Sun May 31 20:51:10 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update most archs to 8.10.1
+- clean-up spec
+
+-------------------------------------------------------------------
+Thu May 21 11:48:31 UTC 2020 - Peter Trommler <[email protected]>
+
+- Add numa-devel requirement
+  * fixes ghc-bootstrap-helpers builds on ppc64, ppc64le
+
+-------------------------------------------------------------------
+Sun May 17 11:26:43 UTC 2020 - Andreas Schwab <[email protected]>
+
+- ghc-8.6.5-riscv64-unknown-linux.tar.xz: rebuilt with current libffi
+
+-------------------------------------------------------------------

Old:
----
  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-x86_64-deb8-linux.tar.xz

New:
----
  ghc-8.10.1-aarch64-unknown-linux.tar.xz
  ghc-8.10.1-arm-unknown-linux.tar.xz
  ghc-8.10.1-i386-unknown-linux.tar.xz
  ghc-8.10.1-powerpc64-unknown-linux.tar.xz
  ghc-8.10.1-powerpc64le-unknown-linux.tar.xz
  ghc-8.10.1-riscv64-unknown-linux.tar.xz
  ghc-8.10.1-x86_64-unknown-linux.tar.xz

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

Other differences:
------------------
++++++ ghc-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.RVSZj0/_old  2020-06-05 20:24:08.032651784 +0200
+++ /var/tmp/diff_new_pack.RVSZj0/_new  2020-06-05 20:24:08.036651791 +0200
@@ -50,55 +50,59 @@
 %define sysname ibm
 %endif
 %ifarch x86_64
-%define sysname deb8
+%define sysname unknown
 %endif
 %ifarch %{ix86}
-%define sysname deb9
+%define sysname unknown
 %endif
 %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
 Summary:        Binary distributions of The Glorious Glasgow Haskell Compiler
 License:        BSD-3-Clause
 Group:          Development/Languages/Other
+URL:            
https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
 Source1:        README.openSUSE
 Source2:        LICENSE
-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
+Source10:       ghc-8.10.1-i386-unknown-linux.tar.xz
+Source12:       ghc-8.10.1-powerpc64-unknown-linux.tar.xz
+Source13:       ghc-8.10.1-powerpc64le-unknown-linux.tar.xz
+Source14:       ghc-8.10.1-x86_64-unknown-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
+Source17:       ghc-8.10.1-aarch64-unknown-linux.tar.xz
+Source18:       ghc-8.10.1-arm-unknown-linux.tar.xz
+Source19:       ghc-8.10.1-riscv64-unknown-linux.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gmp-devel
 BuildRequires:  libncurses5
+BuildRequires:  pkgconfig(libffi)
+Requires:       gmp-devel
+Requires:       libncurses5
+Requires:       pkgconfig(libffi)
+# This package is not meant to be used outside OBS
+Requires:       this-is-only-for-build-envs
+Provides:       ghc-bootstrap-devel
+ExclusiveArch:  %{ix86} ppc64 ppc64le x86_64 s390x aarch64 %{arm} riscv64
+AutoReq:        off
+%ifnarch s390 s390x
+Version:        8.10.1
+%else
+Version:        8.6.5
+%endif
 %ifnarch %{arm} s390x
 BuildRequires:  libnuma-devel
 %endif
 %ifarch aarch64 %{arm}
 BuildRequires:  binutils-gold
 Requires:       binutils-gold
+Requires:       llvm9
 %endif
-%ifarch s390x riscv64
-BuildRequires:  libffi-devel
+%ifnarch %{arm} s390x
+Requires:       libnuma-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} riscv64
-Provides:       ghc-bootstrap-devel
-
-AutoReq:        off
 
 %description
 This package contains a binary distribution of "The Glorious Glasgow
@@ -107,36 +111,35 @@
 
 Do not install this package! Install 'ghc' instead. 
 
-
 %prep
-cp %SOURCE1 .
-cp %SOURCE2 .
-cp %SOURCE10 .
-cp %SOURCE12 .
-cp %SOURCE13 .
-cp %SOURCE14 .
-cp %SOURCE16 .
-cp %SOURCE17 .
-cp %SOURCE18 .
-cp %SOURCE19 .
+cp %{SOURCE1} .
+cp %{SOURCE2} .
+cp %{SOURCE10} .
+cp %{SOURCE12} .
+cp %{SOURCE13} .
+cp %{SOURCE14} .
+cp %{SOURCE16} .
+cp %{SOURCE17} .
+cp %{SOURCE18} .
+cp %{SOURCE19} .
 
 %build
 tar Jxf ghc-%{version}-%{longarch}-%{sysname}-linux.tar.xz
 cd ghc-%{version}
+# FIXME: you should use the %%configure macro
 ./configure --prefix=/opt
 
 %install
 cd ghc-%{version}
-%makeinstall
+%make_install
 %fdupes -s %{buildroot}
 
 %post
 /opt/bin/ghc-pkg recache
 
 %files
-%defattr(-,root,root,-)
 %doc README.openSUSE
-%doc LICENSE
+%license LICENSE
 /opt
 
 %changelog

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.RVSZj0/_old  2020-06-05 20:24:08.088651883 +0200
+++ /var/tmp/diff_new_pack.RVSZj0/_new  2020-06-05 20:24:08.088651883 +0200
@@ -4,4 +4,14 @@
       <size unit="G">8</size>
     </disk> 
   </hardware>
+  <overwrite>
+    <conditions>
+      <arch>riscv64</arch>
+    </conditions>
+    <hardware>
+      <physicalmemory>
+        <size unit="G">8</size>
+      </physicalmemory>
+    </hardware>
+  </overwrite>
 </constraints>

++++++ ghc-8.6.5-aarch64-unknown-linux.tar.xz -> 
ghc-8.10.1-aarch64-unknown-linux.tar.xz ++++++
/work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-8.6.5-aarch64-unknown-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.3606/ghc-8.10.1-aarch64-unknown-linux.tar.xz
 differ: char 25, line 1

++++++ ghc-8.6.5-arm-unknown-linux.tar.xz -> 
ghc-8.10.1-arm-unknown-linux.tar.xz ++++++
/work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-8.6.5-arm-unknown-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.3606/ghc-8.10.1-arm-unknown-linux.tar.xz
 differ: char 25, line 1

++++++ ghc-8.6.5-powerpc64-unknown-linux.tar.xz -> 
ghc-8.10.1-powerpc64-unknown-linux.tar.xz ++++++
/work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-8.6.5-powerpc64-unknown-linux.tar.xz
 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.3606/ghc-8.10.1-powerpc64-unknown-linux.tar.xz
 differ: char 25, line 1

++++++ ghc-8.6.5-powerpc64le-unknown-linux.tar.xz -> 
ghc-8.10.1-powerpc64le-unknown-linux.tar.xz ++++++
/work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-8.6.5-powerpc64le-unknown-linux.tar.xz
 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.3606/ghc-8.10.1-powerpc64le-unknown-linux.tar.xz
 differ: char 25, line 1

++++++ ghc-8.6.5-riscv64-unknown-linux.tar.xz -> 
ghc-8.10.1-riscv64-unknown-linux.tar.xz ++++++
/work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-8.6.5-riscv64-unknown-linux.tar.xz 
/work/SRC/openSUSE:Factory/.ghc-bootstrap.new.3606/ghc-8.10.1-riscv64-unknown-linux.tar.xz
 differ: char 25, line 1


Reply via email to