1
0
OBS User unknown 2008-05-16 13:08:38 +00:00 committed by Git OBS Bridge
parent 1924b9864c
commit 543a7adb7b
3 changed files with 35 additions and 2 deletions

View File

@ -0,0 +1,12 @@
diff -u -r ../xorg-server-1.4.0.90.orig//hw/vnc/sprite.c ./hw/vnc/sprite.c
--- ../xorg-server-1.4.0.90.orig//hw/vnc/sprite.c 2008-05-16 08:53:40.000000000 +0000
+++ ./hw/vnc/sprite.c 2008-05-16 10:10:38.000000000 +0000
@@ -2017,7 +2017,7 @@
{
VNCSCREENPTR(pPict->pDrawable->pScreen);
- if (pPict->pDrawable->type == DRAWABLE_WINDOW)
+ if (pPict->pDrawable && pPict->pDrawable->type == DRAWABLE_WINDOW)
{
WindowPtr pWin = (WindowPtr) (pPict->pDrawable);
rfbSpriteScreenPtr pScreenPriv = (rfbSpriteScreenPtr)

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 16 12:15:57 CEST 2008 - sndirsch@suse.de
- xorg-server-1.4-vnc-render_sig11.diff
* fixed sig11 in RENDER code (bnc #385677)
-------------------------------------------------------------------
Wed May 14 18:19:15 CEST 2008 - sndirsch@suse.de
- disabled patch to disable RENDER support in Xvnc, since it broke
24bit color depth support (bnc #390011)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 5 14:56:01 CEST 2008 - sndirsch@suse.de Mon May 5 14:56:01 CEST 2008 - sndirsch@suse.de

View File

@ -22,7 +22,7 @@ BuildRequires: libjpeg-devel
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0 %define EXPERIMENTAL 0
Version: 7.3 Version: 7.3
Release: 98 Release: 103
License: X11/MIT License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4 Group: System/X11/Servers/XF86_4
@ -115,6 +115,7 @@ Patch107: XAANoOffscreenPixmaps.diff
Patch108: xkb_action.diff Patch108: xkb_action.diff
Patch109: events.diff Patch109: events.diff
Patch110: xorg-server-1.4-vnc-disable_render.diff Patch110: xorg-server-1.4-vnc-disable_render.diff
Patch111: xorg-server-1.4-vnc-render_sig11.diff
%description %description
This package contains the X.Org Server. This package contains the X.Org Server.
@ -218,7 +219,9 @@ popd
%patch40 -p1 %patch40 -p1
%patch43 -p0 %patch43 -p0
%patch102 -p1 %patch102 -p1
%patch110 -p0 ### disabled since it broke 24bit color depth support (Bug #390011)
#%patch110 -p0
%patch111 -p0
chmod 755 hw/vnc/symlink-vnc.sh chmod 755 hw/vnc/symlink-vnc.sh
%endif %endif
%patch41 -p1 %patch41 -p1
@ -565,6 +568,12 @@ exit 0
%endif %endif
%changelog %changelog
* Fri May 16 2008 sndirsch@suse.de
- xorg-server-1.4-vnc-render_sig11.diff
* fixed sig11 in RENDER code (bnc #385677)
* Wed May 14 2008 sndirsch@suse.de
- disabled patch to disable RENDER support in Xvnc, since it broke
24bit color depth support (bnc #390011)
* Mon May 05 2008 sndirsch@suse.de * Mon May 05 2008 sndirsch@suse.de
- xorg-server-1.4-vnc-disable_render.diff - xorg-server-1.4-vnc-disable_render.diff
* disabled RENDER support in Xvnc (bnc #385677) * disabled RENDER support in Xvnc (bnc #385677)