rpms/xorg-x11-drv-nv/devel nv-2.1.6-starvation.patch, 1.1, 1.2 xorg-x11-drv-nv.spec, 1.63, 1.64

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Wed Jan 23 18:27:18 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-nv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23334

Modified Files:
	nv-2.1.6-starvation.patch xorg-x11-drv-nv.spec 
Log Message:
* Wed Jan 23 2008 Adam Jackson <ajax at redhat.com> 2.1.6-7
- nv-2.1.6-starvation.patch: Typo fix.


nv-2.1.6-starvation.patch:

Index: nv-2.1.6-starvation.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nv/devel/nv-2.1.6-starvation.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nv-2.1.6-starvation.patch	22 Jan 2008 21:17:36 -0000	1.1
+++ nv-2.1.6-starvation.patch	23 Jan 2008 18:26:52 -0000	1.2
@@ -6,7 +6,7 @@
  NVValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose, int flags)
  {
 -    NVPtr pNv = NVPTR(xf86Screens[scrnIndex]);
-+    ScrnInfoPtr pScrn = &xf86Screens[scrnIndex];
++    ScrnInfoPtr pScrn = xf86Screens[scrnIndex];
 +    NVPtr pNv = NVPTR(pScrn);
  
      if(pNv->fpWidth && pNv->fpHeight)


Index: xorg-x11-drv-nv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nv/devel/xorg-x11-drv-nv.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- xorg-x11-drv-nv.spec	22 Jan 2008 21:17:36 -0000	1.63
+++ xorg-x11-drv-nv.spec	23 Jan 2008 18:26:52 -0000	1.64
@@ -9,7 +9,7 @@
 Summary:   Xorg X11 nv video driver
 Name:      xorg-x11-drv-nv
 Version:   2.1.6
-Release:   6%{?dist}
+Release:   7%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -103,6 +103,9 @@
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Wed Jan 23 2008 Adam Jackson <ajax at redhat.com> 2.1.6-7
+- nv-2.1.6-starvation.patch: Typo fix.
+
 * Tue Jan 22 2008 Adam Jackson <ajax at redhat.com> 2.1.6-6
 - nv-2.1.6-starvation.patch: Avoid starving nv4-gen chips of memory
   bandwidth on huge modes.  There's surely a better way to do this.




More information about the fedora-extras-commits mailing list