Mailinglist Archive: opensuse-commit (832 mails)

< Previous Next >
commit xorg-x11-server for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 18 Feb 2010 16:56:45 +0100
  • Message-id: <20100218155645.593B8202AC@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory
checked in at Thu Feb 18 16:56:45 CET 2010.



--------
--- xorg-x11-server/xorg-x11-server.changes 2010-01-16 19:05:21.000000000
+0100
+++ /mounts/work_src_done/STABLE/xorg-x11-server/xorg-x11-server.changes
2010-02-12 18:21:18.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Feb 12 17:18:54 UTC 2010 - lchiquitto@xxxxxxxxxx
+
+- 0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch
+ * The event is swapped in randr.c/SRROutputPropertyNotifyEvent,
+ so it should not be swapped again here.
+ (bnc #573446, bfo #26511)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.xto3NG/_old 2010-02-18 16:54:27.000000000 +0100
+++ /var/tmp/diff_new_pack.xto3NG/_new 2010-02-18 16:54:27.000000000 +0100
@@ -33,7 +33,7 @@
Url: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0
Version: 7.4
-Release: 65
+Release: 66
License: GPLv2+ ; MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@@ -130,6 +130,7 @@
Patch202: 0001-Check-harder-for-primary-PCI-device.patch
Patch203: 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
Patch204: missing_font_paths.diff
+Patch205: 0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch

%description
This package contains the X.Org Server.
@@ -262,6 +263,7 @@
%patch202 -p1
%patch203 -p1
%patch204 -p0
+%patch205 -p1

%build
pushd xorg-docs-*

++++++ 0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch ++++++
From 8ab141e7080d9955e01b5b442db2a65e4f0d004b Mon Sep 17 00:00:00 2001
From: Peter Harris <pharris@xxxxxxxxxxxx>
Date: Fri, 12 Feb 2010 09:52:37 -0500
Subject: [PATCH] Don't double-swap the RandR PropertyNotify event

The event is already swapped in randr.c/SRROutputPropertyNotifyEvent, so
it should not be swapped here.

X.Org Bugzilla #26511: http://bugs.freedesktop.org/show_bug.cgi?id=26511

Signed-off-by: Peter Harris <pharris@xxxxxxxxxxxx>
---
randr/rrproperty.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)

Index: xorg-server-1.7.4/randr/rrproperty.c
===================================================================
--- xorg-server-1.7.4.orig/randr/rrproperty.c
+++ xorg-server-1.7.4/randr/rrproperty.c
@@ -47,11 +47,6 @@ DeliverPropertyEvent(WindowPtr pWin, voi

event->sequenceNumber = client->sequence;
event->window = pRREvent->window->drawable.id;
- if (client->swapped) {
- int n;
- swaps(&event->sequenceNumber, n);
- swapl(&event->window, n);
- }
WriteEventsToClient(pRREvent->client, 1, (xEvent *)event);
}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread