From 17e6d9b5409887da88f310527258e478639f4b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 13 Jul 2006 21:20:42 +0000 Subject: [PATCH] =?UTF-8?q?*=20Wed=20Jul=2012=202006=20Kristian=20H=C3=B8g?= =?UTF-8?q?sberg=20=20-=201.1.1-5.fc5.aiglx=20-=20Enable?= =?UTF-8?q?=20composite=20by=20default.=20-=20Split=20spiffiffity=20patch?= =?UTF-8?q?=20into=20one=20patch=20per=20change:=20=20=20xorg-x11-server-1?= =?UTF-8?q?.1.0-no-move-damage.patch=20and=20=20=20xorg-x11-server-1.1.0-d?= =?UTF-8?q?ont-backfill-bg-none.patch.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xorg-x11-server.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index c65a0bc..aeaa35e 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -29,6 +29,7 @@ Patch101: xorg-x11-server-1.1.0-dont-backfill-bg-none.patch Patch102: xorg-x11-server-1.1.0-gl-include-inferiors.patch Patch103: xorg-x11-server-1.1.0-tfp-damage.patch Patch104: xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch +Patch105: xorg-x11-server-1.1.1-enable-composite.patch # Red Hat specific tweaking, not intended for upstream # XXX move these to the end of the list @@ -300,6 +301,7 @@ drivers, input drivers, or other X modules should install this package. %patch102 -p0 -b .gl-include-inferiors %patch103 -p0 -b .tfp-damage %patch104 -p0 -b .mesa-copy-sub-buffer +%patch105 -p0 -b .enable-composite %patch1000 -p0 -b .redhat-die-ugly-pattern-die-die-die %patch1001 -p1 -b .Red-Hat-extramodes @@ -642,6 +644,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Jul 12 2006 Kristian Høgsberg - 1.1.1-5.fc5.aiglx +- Enable composite by default. - Split spiffiffity patch into one patch per change: xorg-x11-server-1.1.0-no-move-damage.patch and xorg-x11-server-1.1.0-dont-backfill-bg-none.patch.