Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2012-11-15 10:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2012-11-08 07:59:25.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes     2012-11-15 
10:58:12.000000000 +0100
@@ -1,0 +2,17 @@
+Mon Nov 12 12:53:10 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- remove binary distributions after bootstrap in Factory 
+
+-------------------------------------------------------------------
+Thu Nov  8 22:24:25 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Update to version 7.4.2 from upstream
+* Required by Haskell Platform 2012.4.0.0
+* Fixes for ghc and ghci 
+
+-------------------------------------------------------------------
+Thu Nov  8 19:58:08 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- add ExclusiveArch tag 
+
+-------------------------------------------------------------------

Old:
----
  ghc-7.4.1-i386-unknown-linux.tar.bz2
  ghc-7.4.1-src.tar.bz2
  ghc-7.4.1-x86_64-unknown-linux.tar.bz2

New:
----
  ghc-7.4.2-src.tar.bz2

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

Other differences:
------------------
++++++ ghc.spec ++++++
--- /var/tmp/diff_new_pack.pPMI0G/_old  2012-11-15 10:58:21.000000000 +0100
+++ /var/tmp/diff_new_pack.pPMI0G/_new  2012-11-15 10:58:21.000000000 +0100
@@ -2,7 +2,6 @@
 # spec file for package ghc
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011, 2012 Peter Trommler peter.tromm...@ohm-hochschule.de
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,16 +25,14 @@
 #%%global debug_package %{nil}
 
 Name:           ghc
-Version:        7.4.1
+Version:        7.4.2
 Release:        0
 Url:            
http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2
 Summary:        The Glorious Glasgow Haskell Compiler
 License:        BSD-3-Clause
 Group:          Development/Languages/Other
+ExclusiveArch:  %{ix86} x86_64
 
-# Remove after initial bootstrap
-%if %{defined without_binary_ghc}
-# end bootstrap
 %if %{defined ghc_bootstrapping}
 BuildRequires:  ghc-compiler >= 6.12
 %else
@@ -73,9 +70,6 @@
 BuildRequires:  ghc-unix
 %endif
 %endif
-# Remove after initial bootstrap
-%endif
-#end bootstrap
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
@@ -98,12 +92,6 @@
 Requires:       ghc-ghc-devel = %{version}-%{release}
 Requires:       ghc-libraries = %{version}-%{release}
 Source:         
http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2
-# remove after initial bootstrap
-# Binary distributions for initial bootstrap
-%global bootstrap_version %{version}
-Source1:        %{name}-%{bootstrap_version}-%{_arch}-unknown-linux.tar.bz2
-# NoSource:       1
-# end bootstrap
 # PATCH-FIX-UPSTREAM ghc-use-system-libffi.patch 
peter.tromm...@ohm-hochschule.de - See Haskell trac #4496 and #5743
 Patch:          ghc-use-system-libffi.patch
 # PATCH-FIX-UPSTREAM ghc-suse-as-needed.patch peter.tromm...@ohm-hochschule.de 
-- temporary fix for Haskell trac #7062, ghc libraries do not work with 
as_needed and new-dtags both enabled
@@ -153,22 +141,16 @@
 %global ghc_version_override %{version}
 
 
-# Remove after initial bootstrap
-%if %{defined without_binary_ghc}
-# end bootstrap
 %global _use_internal_dependency_generator 0
 %global __find_provides %{_rpmconfigdir}/ghc-deps.sh --provides 
%{buildroot}%{ghclibdir}
 %global __find_requires %{_rpmconfigdir}/ghc-deps.sh --requires 
%{buildroot}%{ghclibdir}
-# Remove after initial bootstrap
-%endif
-# end bootstrap
 
 %global ghc_pkg_c_deps ghc-compiler = %{ghc_version_override}-%{release}
 
 %if %{defined ghclibdir}
 %ghc_lib_subpackage Cabal 1.14.0
 %ghc_lib_subpackage array 0.4.0.0
-%ghc_lib_subpackage -c gmp-devel,libffi-devel base 4.5.0.0
+%ghc_lib_subpackage -c gmp-devel,libffi-devel base 4.5.1.0
 %ghc_lib_subpackage binary 0.5.1.0
 %ghc_lib_subpackage bytestring 0.9.2.1
 %ghc_lib_subpackage containers 0.4.2.1
@@ -189,7 +171,7 @@
 %ghc_lib_subpackage process 1.1.0.1
 %ghc_lib_subpackage template-haskell 2.7.0.0
 %ghc_lib_subpackage time 1.4
-%ghc_lib_subpackage unix 2.5.1.0
+%ghc_lib_subpackage unix 2.5.1.1
 %endif
 
 %global version %{ghc_version_override}
@@ -209,9 +191,6 @@
 except the ghc library, which is installed by the toplevel ghc metapackage.
 
 %prep
-# Remove after initial bootstrap
-%setup -q -T -c -n bootstrap -a 1
-#end bootstrap
 %setup -q
 rm -r ghc-tarballs/{mingw,perl}
 %patch -p1 -b .libffi
@@ -226,13 +205,6 @@
 %patch6 -p1
 
 %build
-# Remove after initial bootstrap
-pushd ../bootstrap/%{name}-%{bootstrap_version}
-./configure --prefix %{_builddir}/ghc
-make install
-popd
-# end bootstrap
-
 # required for patch1
 autoreconf -fi
 
@@ -258,7 +230,6 @@
   --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \
   --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \
   --docdir=%{ghcdocroot} \
-  --with-ghc=%{_builddir}/ghc/bin/ghc\
   --with-gcc=%{_bindir}/gcc
 
 make %{?_smp_mflags}

++++++ ghc-7.4.1-src.tar.bz2 -> ghc-7.4.2-src.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ghc/ghc-7.4.1-src.tar.bz2 
/work/SRC/openSUSE:Factory/.ghc.new/ghc-7.4.2-src.tar.bz2 differ: char 11, line 
1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to