- workaround broken fontpath handling in vncserver script (#494801)

This commit is contained in:
Adam Tkac 2009-04-08 14:09:45 +00:00
parent cb2c54baee
commit ed283d4510
2 changed files with 17 additions and 1 deletions

11
tigervnc-rh494801.patch Normal file
View File

@ -0,0 +1,11 @@
diff -up tigervnc-0.0.90-20090407svn3761/unix/vncserver.rh494801 tigervnc-0.0.90-20090407svn3761/unix/vncserver
--- tigervnc-0.0.90-20090407svn3761/unix/vncserver.rh494801 2009-04-08 15:36:58.463812689 +0200
+++ tigervnc-0.0.90-20090407svn3761/unix/vncserver 2009-04-08 15:37:13.552448279 +0200
@@ -203,7 +203,6 @@ $cmd .= " -pixelformat $pixelformat" if
$cmd .= " -rfbwait 30000";
$cmd .= " -rfbauth $vncUserDir/passwd";
$cmd .= " -rfbport $vncPort";
-$cmd .= " -fp $fontPath" if ($fontPath);
$cmd .= " -pn";
# Add color database stuff here, e.g.:

View File

@ -4,7 +4,7 @@
Name: tigervnc
Version: 0.0.90
Release: 0.4.%{releasetag}%{?dist}
Release: 0.5.%{releasetag}%{?dist}
Summary: A TigerVNC remote display system
Group: User Interface/Desktops
@ -53,6 +53,7 @@ Patch4: tigervnc-cookie.patch
Patch5: tigervnc-manminor.patch
Patch6: tigervnc-newfbsize.patch
Patch8: tigervnc-viewer-reparent.patch
Patch9: tigervnc-rh494801.patch
%description
Virtual Network Computing (VNC) is a remote display system which
@ -110,6 +111,7 @@ popd
%patch5 -p1 -b .manminor
%patch6 -p1 -b .newfbsize
%patch8 -p1 -b .viewer-reparent
%patch9 -p1 -b .rh494801
# Use newer gettext
sed -i 's/AM_GNU_GETTEXT_VERSION.*/AM_GNU_GETTEXT_VERSION([0.17])/' \
@ -249,6 +251,9 @@ fi
%{_libdir}/xorg/modules/extensions/libvnc.so
%changelog
* Wed Apr 08 2009 Adam Tkac <atkac redhat com> 0.0.90-0.5.20090403svn3751
- workaround broken fontpath handling in vncserver script (#494801)
* Fri Apr 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.4.20090403svn3751
- update to r3751
- patches merged