Hello community, here is the log from the commit of package ghc for openSUSE:Factory checked in at 2012-12-10 12:19:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-15 10:58:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2012-12-10 12:19:26.000000000 +0100 @@ -1,0 +2,16 @@ +Mon Dec 3 09:33:59 UTC 2012 - [email protected] + +- try to work around factory-auto still thinking we need + to wait for BRs even when those are in a comment + +------------------------------------------------------------------- +Wed Nov 28 08:30:30 UTC 2012 - [email protected] + +- help factory-auto by commenting out currently unneeded BRs + +------------------------------------------------------------------- +Tue Nov 13 10:20:38 UTC 2012 - [email protected] + +- selfbootstrap ghc 7.4.2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc.spec ++++++ --- /var/tmp/diff_new_pack.CVSSqR/_old 2012-12-10 12:19:28.000000000 +0100 +++ /var/tmp/diff_new_pack.CVSSqR/_new 2012-12-10 12:19:28.000000000 +0100 @@ -17,8 +17,8 @@ # 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 @@ -48,6 +48,7 @@ # Alternatively a Keep: line could be added to prjconf %if 0%{?opensuse_bs} BuildRequires: ghc-array-devel +BuildRequires: ghc-base-devel BuildRequires: ghc-binary-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-filepath-devel @@ -56,18 +57,18 @@ BuildRequires: ghc-time-devel BuildRequires: ghc-unix-devel %if %{undefined without_hscolour} -BuildRequires: ghc-array -BuildRequires: ghc-base -BuildRequires: ghc-containers -BuildRequires: ghc-deepseq -BuildRequires: ghc-directory -BuildRequires: ghc-filepath -BuildRequires: ghc-haskell98 -BuildRequires: ghc-old-locale -BuildRequires: ghc-old-time -BuildRequires: ghc-process -BuildRequires: ghc-time -BuildRequires: ghc-unix +# array +# base +# containers +# deepseq +# directory +# filepath +# haskell98 +# old-locale +# old-time +# process +# time +# unix %endif %endif BuildRequires: autoconf -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
