rpms/xorg-x11-drv-savage/devel savage-2.1.2-missing-symbol.patch, NONE, 1.1 xorg-x11-drv-savage.spec, 1.18, 1.19 savage-disable-dri-bug196011.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 26 23:16:25 UTC 2007


Author: ajackson

Update of /cvs/dist/rpms/xorg-x11-drv-savage/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19563

Modified Files:
	xorg-x11-drv-savage.spec 
Added Files:
	savage-2.1.2-missing-symbol.patch 
Removed Files:
	savage-disable-dri-bug196011.patch 
Log Message:
* Mon Feb 26 2007 Adam Jackson <ajax at redhat.com> 2.1.2-3
- Delete a call to a symbol that's never existed.  Wacky.
- Disown the module directory


savage-2.1.2-missing-symbol.patch:
 savage_vbe.c |    9 ---------
 1 files changed, 9 deletions(-)

--- NEW FILE savage-2.1.2-missing-symbol.patch ---
--- xf86-video-savage-2.1.2/src/savage_vbe.c.jx	2006-09-02 13:32:45.000000000 -0400
+++ xf86-video-savage-2.1.2/src/savage_vbe.c	2007-02-26 17:59:52.000000000 -0500
@@ -187,15 +187,6 @@
 	    ErrorF("Set video mode failed\n");
 	}
     }
-#ifdef XFree86LOADER
-    else
-    {
-	if( !vbeModeInit( psav->pVbe, n ) )
-	{
-	    ErrorF("Set video mode failed\n");
-	}
-    }
-#endif
 }
 
 void


Index: xorg-x11-drv-savage.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-savage/devel/xorg-x11-drv-savage.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xorg-x11-drv-savage.spec	16 Feb 2007 21:43:59 -0000	1.18
+++ xorg-x11-drv-savage.spec	26 Feb 2007 23:16:16 -0000	1.19
@@ -7,16 +7,16 @@
 Summary:   Xorg X11 savage video driver
 Name:      xorg-x11-drv-savage
 Version:   2.1.2
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
-License:   MIT/X11
+License: MIT
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Source1:   savage.xinf
 
-Patch0:    savage-disable-dri-bug196011.patch
+Patch1:    savage-2.1.2-missing-symbol.patch
 
 ExcludeArch: s390 s390x
 
@@ -32,7 +32,7 @@
 
 %prep
 %setup -q -n %{tarball}-%{version}
-#%patch0 -p0 -b .savage-disable-dri-bug196011
+%patch1 -p1 -b .missing-symbol
 
 %build
 %configure --disable-static --enable-dri
@@ -55,13 +55,15 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{moduledir}
-%dir %{driverdir}
 %{driverdir}/savage_drv.so
 %{_datadir}/hwdata/videoaliases/savage.xinf
 %{_mandir}/man4/savage.4*
 
 %changelog
+* Mon Feb 26 2007 Adam Jackson <ajax at redhat.com> 2.1.2-3
+- Delete a call to a symbol that's never existed.  Wacky.
+- Disown the module directory
+
 * Fri Feb 16 2007 Adam Jackson <ajax at redhat.com> 2.1.2-2
 - ExclusiveArch -> ExcludeArch
 - Enable DRI on all arches


--- savage-disable-dri-bug196011.patch DELETED ---




More information about the fedora-cvs-commits mailing list