Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2012-11-08 07:59:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05 14:54:49.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes     2012-11-08 
07:59:25.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov  6 14:41:06 UTC 2012 - [email protected]
+
+- generate debug packages for Factory 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc.spec ++++++
--- /var/tmp/diff_new_pack.i3YUMU/_old  2012-11-08 07:59:31.000000000 +0100
+++ /var/tmp/diff_new_pack.i3YUMU/_new  2012-11-08 07:59:31.000000000 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package ghc
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, 2012 Peter Trommler [email protected]
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,22 +16,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # To bootstrap a new version of ghc, uncomment the following:
-#%%global ghc_bootstrapping 1
-#%%{?ghc_bootstrap}
+%global ghc_bootstrapping 1
+%{?ghc_bootstrap}
 %global without_hscolour 1
 #%%global without_manual 1
 
-%global debug_package %{nil}
-
+#%%global debug_package %{nil}
 
 Name:           ghc
 Version:        7.4.1
-Release:        1
-Group:          Development/Languages/Other
-License:        BSD-3-Clause
+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
 
 # Remove after initial bootstrap
 %if %{defined without_binary_ghc}
@@ -43,61 +44,59 @@
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
-BuildREquires:  ghc-haskell98-devel
+BuildRequires:  ghc-haskell98-devel
 BuildRequires:  ghc-pretty-devel 
 BuildRequires:  ghc-process-devel
 # These are needed so OBS will keep those packages
 # Alternatively a Keep: line could be added to prjconf
 %if 0%{?opensuse_bs}
-BuildRequires:  ghc-filepath-devel
-BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-array-devel
+BuildRequires:  ghc-binary-devel
+BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-old-locale-devel
 BuildRequires:  ghc-old-time-devel
-BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-time-devel
-BuildRequires:  ghc-binary-devel
-BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-unix-devel
 %if %{undefined without_hscolour}
-BuildRequires:  ghc-containers
+BuildRequires:  ghc-array
 BuildRequires:  ghc-base
+BuildRequires:  ghc-containers
+BuildRequires:  ghc-deepseq
+BuildRequires:  ghc-directory
+BuildRequires:  ghc-filepath
 BuildRequires:  ghc-haskell98
-BuildRequires:  ghc-array
-BuildRequires:  ghc-random
-BuildRequires:  ghc-time
+BuildRequires:  ghc-old-locale
+BuildRequires:  ghc-old-time
 BuildRequires:  ghc-process
-BuildRequires:  ghc-directory
+BuildRequires:  ghc-time
 BuildRequires:  ghc-unix
-BuildRequires:  ghc-old-time
-BuildRequires:  ghc-old-locale
-BuildRequires:  ghc-filepath
-BuildRequires:  ghc-deepseq
 %endif
 %endif
 # Remove after initial bootstrap
 %endif
 #end bootstrap
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc
 BuildRequires:  ghc-rpm-macros >= 0.91
+BuildRequires:  glibc-devel
 BuildRequires:  gmp-devel
 BuildRequires:  libffi-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  gcc
 BuildRequires:  pkg-config
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  glibc-devel
 %if %{undefined without_manual}
-BuildRequires:  libxslt
-BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook-utils
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
 %endif
 %if %{undefined without_haddock} && %{undefined without_hscolour}
 BuildRequires:  hscolour
 %endif
 PreReq:         update-alternatives
 Requires:       ghc-compiler = %{version}-%{release}
-Requires:       ghc-libraries = %{version}-%{release}
 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
@@ -139,7 +138,6 @@
 
 %package compiler
 Summary:       GHC compiler and utilities
-License:       BSD-3-Clause
 Group:         Development/Languages/Other
 Requires:      gcc
 Requires:      ghc-base-devel
@@ -198,7 +196,6 @@
 
 %package libraries
 Summary:     GHC development libraries meta package
-License:     BSD-3-Clause
 Group:       Development/Libraries/Other
 Requires:    ghc-compiler = %{version}-%{release}
 Obsoletes:   ghc-devel < %{version}-%{release}

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

Reply via email to