Hello community,
here is the log from the commit of package xorg-x11-driver-video-intel-legacy
for openSUSE:Factory checked in at 2012-05-14 16:23:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video-intel-legacy (Old)
and /work/SRC/openSUSE:Factory/.xorg-x11-driver-video-intel-legacy.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-driver-video-intel-legacy", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/xorg-x11-driver-video-intel-legacy/xorg-x11-driver-video-intel-legacy.changes
2012-04-12 09:57:40.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video-intel-legacy.new/xorg-x11-driver-video-intel-legacy.changes
2012-05-14 16:23:27.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 11 07:12:54 UTC 2012 - [email protected]
+
+- n_xf86-video-intel_PIOOffset-removed-from-_vgaHWRec-struct.patch
+ * PIOOffset removed from _vgaHWRec structure in latest Xserver ABI
+
+-------------------------------------------------------------------
New:
----
n_xf86-video-intel_PIOOffset-removed-from-_vgaHWRec-struct.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-driver-video-intel-legacy.spec ++++++
--- /var/tmp/diff_new_pack.FkvyIE/_old 2012-05-14 16:23:28.000000000 +0200
+++ /var/tmp/diff_new_pack.FkvyIE/_new 2012-05-14 16:23:28.000000000 +0200
@@ -15,6 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
+
+
Name: xorg-x11-driver-video-intel-legacy
BuildRequires: libtool
BuildRequires: xorg-x11-sdk
@@ -42,6 +45,7 @@
Patch8: xorg-server-1.9.diff
Patch100: xf86-video-intel-2.9.1-legacy.patch
Patch101: n_xf86-video-intel-2.9.1_fix-compilation-on-xserver-1.10.patch
+Patch102:
n_xf86-video-intel_PIOOffset-removed-from-_vgaHWRec-struct.patch
ExcludeArch: ppc ppc64
@@ -62,6 +66,7 @@
%patch8 -p1
%patch100 -p1
%patch101 -p1
+%patch102 -p1
%build
autoreconf -fi
++++++ n_xf86-video-intel_PIOOffset-removed-from-_vgaHWRec-struct.patch ++++++
diff -u -p -r xf86-video-intel-2.9.1.old/src/i810_driver.c
xf86-video-intel-2.9.1/src/i810_driver.c
--- xf86-video-intel-2.9.1.old/src/i810_driver.c 2012-05-11
06:55:16.000000000 +0000
+++ xf86-video-intel-2.9.1/src/i810_driver.c 2012-05-11 06:57:18.000000000
+0000
Author: Stefan Dirsch <[email protected]>
Subject: PIOOffset removed from _vgaHWRec structure in latest Xserver ABI
Cannot be upstreamed since version 2.9.1, the latest version withouth need
for KMS, is no longer maintained upstream.
@@ -567,7 +567,6 @@ I810PreInit(ScrnInfoPtr pScrn, int flags
if (!vgaHWGetHWRec(pScrn))
return FALSE;
hwp = VGAHWPTR(pScrn);
- pI810->ioBase = hwp->PIOOffset;
pI810->PciInfo = xf86GetPciInfoForEntity(pI810->pEnt->index);
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]