[xorg-x11-drv-i128] ABI rebuild

Adam Jackson ajax at fedoraproject.org
Thu Jan 10 03:21:09 UTC 2013


commit 0cc445e615d15873cd00705cabd874a7e6e57ddd
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan 9 22:21:02 2013 -0500

    ABI rebuild

 0001-Remove-mibstore.h.patch |   34 ++++++++++++++++++++++++++++++++++
 xorg-x11-drv-i128.spec       |    2 ++
 2 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/0001-Remove-mibstore.h.patch b/0001-Remove-mibstore.h.patch
new file mode 100644
index 0000000..9408fda
--- /dev/null
+++ b/0001-Remove-mibstore.h.patch
@@ -0,0 +1,34 @@
+From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Tue, 25 Sep 2012 08:54:40 -0400
+Subject: [PATCH] Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax at redhat.com>
+---
+ src/i128_driver.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
++++ b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+         return FALSE;
+     }
+     
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+     xf86SetSilkenMouse(pScreen);
+ 
+-- 
+1.8.0.2
+
diff --git a/xorg-x11-drv-i128.spec b/xorg-x11-drv-i128.spec
index 4b4c0e5..3c08888 100644
--- a/xorg-x11-drv-i128.spec
+++ b/xorg-x11-drv-i128.spec
@@ -13,6 +13,7 @@ Group:     User Interface/X Hardware Support
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 
 Patch0:	    i128-1.2.0-1600sw-range-hack.patch
+Patch1:	    0001-Remove-mibstore.h.patch
 
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
@@ -28,6 +29,7 @@ X.Org X11 i128 video driver.
 %setup -q -n %{tarball}-%{version}
 
 %patch0 -p1 -b .1600sw-hack
+%patch1 -p1 -b .mibstore
 
 %build
 %configure --disable-static


More information about the scm-commits mailing list