[xorg-x11-drv-sisusb] ABI rebuild

Adam Jackson ajax at fedoraproject.org
Thu Jan 10 04:03:58 UTC 2013


commit 466afd26a56f2d7c80c51a59fef4fa65a3c03e36
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan 9 23:03:56 2013 -0500

    ABI rebuild

 0001-Remove-mibstore.h.patch |   33 +++++++++++++++++++++++++++++++++
 xorg-x11-drv-sisusb.spec     |    2 ++
 2 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/0001-Remove-mibstore.h.patch b/0001-Remove-mibstore.h.patch
new file mode 100644
index 0000000..bf1e4b7
--- /dev/null
+++ b/0001-Remove-mibstore.h.patch
@@ -0,0 +1,33 @@
+From 293d0902705c272b83432a955fb6a3c96dd6cea7 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Tue, 25 Sep 2012 08:54:52 -0400
+Subject: [PATCH] Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax at redhat.com>
+---
+ src/sisusb_driver.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/sisusb_driver.c b/src/sisusb_driver.c
+index 539b9f1..0fdc8e9 100644
+--- a/src/sisusb_driver.c
++++ b/src/sisusb_driver.c
+@@ -39,7 +39,6 @@
+ #include "shadowfb.h"
+ #include "micmap.h"
+ #include "mipointer.h"
+-#include "mibstore.h"
+ 
+ #include "sisusb_regs.h"
+ #include "sisusb_dac.h"
+@@ -1907,7 +1906,6 @@ SISUSBScreenInit(SCREEN_INIT_ARGS_DECL)
+     /* Initialize the accelerators */
+     SiSUSBAccelInit(pScreen);
+ 
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+ 
+     /* NO SilkenMouse. Never. Ever. */
+-- 
+1.8.0.2
+
diff --git a/xorg-x11-drv-sisusb.spec b/xorg-x11-drv-sisusb.spec
index a2bc113..3f2968a 100644
--- a/xorg-x11-drv-sisusb.spec
+++ b/xorg-x11-drv-sisusb.spec
@@ -11,6 +11,7 @@ License:    MIT
 Group:	    User Interface/X Hardware Support
 
 Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Patch0: 0001-Remove-mibstore.h.patch 
 
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
@@ -24,6 +25,7 @@ X.Org X11 sisusb video driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static


More information about the scm-commits mailing list