1
0

Accepting request 51951 from X11:XOrg

Accepted submit request 51951 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/51951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=181
This commit is contained in:
Ruediger Oertel 2010-11-02 12:04:38 +00:00 committed by Git OBS Bridge
commit 5da5ce5628
5 changed files with 26 additions and 6 deletions

View File

@ -50,11 +50,12 @@ diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index c9b261d..b979884 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -765,7 +765,6 @@ typedef struct _ScrnInfoRec {
@@ -765,7 +765,7 @@ typedef struct _ScrnInfoRec {
/* Allow screens to be enabled/disabled individually */
Bool vtSema;
- DevUnion pixmapPrivate; /* saved devPrivate from pixmap */
+ DevUnion pixmapPrivate; /* XXX obsoleted; just for ABI compatibility */
/* hw cursor moves at SIGIO time */
Bool silkenMouse;

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33e7624a52a21762c9dfdabde7b7bd1221c5298fd1b429f7c6b683145710114e
size 5219517

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b30800004c98fc7a8e6ff31a339f28451be5132e774443be22bf226e1791e34
size 5274463

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Nov 1 23:47:32 UTC 2010 - sndirsch@novell.com
- xorg-server 1.9.2
* This is a brown-bag release to address an issue with the
xorg-server-1.9.1 tarball. The version of util-macros used to
build the 1.9.1 tarball was modified and could cause problems
due to the absence of the -fno-strict-aliasing CFLAG. This
tarball was packaged using the unmodified util-macros.
This additionally contains a fix for a regression in XQuartz
found by Christof Wolf.
-------------------------------------------------------------------
Mon Oct 25 12:16:17 UTC 2010 - sndirsch@novell.com
- commit-5c6a2f9.diff
* retain obsolete pixmapPrivate, just for ABI compatibility
* reenable patch
-------------------------------------------------------------------
Sun Oct 24 09:53:06 UTC 2010 - sndirsch@novell.com

View File

@ -20,7 +20,7 @@
%define moblin 0
Name: xorg-x11-server
%define dirsuffix 1.9.1
%define dirsuffix 1.9.2
%define vnc 0
BuildRequires: Mesa-devel bison flex fontconfig-devel freetype2-devel ghostscript-library libdrm-devel libopenssl-devel pkgconfig xorg-x11 xorg-x11-devel xorg-x11-fonts-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
### udev support (broken on openSUSE 11.2, see also bnc #589997)
@ -241,7 +241,7 @@ popd
%patch217 -p1
%patch218 -p1
%patch220 -p1
#%patch221 -p1
%patch221 -p1
%if %moblin
%patch300 -p1
%endif