From 5995a4682281a0e3087f14c995a2badd04789556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Milmeister?= Date: Fri, 23 Jun 2006 08:26:04 +0000 Subject: [PATCH] *** empty log message *** --- hugs98.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hugs98.spec b/hugs98.spec index 2b2b0fb..13ead60 100644 --- a/hugs98.spec +++ b/hugs98.spec @@ -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 - 2006.05-5 +- switch char encoding from utf-8 to locale + * Wed Jun 21 2006 Gerard Milmeister - 2006.05-4 - added execstack for the hugs binary