update to 0.11.2 and add some .s debug

This commit is contained in:
Jens Petersen 2010-09-07 09:10:17 +10:00
parent 35acbcac5c
commit 329077cb31
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/glib-0.11.1.tar.gz
/glib-0.11.2.tar.gz

View File

@ -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 <petersen@redhat.com> - 0.11.2-1
- update to 0.11.2
* Thu Aug 19 2010 Jens Petersen <petersen@redhat.com> - 0.11.1-1
- update to 0.11.1

View File

@ -1 +1 @@
f96426407fff800727da53deeaee670a glib-0.11.1.tar.gz
79e303cae2f7c590674c1c56ca5d07e1 glib-0.11.2.tar.gz