commit xorg-x11-server for openSUSE:Factory

Hello community, here is the log from the commit of package xorg-x11-server for openSUSE:Factory checked in at Mon Jan 3 10:43:44 CET 2011. -------- --- xorg-x11-server/xorg-x11-server.changes 2010-12-27 23:51:20.000000000 +0100 +++ /mounts/work_src_done/STABLE/xorg-x11-server/xorg-x11-server.changes 2011-01-03 07:38:04.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Jan 3 06:35:03 UTC 2011 - sndirsch@novell.com + +- use-last-screen.patch + * adjusted the patch to no longer segfault the Xserver during + startup immediately when there isn't any screen section + specified at all (bnc #661989) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-server.spec ++++++ --- /var/tmp/diff_new_pack.LFZ2iC/_old 2011-01-03 10:43:22.000000000 +0100 +++ /var/tmp/diff_new_pack.LFZ2iC/_new 2011-01-03 10:43:22.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xorg-x11-server (Version 7.6_1.9.3) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -32,7 +32,7 @@ %endif Url: http://xorg.freedesktop.org/ Version: 7.6_%{dirsuffix} -Release: 1 +Release: 2 License: GPLv2+ ; MIT License (or similar) BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 ++++++ use-last-screen.patch ++++++ --- /var/tmp/diff_new_pack.LFZ2iC/_old 2011-01-03 10:43:22.000000000 +0100 +++ /var/tmp/diff_new_pack.LFZ2iC/_new 2011-01-03 10:43:22.000000000 +0100 @@ -42,7 +42,7 @@ } conf_screen = s; from = X_CMDLINE; -+ } else { ++ } else if (conf_screen) { + /* Use the last Screen in the list */ + s = conf_screen; + while (s->list.next) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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