[xorg-x11-drv-fbdev] ABI rebuild

Adam Jackson ajax at fedoraproject.org
Thu Jan 10 03:13:44 UTC 2013


commit d655876378fbec52212048f369d0432988e31a9d
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan 9 22:13:37 2013 -0500

    ABI rebuild

 0001-Remove-mibstore.h.patch |   33 +++++++++++++++++++++++++++++++++
 xorg-x11-drv-fbdev.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..ea7d00b
--- /dev/null
+++ b/0001-Remove-mibstore.h.patch
@@ -0,0 +1,33 @@
+From ac293412a01d87f87eb61f4adb9db7486a75d3fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Tue, 25 Sep 2012 08:54:37 -0400
+Subject: [PATCH] Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax at redhat.com>
+---
+ src/fbdev.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/fbdev.c b/src/fbdev.c
+index cd7ebc5..f5a7378 100644
+--- a/src/fbdev.c
++++ b/src/fbdev.c
+@@ -14,7 +14,6 @@
+ #include "xf86_OSproc.h"
+ 
+ #include "mipointer.h"
+-#include "mibstore.h"
+ #include "micmap.h"
+ #include "colormapst.h"
+ #include "xf86cmap.h"
+@@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
+ 	}
+ 
+ 	xf86SetBlackWhitePixels(pScreen);
+-	miInitializeBackingStore(pScreen);
+ 	xf86SetBackingStore(pScreen);
+ 
+ 	/* software cursor */
+-- 
+1.8.0.2
+
diff --git a/xorg-x11-drv-fbdev.spec b/xorg-x11-drv-fbdev.spec
index fa2f8fa..856f1bf 100644
--- a/xorg-x11-drv-fbdev.spec
+++ b/xorg-x11-drv-fbdev.spec
@@ -14,6 +14,7 @@ Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
+Patch0: 0001-Remove-mibstore.h.patch
 Patch2: BGNoneRoot.patch
 
 BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
@@ -26,6 +27,7 @@ X.Org X11 fbdev video driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1
 %patch2 -p1
 
 %build


More information about the scm-commits mailing list