[xorg-x11-drv-cirrus] ABI rebuild

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


commit 67d40d125fef79617a4c47117f0842920ae6f930
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan 9 22:09:09 2013 -0500

    ABI rebuild

 0001-Remove-mibstore.h.patch |   60 ++++++++++++++++++++++++++++++++++++++++++
 xorg-x11-drv-cirrus.spec     |    2 +
 2 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/0001-Remove-mibstore.h.patch b/0001-Remove-mibstore.h.patch
new file mode 100644
index 0000000..3ca2f08
--- /dev/null
+++ b/0001-Remove-mibstore.h.patch
@@ -0,0 +1,60 @@
+From 5fcb3b018797457c3099a86c6c1257b6e4e89ceb Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Tue, 25 Sep 2012 08:54:36 -0400
+Subject: [PATCH] Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax at redhat.com>
+---
+ src/alp_driver.c | 5 -----
+ src/lg_driver.c  | 5 -----
+ 2 files changed, 10 deletions(-)
+
+diff --git a/src/alp_driver.c b/src/alp_driver.c
+index e38c613..36f2039 100644
+--- a/src/alp_driver.c
++++ b/src/alp_driver.c
+@@ -39,9 +39,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"
+ 
+ /* Needed by the Shadow Framebuffer */
+@@ -1617,8 +1614,6 @@ AlpScreenInit(SCREEN_INIT_ARGS_DECL)
+ 	if (init_picture)
+ 		fbPictureInit (pScreen, 0, 0);
+     
+-	miInitializeBackingStore(pScreen);
+-
+ 	/*
+ 	 * Set initial black & white colourmap indices.
+ 	 */
+diff --git a/src/lg_driver.c b/src/lg_driver.c
+index 13f222d..c20bbd0 100644
+--- a/src/lg_driver.c
++++ b/src/lg_driver.c
+@@ -46,9 +46,6 @@
+ /* need this for inputInfo */
+ #include "inputstr.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "micmap.h"
+ 
+ /* Needed by the Shadow Framebuffer */
+@@ -1373,8 +1370,6 @@ LgScreenInit(SCREEN_INIT_ARGS_DECL)
+ 
+ 	fbPictureInit(pScreen, 0, 0);
+ 
+-	miInitializeBackingStore(pScreen);
+-
+ 	/*
+ 	 * Set initial black & white colourmap indices.
+ 	 */
+-- 
+1.8.0.2
+
diff --git a/xorg-x11-drv-cirrus.spec b/xorg-x11-drv-cirrus.spec
index a8bf898..4ac3c5b 100644
--- a/xorg-x11-drv-cirrus.spec
+++ b/xorg-x11-drv-cirrus.spec
@@ -17,6 +17,7 @@ Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Patch0:	    cirrus-1.2.0-qemu.patch
 Patch3:	    cirrus-1.3.2-virt-16bpp.patch
 Patch4:     cirrus-1.5.1-fix-slot-claim.patch
+Patch5:	    0001-Remove-mibstore.h.patch
 
 BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
 BuildRequires: xorg-x11-util-macros >= 1.1.5
@@ -32,6 +33,7 @@ X.Org X11 cirrus video driver.
 %patch0 -p1 -b .qemu
 %patch3 -p1 -b .16bpp
 %patch4 -p1 -b .slot
+%patch5 -p1 -b .mibstore
 
 %build
 %configure --disable-static


More information about the scm-commits mailing list