[xorg-x11-drv-ati/f18] fix issue with damage when using offload or sw cursor

Dave Airlie airlied at fedoraproject.org
Sun Oct 14 23:55:56 UTC 2012


commit 1b61b2e7847bc118f3f9a2e6b2d216ecf5a1d65e
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Oct 15 09:55:07 2012 +1000

    fix issue with damage when using offload or sw cursor

 .gitignore            |    1 +
 sources               |    2 +-
 xorg-x11-drv-ati.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 765a925..d69fc00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ xf86-video-ati-20100705.tar.xz
 /xf86-video-ati-20120629.tar.xz
 /xf86-video-ati-20120816.tar.xz
 /xf86-video-ati-20120910.tar.xz
+/xf86-video-ati-20121015.tar.xz
diff --git a/sources b/sources
index f3dbf2a..267e180 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-885aa07717ecfa95e7465519515842f2  xf86-video-ati-20120910.tar.xz
+b3ae24a70b3e3c2aaa53320ed0891e21  xf86-video-ati-20121015.tar.xz
diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec
index d196973..8d051b7 100644
--- a/xorg-x11-drv-ati.spec
+++ b/xorg-x11-drv-ati.spec
@@ -1,8 +1,8 @@
 %define tarball xf86-video-ati
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
-%define gitdate 20120910
-%define gitversion 7c7f27756
+%define gitdate 20121015
+%define gitversion bd9e2c064
 
 %if 0%{?gitdate}
 %define gver .%{gitdate}git%{gitversion}
@@ -11,7 +11,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   7.0.0
-Release:   0.6%{?gver}%{?dist}
+Release:   0.7%{?gver}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Mon Oct 15 2012 Dave Airlie <airlied at redhat.com> 7.0.0-0.7.20121015gitbd9e2c064
+- fix issue with damage when using offload or sw cursor
+
 * Mon Sep 10 2012 Dave Airlie <airlied at redhat.com> 7.0.0-0.6.20120910git7c7f27756
 - make sure driver loads on outputless GPUs
 


More information about the scm-commits mailing list