Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2015-01-29 09:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2014-12-16 14:48:55.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes     2015-01-29 
09:58:25.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan 12 14:20:32 UTC 2015 - [email protected]
+
+- add patch 0001-implement-native-code-generator-for-ppc64.patch
+* native code generation improved compilation speed
+* fewer errors in testsuite than with C back end 
+
+-------------------------------------------------------------------

New:
----
  0001-implement-native-code-generator-for-ppc64.patch

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

Other differences:
------------------
++++++ ghc.spec ++++++
--- /var/tmp/diff_new_pack.Yvc1eG/_old  2015-01-29 09:58:27.000000000 +0100
+++ /var/tmp/diff_new_pack.Yvc1eG/_new  2015-01-29 09:58:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%global unregisterised_archs ppc64 ppc64le s390 s390s
+%global unregisterised_archs ppc64le s390 s390s
 
 Name:           ghc
 Version:        7.8.3
@@ -46,6 +46,9 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 %endif
+# Patch 19 changes build system
+BuildRequires:  autoconf
+BuildRequires:  automake
 
 PreReq:         update-alternatives
 Requires:       ghc-compiler = %{version}-%{release}
@@ -71,6 +74,8 @@
 Patch17:        ghc.git-e18525f.patch
 # PATCH-FIX-UPSTREAM D560.patch [email protected] -- Fix 
loading of PIC register. See https://phabricator.haskell.org/D560.
 Patch18:        D560.patch
+# PATCH-FEATURE-UPSTREAM 0001-implement-native-code-generator-for-ppc64.patch 
[email protected] -- Implement native code generator for ppc64. 
Haskell Trac #9863.
+Patch19:        0001-implement-native-code-generator-for-ppc64.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -170,8 +175,12 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 
 %build
+# Patch 19 modifies build system
+perl boot
+
 # Check if bootstrap is required, i.e. version is different from ghc's version
 # Note: Cannot use ghc_version macro here as we defined version override 
earlier
 %if "%version" != "%(ghc --numeric-version)"

++++++ 0001-implement-native-code-generator-for-ppc64.patch ++++++
++++ 1917 lines (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to