*** empty log message ***

This commit is contained in:
Gérard Milmeister 2006-06-23 08:26:04 +00:00
parent 33cf9763d7
commit 5995a46822
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: hugs98
Version: 2006.05
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Haskell Interpreter
Group: Development/Languages
@ -109,7 +109,7 @@ sed -i 's|\"http://www.oasis-open.org.*\"||' docs/users_guide/users_guide.xml
%build
OPTFLAGS=`echo %optflags | sed -e "s|-O2||"`
%define optflags $OPTFLAGS
%configure --with-pthreads --enable-char-encoding=utf8
%configure --with-pthreads --enable-char-encoding=locale
make %{?_smp_mflags}
@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jun 23 2006 Gerard Milmeister <gemi@bluewin.ch> - 2006.05-5
- switch char encoding from utf-8 to locale
* Wed Jun 21 2006 Gerard Milmeister <gemi@bluewin.ch> - 2006.05-4
- added execstack for the hugs binary