rpms/xfig/devel xfig-3.2.4-redhat.patch, 1.2, 1.3 xfig-3.2.5a-default-apps.patch, 1.2, 1.3 xfig.spec, 1.63, 1.64

Caolan McNamara caolanm at fedoraproject.org
Sun Jun 28 09:09:00 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/xfig/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8068

Modified Files:
	xfig-3.2.4-redhat.patch xfig-3.2.5a-default-apps.patch 
	xfig.spec 
Log Message:
Resolves: rhbz#506791 make xfig spellchecking work

xfig-3.2.4-redhat.patch:

Index: xfig-3.2.4-redhat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xfig/devel/xfig-3.2.4-redhat.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- xfig-3.2.4-redhat.patch	5 Oct 2007 12:32:49 -0000	1.2
+++ xfig-3.2.4-redhat.patch	28 Jun 2009 09:08:29 -0000	1.3
@@ -25,7 +25,7 @@
  !		It must write the misspelled words to standard output.
  
 -Fig.spellcheckcommand:	spell %f
-+Fig.spellcheckcommand:	aspell %f
++Fig.spellcheckcommand:	enchant -l %f
  
  ! delay before spinner automatically counts when pressed (milliseconds)
  Fig.spinner_delay:		1000

xfig-3.2.5a-default-apps.patch:

Index: xfig-3.2.5a-default-apps.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xfig/devel/xfig-3.2.5a-default-apps.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- xfig-3.2.5a-default-apps.patch	3 Jun 2009 11:39:49 -0000	1.2
+++ xfig-3.2.5a-default-apps.patch	28 Jun 2009 09:08:29 -0000	1.3
@@ -19,7 +19,7 @@ diff -up xfig.3.2.5a/Fig.ad~ xfig.3.2.5a
  !		It must write the misspelled words to standard output.
  
 -Fig.spellcheckcommand:	spell %f
-+Fig.spellcheckcommand:		aspell %f
++Fig.spellcheckcommand:		enchant -l %f
  
  ! delay before spinner automatically counts when pressed (milliseconds)
  Fig.spinner_delay:		1000


Index: xfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfig/devel/xfig.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- xfig.spec	3 Jun 2009 11:39:49 -0000	1.63
+++ xfig.spec	28 Jun 2009 09:08:29 -0000	1.64
@@ -3,7 +3,7 @@
 Summary: An X Window System tool for drawing basic vector graphics
 Name: xfig
 Version: 3.2.5
-Release: 20.a%{?dist}
+Release: 21.a%{?dist}
 License: MIT
 Group: Applications/Multimedia
 URL: http://www.xfig.org/
@@ -81,7 +81,7 @@ version you probably don't want this ver
 %package common
 Summary:        Common xfig files
 Group:          Applications/Multimedia
-Requires:       transfig >= 1:3.2.5, xdg-utils, aspell, urw-fonts
+Requires:       transfig >= 1:3.2.5, xdg-utils, enchant, urw-fonts
 Requires:       hicolor-icon-theme
 Requires:       xorg-x11-fonts-base
 # So that this will get uninstalled together with xfig / xfig-Xaw3d
@@ -199,6 +199,9 @@ fi
 
 
 %changelog
+* Sun Jun 28 2009 Caolán McNamara <caolanm at redhat.com> 3.2.5-21.a
+- Resolves: rhbz#506791 make xfig spellchecking work
+
 * Wed Jun  3 2009 Hans de Goede <hdegoede at redhat.com> 3.2.5-20.a
 - Fix eps preview (#503911)
 




More information about the fedora-extras-commits mailing list