commit xorg-x11-server-rdp for openSUSE:Factory
Hello community, here is the log from the commit of package xorg-x11-server-rdp for openSUSE:Factory checked in at Fri Feb 6 16:55:30 CET 2009. -------- --- xorg-x11-server-rdp/xorg-x11-server-rdp.changes 2008-09-17 23:20:49.000000000 +0200 +++ xorg-x11-server-rdp/xorg-x11-server-rdp.changes 2009-02-05 23:37:53.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 5 17:19:46 EST 2009 - davidr@novell.com + +- Fix x86-64 brokenness. (bnc#466369) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- xserver-RDP-64bit.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-server-rdp.spec ++++++ --- /var/tmp/diff_new_pack.H17896/_old 2009-02-06 16:53:43.000000000 +0100 +++ /var/tmp/diff_new_pack.H17896/_new 2009-02-06 16:53:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xorg-x11-server-rdp (Version 7.3.99) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ Url: http://xorg.freedesktop.org/ %define EXPERIMENTAL 0 Version: 7.3.99 -Release: 2 +Release: 4 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -93,6 +93,7 @@ Patch111: xorg-server-1.4-vnc-render_sig11.diff Patch112: fix-dpi-values.diff Patch113: xserver-RDP.diff.bz2 +Patch114: xserver-RDP-64bit.diff %description This package contains the RDP server for the X.Org Server. @@ -158,7 +159,7 @@ %patch109 -p1 %patch112 -p0 %patch113 -p1 -#%patch114 -p1 +%patch114 -p1 #%patch115 -p1 #%patch116 -p1 @@ -241,6 +242,8 @@ /usr/bin/X11rdp %changelog +* Thu Feb 05 2009 davidr@novell.com +- Fix x86-64 brokenness. (bnc#466369) * Wed Sep 17 2008 hfiguiere@suse.de - Disable XKB and use builtin fonts - Update xserver-RDP.diff ++++++ xserver-RDP-64bit.diff ++++++ commit d0b4be391d73a1feef14bb2da2d36fc411dfb22e Author: David Reveman <davidr@novell.com> Date: Thu Feb 5 17:08:44 2009 -0500 Include dix-config.h from rdp.h so that _XSERVER64 and other important things are defined properly when building rdp DDX. diff --git a/hw/rdp/rdp.h b/hw/rdp/rdp.h index 21126c7..b4b435c 100644 --- a/hw/rdp/rdp.h +++ b/hw/rdp/rdp.h @@ -19,6 +19,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include <dix-config.h> #include <stdio.h> #include <stdarg.h> #include <stdlib.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de