rpms/vnc/FC-5 vnc-opengl.patch,NONE,1.1 vnc.spec,1.134,1.135

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 26 10:11:06 UTC 2006


Author: jkudrnac

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

Modified Files:
	vnc.spec 
Added Files:
	vnc-opengl.patch 
Log Message:
* Fri May 26 2006 Jitka Kudrnacova <jkudrnac at redhat.com> 4.1.1-39.fc5
- enable OpenGL by default


vnc-opengl.patch:
 vnc.def.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE vnc-opengl.patch ---
--- vnc-4_1_2-unixsrc/unix/xc/config/cf/vnc.def.in.opengl	2006-05-24 16:39:55.000000000 +0200
+++ vnc-4_1_2-unixsrc/unix/xc/config/cf/vnc.def.in	2006-05-24 16:40:18.000000000 +0200
@@ -5,7 +5,7 @@
 #define BuildPexExt NO
 #define BuildNls NO
 #define BuildXIE NO
-#define BuildGlxExt NO
+#define BuildGlxExt YES
 #define XnestServer YES
 #define XF86Server NO
 #define XprtServer NO


Index: vnc.spec
===================================================================
RCS file: /cvs/dist/rpms/vnc/FC-5/vnc.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- vnc.spec	17 May 2006 14:44:29 -0000	1.134
+++ vnc.spec	26 May 2006 10:11:03 -0000	1.135
@@ -5,7 +5,7 @@
 Summary:   A remote display system.
 Name:      vnc
 Version:   4.1.1
-Release:   38.fc5
+Release:   39.fc5
 URL:       http://www.realvnc.com
 Source0:   http://www.realvnc.com/dist/vnc-%{vnc_version}-unixsrc.tar.gz
 Source1:   http://www.realvnc.com/dist/vnc-%{java_vnc_version}-javasrc.tar.gz
@@ -35,6 +35,7 @@
 Patch17:   vnc-select.patch
 Patch18:   vnc-null-interface.patch
 Patch19:   vnc-authentication.patch
+Patch20:   vnc-opengl.patch
 License:   GPL
 Group:     User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -99,6 +100,7 @@
 %patch17 -p1 -b .select
 %patch18 -p1 -b .null-interfacei
 %patch19 -p1 -b .authentication
+%patch20 -p1 -b .opengl
 
 cp -a unix/xc/programs/Xserver/vnc/Xvnc/xvnc.cc \
 	unix/xc/programs/Xserver/Xvnc.man \
@@ -260,6 +262,9 @@
 %{_libdir}/xorg/modules/extensions/libvnc.so
 
 %changelog
+* Fri May 26 2006 Jitka Kudrnacova <jkudrnac at redhat.com> 4.1.1-39.fc5
+- enable OpenGL by default
+
 * Wed May 17 2006 Jitka Kudrnacova <jkudrnac at redhat.com> 4.1.1-38.fc5
 - really fixed authentication
 




More information about the fedora-cvs-commits mailing list