rpms/xorg-x11-drv-i810/devel intel-2.4.2-fix-mode-typo.patch, NONE, 1.1 xorg-x11-drv-i810.spec, 1.106, 1.107

Dave Airlie airlied at fedoraproject.org
Tue Sep 9 08:16:20 UTC 2008


Author: airlied

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

Modified Files:
	xorg-x11-drv-i810.spec 
Added Files:
	intel-2.4.2-fix-mode-typo.patch 
Log Message:
* Tue Sep 09 2008 Dave Airlie <airlied at redhat.com> 2.4.2-6
- fix typo in drmmode display.c


intel-2.4.2-fix-mode-typo.patch:

--- NEW FILE intel-2.4.2-fix-mode-typo.patch ---
commit 0105e69edafc7c90de2dbda7c592868c4d570471
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Sep 9 18:08:08 2008 +1000

    intel: fix typo in drmmode dispaly

diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 5154b42..680071a 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -505,7 +505,7 @@ const char *output_names[] = { "None",
 			       "DVI",
 			       "DVI",
 			       "DVI",
-			       "Composite"
+			       "Composite",
 			       "TV",
 			       "LVDS",
 			       "CTV",


Index: xorg-x11-drv-i810.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-i810/devel/xorg-x11-drv-i810.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- xorg-x11-drv-i810.spec	8 Sep 2008 19:41:02 -0000	1.106
+++ xorg-x11-drv-i810.spec	9 Sep 2008 08:15:49 -0000	1.107
@@ -6,7 +6,7 @@
 Summary:   Xorg X11 Intel video driver(s)
 Name:      xorg-x11-drv-i810
 Version:   2.4.2
-Release:   5%{?dist}
+Release:   6%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -27,6 +27,7 @@
 # fd.o bug 17341
 Patch6: i830-render-init-no-map.patch
 Patch7: intel-2.4.2-fb-size.patch
+Patch8: intel-2.4.2-fix-mode-typo.patch
 
 ExclusiveArch: %{ix86} x86_64 ia64
 
@@ -62,6 +63,7 @@
 %patch5 -p1 -b .irqfix
 %patch6 -p1 -b .exafix
 %patch7 -p1 -b .fb-size
+%patch8 -p1 -b .modename
 
 %build
 
@@ -104,6 +106,9 @@
 %{_libdir}/libIntelXvMC.so
 
 %changelog
+* Tue Sep 09 2008 Dave Airlie <airlied at redhat.com> 2.4.2-6
+- fix typo in drmmode display.c
+
 * Mon Sep 08 2008 Adam Jackson <ajax at redhat.com> 2.4.2-5
 - intel-2.4.2-fb-size.patch: Yet more lame heuristics to preallocate a
   usable framebuffer for laptops. (#458864)




More information about the fedora-extras-commits mailing list