rpms/xterm/devel xterm.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 21 22:35:38 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/xterm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26046

Modified Files:
	xterm.spec 
Log Message:
fix bug 173703


Index: xterm.spec
===================================================================
RCS file: /cvs/dist/rpms/xterm/devel/xterm.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xterm.spec	18 Nov 2005 18:14:13 -0000	1.27
+++ xterm.spec	21 Nov 2005 22:35:35 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: xterm terminal emulator for the X Window System
 Name:    xterm
 Version: 207
-Release: 4
+Release: 5
 URL:     http://dickey.his.com/xterm
 License: MIT
 Group:   User Interface/X
@@ -48,6 +48,8 @@
 %patch5 -p1 -b .freetype
 
 %build
+RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'"
+export CFLAGS="$RPM_OPT_FLAGS"
 %configure --enable-luit \
            --enable-warnings \
            --enable-wide-chars \
@@ -81,6 +83,13 @@
 %doc xterm.log.html ctlseqs.ms README.i18n
 
 %changelog
+* Mon Nov 21 2005 Jason Vas Dias<jvdias at redhat.com> - 207-5
+- fix bug 173703: remove reference to /usr/X11R6/bin/luit :
+  PROJECTROOT should be /usr, not /usr/X11R6
+
+* Thu Nov 18 2005 Jason Vas Dias<jvdias at redhat.com> - 207-4
+- fix bug 173541: better fix for freetype configuration problem
+
 * Mon Nov 14 2005 Jason Vas Dias<jvdias at redhat.com> - 207-1
 - Upgrade to upstream version 207
 - Fix app-defaults directory for modular X11




More information about the fedora-cvs-commits mailing list