[xorg-x11-drv-glint] ABI rebuild

Adam Jackson ajax at fedoraproject.org
Thu Jan 10 03:19:43 UTC 2013


commit 8032a0c135c0eaf590c006a9a1a0ce468890b05b
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan 9 22:19:39 2013 -0500

    ABI rebuild

 0001-Remove-mibstore.h.patch |   34 ++++++++++++++++++++++++++++++++++
 xorg-x11-drv-glint.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..157b9a6
--- /dev/null
+++ b/0001-Remove-mibstore.h.patch
@@ -0,0 +1,34 @@
+From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Tue, 25 Sep 2012 08:54:38 -0400
+Subject: [PATCH] Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax at redhat.com>
+---
+ src/glint_driver.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index b6d20a9..aa78516 100644
+--- a/src/glint_driver.c
++++ b/src/glint_driver.c
+@@ -52,8 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ 
+-#include "mibstore.h"
+-
+ #include "pm3_regs.h"
+ #include "glint_regs.h"
+ #include "IBM.h"
+@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
+         }
+     }
+ 
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+     xf86SetSilkenMouse(pScreen);
+ 
+-- 
+1.8.0.2
+
diff --git a/xorg-x11-drv-glint.spec b/xorg-x11-drv-glint.spec
index 366e8cc..f58f913 100644
--- a/xorg-x11-drv-glint.spec
+++ b/xorg-x11-drv-glint.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 glint video driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static --disable-dri


More information about the scm-commits mailing list