rpms/xorg-x11-drv-mach64/devel mach64-6.8.1-defaultdepth.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xorg-x11-drv-mach64.spec, 1.4, 1.5

Adam Jackson ajax at fedoraproject.org
Wed Jul 15 19:37:54 UTC 2009


Author: ajax

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

Modified Files:
	.cvsignore sources xorg-x11-drv-mach64.spec 
Added Files:
	mach64-6.8.1-defaultdepth.patch 
Log Message:
* Wed Jul 15 2009 Adam Jackson <ajax at redhat.com> 6.8.1-1
- mach64 6.8.1
- mach64-6.8.1-defaultdepth.patch: Default to depth 16 (#472687)


mach64-6.8.1-defaultdepth.patch:

--- NEW FILE mach64-6.8.1-defaultdepth.patch ---
diff -up xf86-video-mach64-6.8.0/src/atipreinit.c.jx xf86-video-mach64-6.8.0/src/atipreinit.c
--- xf86-video-mach64-6.8.0/src/atipreinit.c.jx	2008-03-26 02:09:43.000000000 -0400
+++ xf86-video-mach64-6.8.0/src/atipreinit.c	2009-07-15 15:34:10.000000000 -0400
@@ -584,7 +584,7 @@ ATIPreInit
         else
         {
             i = Support24bppFb | Support32bppFb;
-            DefaultDepth = 0;
+            DefaultDepth = 16;
         }
 
         if (!xf86SetDepthBpp(pScreenInfo, DefaultDepth, 0, 0, i))


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-mach64/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Aug 2008 03:04:04 -0000	1.2
+++ .cvsignore	15 Jul 2009 19:37:23 -0000	1.3
@@ -1 +1 @@
-xf86-video-mach64-6.8.0.tar.bz2
+xf86-video-mach64-6.8.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-mach64/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Aug 2008 03:04:04 -0000	1.2
+++ sources	15 Jul 2009 19:37:23 -0000	1.3
@@ -1 +1 @@
-6081b8fa50c689d51f85c2fbaf93867e  xf86-video-mach64-6.8.0.tar.bz2
+0856d9c8435cf4350b68fbd57ca6d4fc  xf86-video-mach64-6.8.1.tar.bz2


Index: xorg-x11-drv-mach64.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-mach64/devel/xorg-x11-drv-mach64.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- xorg-x11-drv-mach64.spec	15 Jul 2009 15:55:15 -0000	1.4
+++ xorg-x11-drv-mach64.spec	15 Jul 2009 19:37:23 -0000	1.5
@@ -2,17 +2,19 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
-Summary:   Xorg X11 mach64 video driver
-Name:      xorg-x11-drv-mach64
-Version:   6.8.0
-Release:   3%{?dist}.1
-URL:       http://www.x.org
-License:   MIT
-Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Summary:    Xorg X11 mach64 video driver
+Name:	    xorg-x11-drv-mach64
+Version:    6.8.1
+Release:    1%{?dist}
+URL:	    http://www.x.org
+License:    MIT
+Group:	    User Interface/X Hardware Support
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:   http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
-Source1:   mach64.xinf
+Source0:    http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Source1:    mach64.xinf
+
+Patch0:	    mach64-6.8.1-defaultdepth.patch
 
 ExcludeArch: s390 s390x
 
@@ -30,6 +32,7 @@ X.Org X11 mach64 video driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1 -b .defaultdepth
 
 %build
 # aclocal ; automake -a ; autoconf
@@ -57,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 #{_mandir}/man4/mach64.4*
 
 %changelog
+* Wed Jul 15 2009 Adam Jackson <ajax at redhat.com> 6.8.1-1
+- mach64 6.8.1
+- mach64-6.8.1-defaultdepth.patch: Default to depth 16 (#472687)
+
 * Wed Jul 15 2009 Adam Jackson <ajax at redhat.com> - 6.8.0-3.1
 - ABI bump
 




More information about the fedora-extras-commits mailing list