From 7371b8295daec1609374982137215775882e9f96 Mon Sep 17 00:00:00 2001 From: Charles Coldwell Date: Feb 13 2007 13:32:11 +0000 Subject: remove --without-xim configure flag to fix dead keys --- diff --git a/emacs.spec b/emacs.spec index fe42475..05a81d9 100644 --- a/emacs.spec +++ b/emacs.spec @@ -3,7 +3,7 @@ Summary: GNU Emacs text editor Name: emacs Version: 22.0.93 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -115,7 +115,7 @@ export CFLAGS="-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 $RPM_OPT_FLAGS" CFLAGS=`echo $CFLAGS | sed -e "s/ -fstack-protector//"` %endif -%configure --with-pop --with-sound --with-gtk --without-xim +%configure --with-pop --with-sound --with-gtk %__make bootstrap %__make %{?_smp_mflags} @@ -285,6 +285,9 @@ fi %dir %{_datadir}/emacs/%{version} %changelog +* Tue Feb 13 2007 Chip Coldwell - 22.0.93-6 +- remove --without-xim configure flag to fix dead keys (Ville Skyttä #224626) + * Fri Jan 26 2007 Chip Coldwell - 22.0.93-5 - remove Tetris to avoid trademark problems (Ville Skyttä #224627)