From ea88315a1a30a913cb6cb90694446d8b7c2fca7d Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 22 Aug 2006 18:27:22 +0000 Subject: [PATCH] * Tue Aug 22 2006 Adam Jackson - 1.1.1-27.fc6 - xorg-x11-server-1.1.1-edid-quirks-list.patch: Don't set an arbitrary pixclock limit if the monitor didn't claim to have one. --- xorg-x11-server.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index ba5d0f8..0f82750 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: 26%{?dist} +Release: 27%{?dist} URL: http://www.x.org License: MIT/X11 Group: User Interface/X @@ -701,6 +701,10 @@ rm -rf $RPM_BUILD_ROOT # ------------------------------------------------------------------- %changelog +* Tue Aug 22 2006 Adam Jackson - 1.1.1-27.fc6 +- xorg-x11-server-1.1.1-edid-quirks-list.patch: Don't set an arbitrary + pixclock limit if the monitor didn't claim to have one. + * Mon Aug 21 2006 Kristian Høgsberg - 1.1.1-26.fc6 - Add Tilman Sauerbecks patch to fix AIGLX DRI locking.