rpms/xorg-x11-drv-ati/devel radeon-6.9.0-dig1-hdmi.patch, 1.1, 1.2 xorg-x11-drv-ati.spec, 1.139, 1.140

Adam Jackson ajax at fedoraproject.org
Fri Oct 31 19:56:15 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4710

Modified Files:
	radeon-6.9.0-dig1-hdmi.patch xorg-x11-drv-ati.spec 
Log Message:
* Fri Oct 31 2008 Adam Jackson <ajax at redhat.com> 6.9.0-40
- radeon-6.9.0-dig1-hdmi.patch: Fix minor logic error.


radeon-6.9.0-dig1-hdmi.patch:

Index: radeon-6.9.0-dig1-hdmi.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/radeon-6.9.0-dig1-hdmi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radeon-6.9.0-dig1-hdmi.patch	31 Oct 2008 19:49:58 -0000	1.1
+++ radeon-6.9.0-dig1-hdmi.patch	31 Oct 2008 19:55:45 -0000	1.2
@@ -39,7 +39,7 @@
 +
 +    version = edid[1];
 +    offset = edid[2];
-+    if (version < 3 && offset < 4)
++    if (version < 3 || offset < 4)
 +	return ATOM_ENCODER_MODE_DVI;
 +
 +    /* walk the cea data blocks */


Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/xorg-x11-drv-ati.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- xorg-x11-drv-ati.spec	31 Oct 2008 19:49:58 -0000	1.139
+++ xorg-x11-drv-ati.spec	31 Oct 2008 19:55:45 -0000	1.140
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.9.0
-Release:   39%{?dist}
+Release:   40%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -82,6 +82,9 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Fri Oct 31 2008 Adam Jackson <ajax at redhat.com> 6.9.0-40
+- radeon-6.9.0-dig1-hdmi.patch: Fix minor logic error.
+
 * Fri Oct 31 2008 Adam Jackson <ajax at redhat.com> 6.9.0-39
 - radeon-6.9.0-dig1-hdmi.patch: Fix initialization of DVI sinks on HDMI
   connectors for DCE3.




More information about the scm-commits mailing list