From ed283d451094b22b2e9d3bddfffeb471d13705db Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Apr 08 2009 14:09:45 +0000 Subject: - workaround broken fontpath handling in vncserver script (#494801) --- diff --git a/tigervnc-rh494801.patch b/tigervnc-rh494801.patch new file mode 100644 index 0000000..1afd1e3 --- /dev/null +++ b/tigervnc-rh494801.patch @@ -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.: diff --git a/tigervnc.spec b/tigervnc.spec index 3c9fcb1..0c58365 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -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 0.0.90-0.5.20090403svn3751 +- workaround broken fontpath handling in vncserver script (#494801) + * Fri Apr 03 2009 Adam Tkac 0.0.90-0.4.20090403svn3751 - update to r3751 - patches merged