rpms/vnc/devel vnc-render.patch,1.13,1.14 vnc.spec,1.155,1.156

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 23 15:22:27 UTC 2006


Author: atkac

Update of /cvs/dist/rpms/vnc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30195/vnc/devel

Modified Files:
	vnc-render.patch vnc.spec 
Log Message:
enabled Xvnc's render extensions by default (#192289)
added dependency to xorg-x11-xauth


vnc-render.patch:
 vnc-4_1_1-unixsrc/unix/xc/programs/Xserver/vnc/vncHooks.cc      |   57 ++++++++++
 vnc-4_1_2-unixsrc/unix/xc/programs/Xserver/vnc/Imakefile        |    2 
 vnc-4_1_2-unixsrc/unix/xc/programs/Xserver/vnc/Xvnc/xvnc.cc     |   41 +++++++
 vnc-4_1_2-unixsrc/unix/xc/programs/Xserver/vnc/module/Imakefile |    2 
 4 files changed, 99 insertions(+), 3 deletions(-)

Index: vnc-render.patch
===================================================================
RCS file: /cvs/dist/rpms/vnc/devel/vnc-render.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vnc-render.patch	15 Nov 2006 11:24:16 -0000	1.13
+++ vnc-render.patch	23 Nov 2006 15:22:25 -0000	1.14
@@ -6,7 +6,7 @@
  static char needswap = 0;
  static int lastScreen = -1;
 +#ifdef RENDER
-+static Bool Render = FALSE;
++static Bool Render = TRUE;
 +#endif
  
  static bool displaySpecified = false;


Index: vnc.spec
===================================================================
RCS file: /cvs/dist/rpms/vnc/devel/vnc.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- vnc.spec	15 Nov 2006 18:00:14 -0000	1.155
+++ vnc.spec	23 Nov 2006 15:22:25 -0000	1.156
@@ -82,7 +82,7 @@
 
 %package server
 Summary: A VNC server.
-Requires: bash >= 2.0, /usr/bin/mcookie, xorg-x11-fonts-base
+Requires: bash >= 2.0, /usr/bin/mcookie, xorg-x11-fonts-base, xorg-x11-xauth
 Group: User Interface/X
 Prereq: /sbin/chkconfig /etc/init.d
 
@@ -293,6 +293,10 @@
 %{_libdir}/xorg/modules/extensions/libvnc.so
 
 %changelog
+* Thu Nov 23 2006 Adam Tkac <atkac at redhat.com> 4.1.2-7.fc7
+- Xvnc now starts with render extensions. We need test it. Disable with -render option
+- vncserver requires xorg-x11-xauth
+
 * Tue Nov 14 2006 Adam Tkac <atkac at redhat.com> 4.1.2-6.fc7
 - update to xorg-x11-server to version 1.1.1
 - fixed OpenGL extensions (#213215)




More information about the fedora-cvs-commits mailing list