From 329077cb31649ee28afdeda785cac4e16ef49e21 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 7 Sep 2010 09:10:17 +1000 Subject: [PATCH] update to 0.11.2 and add some .s debug --- .gitignore | 1 + ghc-glib.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ba36bc..f2d09df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /glib-0.11.1.tar.gz +/glib-0.11.2.tar.gz diff --git a/ghc-glib.spec b/ghc-glib.spec index 6350a2f..92fae38 100644 --- a/ghc-glib.spec +++ b/ghc-glib.spec @@ -13,7 +13,7 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 0.11.1 +Version: 0.11.2 Release: 1%{?dist} Summary: %{common_summary} @@ -47,7 +47,11 @@ This package provides the shared library. %build -%ghc_lib_build +#%%ghc_bin_build +%cabal_configure --ghc -v3 --ghc-option=-keep-tmp-files +%cabal build -v3 || cat `ls /tmp/ghc*/ghc*.s | tail -1` +exit 1 +%cabal haddock %{?with_hscolour:--hyperlink-source} %install @@ -60,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 6 2010 Jens Petersen - 0.11.2-1 +- update to 0.11.2 + * Thu Aug 19 2010 Jens Petersen - 0.11.1-1 - update to 0.11.1 diff --git a/sources b/sources index 9001911..ea15e30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f96426407fff800727da53deeaee670a glib-0.11.1.tar.gz +79e303cae2f7c590674c1c56ca5d07e1 glib-0.11.2.tar.gz