[xorg-x11-drv-modesetting] Update to 0.9.0 (rhbz#1038171)

Hans de Goede jwrdegoede at fedoraproject.org
Wed Jul 2 14:01:00 UTC 2014


commit ca049fa5908836cf8496239738a7ecab244f18c4
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Jul 2 16:01:08 2014 +0200

    Update to 0.9.0 (rhbz#1038171)

 .gitignore                                         |    1 +
 ...-24bpp-are-too-confusing-shadow-our-way-o.patch |    4 ++--
 sources                                            |    2 +-
 xorg-x11-drv-modesetting.spec                      |    9 ++++++---
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68b8d0b..9917e5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /xf86-video-modesetting-0.6.0.tar.bz2
 /xf86-video-modesetting-0.8.0.tar.bz2
 /xf86-video-modesetting-20140428.tar.bz2
+/xf86-video-modesetting-0.9.0.tar.bz2
diff --git a/0001-modesetting-24bpp-are-too-confusing-shadow-our-way-o.patch b/0001-modesetting-24bpp-are-too-confusing-shadow-our-way-o.patch
index af63e74..ea8b621 100644
--- a/0001-modesetting-24bpp-are-too-confusing-shadow-our-way-o.patch
+++ b/0001-modesetting-24bpp-are-too-confusing-shadow-our-way-o.patch
@@ -129,8 +129,8 @@ index b84624e..c617960 100644
  	FatalError("Couldn't adjust screen pixmap\n");
  
      if (ms->drmmode.shadow_enable) {
--	if (!shadowAdd(pScreen, rootPixmap, shadowUpdatePackedWeak(),
-+	if (!shadowAdd(pScreen, rootPixmap, use_ms_shadow ? ms_shadowUpdate32to24 : shadowUpdatePackedWeak(),
+-	if (!shadowAdd(pScreen, rootPixmap, msUpdatePacked,
++	if (!shadowAdd(pScreen, rootPixmap, use_ms_shadow ? ms_shadowUpdate32to24 : msUpdatePacked,
  		       msShadowWindow, 0, 0))
  	    return FALSE;
      }
diff --git a/sources b/sources
index b2c24eb..01bfe1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-174f3d22d27ba92f454eb8a69623cf5b  xf86-video-modesetting-20140428.tar.bz2
+da588d4f54111c2deae035998058ce10  xf86-video-modesetting-0.9.0.tar.bz2
diff --git a/xorg-x11-drv-modesetting.spec b/xorg-x11-drv-modesetting.spec
index 23b9522..75e11c3 100644
--- a/xorg-x11-drv-modesetting.spec
+++ b/xorg-x11-drv-modesetting.spec
@@ -2,13 +2,13 @@
 %global moduledir %(pkg-config xorg-server --variable=moduledir )
 %global driverdir %{moduledir}/drivers
 
-%global gitdate 20140428
+#global gitdate 20140428
 %global gitversion 509dbe8
 
 Summary:   Xorg X11 modesetting video driver
 Name:      xorg-x11-drv-modesetting
-Version:   0.8.1
-Release:   3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Version:   0.9.0
+Release:   1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 %doc COPYING README
 
 %changelog
+* Wed Jul  2 2014 Hans de Goede <hdegoede at redhat.com> - 0.9.0-1
+- Update to 0.9.0 (rhbz#1038171)
+
 * Mon Jun 16 2014 Hans de Goede <hdegoede at redhat.com> - 0.8.1-3.20140428git509dbe8
 - xserver 1.15.99.903 ABI rebuild
 


More information about the scm-commits mailing list