rpms/xemacs/devel xemacs.spec,1.45,1.46

Ville Skyttä scop at fedoraproject.org
Sun Mar 8 20:24:56 UTC 2009


Author: scop

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

Modified Files:
	xemacs.spec 
Log Message:
* Sun Mar  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 21.5.28-12
- Make XFontSet support optional at build time and disable it by default
  to work around #478370.



Index: xemacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xemacs/devel/xemacs.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- xemacs.spec	26 Feb 2009 20:56:01 -0000	1.45
+++ xemacs.spec	8 Mar 2009 20:24:26 -0000	1.46
@@ -5,6 +5,7 @@
 %bcond_with     gtk
 %bcond_with     wnn
 %bcond_with     xaw3d
+%bcond_with     xfs
 %bcond_with     xft
 %bcond_without  mule
 %bcond_without  nox
@@ -17,7 +18,7 @@
 
 Name:           xemacs
 Version:        21.5.28
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Different version of Emacs
 
 Group:          Applications/Editors
@@ -287,8 +288,10 @@
 %if %{with xft}
     --with-xft=all \
 %else
+%if %{with xfs}
     --with-xfs \
 %endif
+%endif
 %if %{with gtk}
     --with-gtk \
     --with-gnome \
@@ -547,6 +550,10 @@
 
 
 %changelog
+* Sun Mar  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 21.5.28-12
+- Make XFontSet support optional at build time and disable it by default
+  to work around #478370.
+
 * Thu Feb 26 2009 Ville Skyttä <ville.skytta at iki.fi> - 21.5.28-11
 - Apply upstream autoload changes to be able to build recent XEmacs packages.
 - Make support for XIM optional at build time, still enabled by default.




More information about the fedora-extras-commits mailing list