rpms/tigervnc/devel tigervnc-rh494801.patch, NONE, 1.1 tigervnc.spec, 1.3, 1.4

Adam Tkac atkac at fedoraproject.org
Wed Apr 8 14:10:15 UTC 2009


Author: atkac

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

Modified Files:
	tigervnc.spec 
Added Files:
	tigervnc-rh494801.patch 
Log Message:
- workaround broken fontpath handling in vncserver script (#494801)


tigervnc-rh494801.patch:

--- NEW FILE tigervnc-rh494801.patch ---
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.:


Index: tigervnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tigervnc/devel/tigervnc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tigervnc.spec	7 Apr 2009 19:54:25 -0000	1.3
+++ tigervnc.spec	8 Apr 2009 14:09:45 -0000	1.4
@@ -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 @@
 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 @@
 %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 @@
 %{_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




More information about the fedora-extras-commits mailing list