Hello community,

here is the log from the commit of package ghc-bootstrap for openSUSE:Factory 
checked in at 2015-05-22 16:36:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-bootstrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bootstrap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bootstrap/ghc-bootstrap.changes      
2015-05-06 07:49:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bootstrap.new/ghc-bootstrap.changes 
2015-05-22 16:37:10.000000000 +0200
@@ -1,0 +2,10 @@
+Thu May 21 18:40:43 CEST 2015 - [email protected]
+
+- add 7.8.4 tarball for aarch64 
+
+-------------------------------------------------------------------
+Thu May 21 12:09:20 CEST 2015 - [email protected]
+
+- add 7.8.4 tarball for s390 and s390x
+
+-------------------------------------------------------------------

New:
----
  ghc-7.8.3-i386-unknown-linux-centos65.tar.bz2
  ghc-7.8.3-powerpc-unknown-linux.tar.bz2
  ghc-7.8.3-powerpc64-unknown-linux.tar.bz2
  ghc-7.8.3-powerpc64le-unknown-linux.tar.bz2
  ghc-7.8.3-x86_64-unknown-linux-centos65.tar.bz2
  ghc-7.8.4-aarch64-unknown-linux.tar.bz2
  ghc-7.8.4-s390-ibm-linux.tar.bz2
  ghc-7.8.4-s390x-ibm-linux.tar.bz2

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

Other differences:
------------------
++++++ ghc-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.krD1KH/_old  2015-05-22 16:37:17.000000000 +0200
+++ /var/tmp/diff_new_pack.krD1KH/_new  2015-05-22 16:37:17.000000000 +0200
@@ -29,10 +29,29 @@
 %ifarch ppc64le
 %define longarch powerpc64le
 %endif
+%ifarch s390
+%define longarch s390
+%endif
+%ifarch s390x
+%define longarch s390x
+%endif
+%ifarch aarch64
+%define longarch aarch64
+%endif
 %ifarch x86_64
 %define longarch x86_64
 %define os_release -centos65
 %endif
+%ifarch aarch64 s390 s390x
+%define xversion 7.8.4
+%else
+%define xversion 7.8.3
+%endif
+%ifarch s390 s390x
+%define sysname ibm
+%else
+%define sysname unknown
+%endif
 
 %global without_hscolour 1
 
@@ -48,12 +67,20 @@
 Source:         %{name}-%{version}.tar
 Source1:        README.openSUSE
 Source2:        LICENSE
+Source10:       ghc-7.8.3-i386-unknown-linux-centos65.tar.bz2
+Source11:       ghc-7.8.3-powerpc-unknown-linux.tar.bz2
+Source12:       ghc-7.8.3-powerpc64-unknown-linux.tar.bz2
+Source13:       ghc-7.8.3-powerpc64le-unknown-linux.tar.bz2
+Source14:       ghc-7.8.3-x86_64-unknown-linux-centos65.tar.bz2
+Source15:       ghc-7.8.4-s390-ibm-linux.tar.bz2
+Source16:       ghc-7.8.4-s390x-ibm-linux.tar.bz2
+Source17:       ghc-7.8.4-aarch64-unknown-linux.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gmp-devel
 Requires:       gmp-devel
 
-ExclusiveArch:  %{ix86} ppc ppc64 ppc64le x86_64
+ExclusiveArch:  %{ix86} ppc ppc64 ppc64le x86_64 s390 s390x aarch64
 Provides:       ghc-bootstrap-devel
 
 Conflicts:      ghc
@@ -114,21 +141,29 @@
 %setup -q
 cp %SOURCE1 .
 cp %SOURCE2 .
+cp %SOURCE10 .
+cp %SOURCE11 .
+cp %SOURCE12 .
+cp %SOURCE13 .
+cp %SOURCE14 .
+cp %SOURCE15 .
+cp %SOURCE16 .
+cp %SOURCE17 .
 
 %build
 %if 0%{suse_version} > 1130
 ln -s %{_libdir}/libgmp.so.10 libgmp.so.3
 export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 %endif
-tar jxf ghc-%{version}-%{longarch}-unknown-linux%{?os_release}.tar.bz2
-cd ghc-%{version}
+tar jxf ghc-%{xversion}-%{longarch}-%{sysname}-linux%{?os_release}.tar.bz2
+cd ghc-%{xversion}
 ./configure --prefix=%{_prefix}
 
 %install
 %if 0%{suse_version} > 1130
 export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 %endif
-cd ghc-%{version}
+cd ghc-%{xversion}
 %makeinstall
 %if 0%{suse_version} > 1130
 install -dm 0755 %{buildroot}%{_libdir}
@@ -144,7 +179,7 @@
 %doc README.openSUSE
 %doc LICENSE
 %{_bindir}/*
-%{_prefix}/lib/ghc-%{version}
+%{_prefix}/lib/ghc-%{xversion}
 %{_datadir}/doc/*
 %if 0%{suse_version} > 1130
 %{_libdir}/libgmp.so.3

++++++ ghc-bootstrap-7.8.3.tar ++++++
Files /var/tmp/diff_new_pack.krD1KH/_old and /var/tmp/diff_new_pack.krD1KH/_new 
differ


Reply via email to