rpms/xorg-x11-drv-vesa/F-10 vesa-2.2.0-panelid.patch, NONE, 1.1 sources, 1.13, 1.14 xorg-x11-drv-vesa.spec, 1.33, 1.34

Adam Jackson ajax at fedoraproject.org
Thu Mar 19 21:48:38 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-vesa/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18277

Modified Files:
	sources xorg-x11-drv-vesa.spec 
Added Files:
	vesa-2.2.0-panelid.patch 
Log Message:
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild


vesa-2.2.0-panelid.patch:

--- NEW FILE vesa-2.2.0-panelid.patch ---
diff -up xf86-video-vesa-2.2.0/src/vesa.c.jx xf86-video-vesa-2.2.0/src/vesa.c
--- xf86-video-vesa-2.2.0/src/vesa.c.jx	2009-02-05 16:15:07.000000000 -0500
+++ xf86-video-vesa-2.2.0/src/vesa.c	2009-02-20 17:39:49.000000000 -0500
@@ -671,6 +671,11 @@ VESAPreInit(ScrnInfoPtr pScrn, int flags
 
     if ((pScrn->monitor->DDC = pVesa->monitor) != NULL)
 	xf86SetDDCproperties(pScrn, pVesa->monitor);
+    else {
+        void *panelid = VBEReadPanelID(pVesa->pVbe);
+        VBEInterpretPanelID(pScrn->scrnIndex, panelid);
+        xfree(panelid);
+    }
 
     xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, DEBUG_VERB,
 			"Searching for matching VESA mode(s):\n");


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vesa/F-10/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	7 Jul 2008 15:06:43 -0000	1.13
+++ sources	19 Mar 2009 21:48:08 -0000	1.14
@@ -1 +1 @@
-433cf6f961eb4a2ab6fcb086def0b2b4  xf86-video-vesa-2.0.0.tar.bz2
+9a86b683f73f3806f55d05cd804a6f4a  xf86-video-vesa-2.2.0.tar.bz2


Index: xorg-x11-drv-vesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-vesa/F-10/xorg-x11-drv-vesa.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- xorg-x11-drv-vesa.spec	7 Jul 2008 15:06:43 -0000	1.33
+++ xorg-x11-drv-vesa.spec	19 Mar 2009 21:48:08 -0000	1.34
@@ -4,14 +4,16 @@
 
 Summary:   Xorg X11 vesa video driver
 Name:      xorg-x11-drv-vesa
-Version:   2.0.0
-Release:   1%{?dist}
+Version:   2.2.0
+Release:   3%{?dist}
 URL:       http://www.x.org
 Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
 License: MIT
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0: vesa-2.2.0-panelid.patch
+
 ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.4.99.1-0.15
@@ -24,6 +26,7 @@
 
 %prep
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1 -b .panelid
 
 %build
 #autoreconf -v --install || exit 1
@@ -48,6 +51,21 @@
 %{_mandir}/man4/vesa.4*
 
 %changelog
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Feb 20 2009 Adam Jackson <ajax at redhat.com> 2.2.0-2
+- Check VBE PanelID if DDC fails.
+
+* Tue Feb 17 2009 Adam Jackson <ajax at redhat.com> 2.2.0-1
+- vesa 2.2.0
+
+* Mon Dec 22 2008 Dave Airlie <airlied at redhat.com> 2.1.0-1
+- Update to new upstream release
+
+* Mon Dec 22 2008 Dave Airlie <airlied at redhat.com> 2.0.0-2
+- bump for new server API
+
 * Tue Jul 01 2008 Adam Jackson <ajax at redhat.com> 2.0.0-1
 - vesa 2.0.0
 




More information about the fedora-extras-commits mailing list