rpms/xemacs-sumo/FC-5 xemacs-sumo.spec,1.21,1.22

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu May 25 12:18:46 UTC 2006


Author: scop

Update of /cvs/extras/rpms/xemacs-sumo/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10537

Modified Files:
	xemacs-sumo.spec 
Log Message:
* Thu May 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060510-2.1
- Fix indentation in haskell-mode with XEmacs < 21.5 (#192481).



Index: xemacs-sumo.spec
===================================================================
RCS file: /cvs/extras/rpms/xemacs-sumo/FC-5/xemacs-sumo.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xemacs-sumo.spec	13 May 2006 09:15:44 -0000	1.21
+++ xemacs-sumo.spec	25 May 2006 12:18:46 -0000	1.22
@@ -9,7 +9,7 @@
 
 Name:           xemacs-sumo
 Version:        %(echo %{sumo} | tr -d -)
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        XEmacs lisp packages
 
 Group:          Applications/Editors
@@ -105,6 +105,11 @@
 # catch harmless errors in mouse-avoidance-too-close-p (avoid.el)
 %patch15 -p0
 
+# fix indentation in haskell-mode with XEmacs < 21.5, #192481
+sed -i -e s/line-beginning-position/point-at-bol/g -e \
+  s/line-end-position/point-at-eol/g \
+  xemacs-packages/lisp/haskell-mode/haskell-*indent.el
+
 sed -i -e "s|/usr/local/bin/perl5\\?|/usr/bin/perl|g" \
   xemacs-packages/etc/bbdb/*.pl
 
@@ -228,6 +233,9 @@
 
 
 %changelog
+* Thu May 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060510-2.1
+- Fix indentation in haskell-mode with XEmacs < 21.5 (#192481).
+
 * Sat May 13 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060510-2
 - Try to work around build system quirks in finding the XEmacs version.
 




More information about the fedora-extras-commits mailing list