From 0066a0f753b5d6c6155652bae7ab7393ed5a7c84 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 25 Aug 2006 21:54:45 +0000 Subject: [PATCH] * Fri Aug 25 2006 Adam Jackson 1.1.1-30.fc6 - xorg-x11-server-1.1.1-pci-paranoia.patch: In xf86MatchPciInstances, fail gracefully if xf86PciVideoInfo is NULL (like, on Xen). --- xorg-x11-server.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index e496cce..1aa3f39 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -8,7 +8,7 @@ Version: 1.1.1 # upgrades to officially released distribution releases, if the package # Version field above is not changing, append and/or bump a digit /after/ # the dist tag. ie: 25%{?dist}.0 -> 25%{?dist}.1 ... -Release: 29%{?dist} +Release: 30%{?dist} URL: http://www.x.org License: MIT/X11 Group: User Interface/X @@ -70,6 +70,7 @@ Patch3012: xorg-x11-server-1.1.1-always-mouse-thyself.patch Patch3013: xorg-x11-server-1.1.1-fix-default-mouse-device-yet-again.patch Patch3014: xorg-x11-server-1.1.1-infer-virtual.patch Patch3015: xorg-x11-server-1.1.1-mode-sort-kung-fu.patch +Patch3016: xorg-x11-server-1.1.1-pci-paranoia.patch %define moduledir %{_libdir}/xorg/modules %define drimoduledir %{_libdir}/dri @@ -376,6 +377,7 @@ drivers, input drivers, or other X modules should install this package. %patch3013 -p1 -b .mouse-device %patch3014 -p1 -b .infer-virtual %patch3015 -p1 -b .sort-modes +%patch3016 -p1 -b .pci-paranoia %build #FONTDIR="${datadir}/X11/fonts" @@ -705,6 +707,10 @@ rm -rf $RPM_BUILD_ROOT # ------------------------------------------------------------------- %changelog +* Fri Aug 25 2006 Adam Jackson 1.1.1-30.fc6 +- xorg-x11-server-1.1.1-pci-paranoia.patch: In xf86MatchPciInstances, fail + gracefully if xf86PciVideoInfo is NULL (like, on Xen). + * Fri Aug 25 2006 Kristian Høgsberg - 1.1.1-29.fc6 - Add xorg-x11-server-1.1.1-aiglx-happy-vt-switch.patch to fix VT switching (and suspend/resume) when using AIGLX. (#199692, fdo #7916).