rpms/gtk-vnc/devel gtk-vnc-0.3.4-render.patch, 1.1, 1.2 gtk-vnc.spec, 1.14, 1.15

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Fri Apr 4 14:02:06 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/gtk-vnc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7312

Modified Files:
	gtk-vnc-0.3.4-render.patch gtk-vnc.spec 
Log Message:
Remove bogus chunk of patch

gtk-vnc-0.3.4-render.patch:

Index: gtk-vnc-0.3.4-render.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-vnc/devel/gtk-vnc-0.3.4-render.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk-vnc-0.3.4-render.patch	3 Apr 2008 19:30:59 -0000	1.1
+++ gtk-vnc-0.3.4-render.patch	4 Apr 2008 14:01:51 -0000	1.2
@@ -1,15 +1,6 @@
 diff -r 6f18ca44fbe3 src/vncdisplay.c
 --- a/src/vncdisplay.c	Thu Apr 03 12:57:25 2008 -0300
 +++ b/src/vncdisplay.c	Thu Apr 03 14:23:16 2008 -0400
-@@ -325,7 +325,7 @@
- 		glPixelStorei(GL_UNPACK_ROW_LENGTH, priv->fb.width);
- 		glTexSubImage2D(GL_TEXTURE_2D, 0,
- 				x, y, w, h,
--				GL_BGRA_EXT /* GL_RGB */,
-+				GL_RGBA,
- 				GL_UNSIGNED_BYTE,
- 				priv->gl_tex_data +
- 				y * 4 * priv->fb.width +
 @@ -340,7 +340,7 @@
  		glTexCoord2f(0,0);  glVertex3f(wx, wy+wh, 0);
  		glTexCoord2f(rx,0);  glVertex3f(wx+ww, wy+wh, 0);


Index: gtk-vnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-vnc/devel/gtk-vnc.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gtk-vnc.spec	3 Apr 2008 19:30:59 -0000	1.14
+++ gtk-vnc.spec	4 Apr 2008 14:01:51 -0000	1.15
@@ -7,7 +7,7 @@
 Summary: A GTK widget for VNC clients
 Name: gtk-vnc
 Version: 0.3.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -130,6 +130,9 @@
 %endif
 
 %changelog
+* Fri Apr  4 2008 Daniel P. Berrange <berrange at redhat.com> - 0.3.4-4.fc9
+- Remove bogus chunk of render patch
+
 * Thu Apr  3 2008 Daniel P. Berrange <berrange at redhat.com> - 0.3.4-3.fc9
 - Fix OpenGL rendering artifacts (rhbz #440184)
 




More information about the fedora-extras-commits mailing list