[xorg-x11-drv-tdfx] ABI rebuild

Adam Jackson ajax at fedoraproject.org
Thu Jan 10 04:05:21 UTC 2013


commit c65bd1a9cb2762d6fbd8f7ab25371320162f9f54
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan 9 23:05:18 2013 -0500

    ABI rebuild

 0001-Remove-mibstore.h.patch |   36 ++++++++++++++++++++++++++++++++++++
 xorg-x11-drv-tdfx.spec       |    3 +++
 2 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/0001-Remove-mibstore.h.patch b/0001-Remove-mibstore.h.patch
new file mode 100644
index 0000000..e0d229c
--- /dev/null
+++ b/0001-Remove-mibstore.h.patch
@@ -0,0 +1,36 @@
+From 10498d2730c651eb7a1890eb9e728269732e9dad Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Tue, 25 Sep 2012 08:54:59 -0400
+Subject: [PATCH] Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax at redhat.com>
+---
+ src/tdfx_driver.c | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c
+index ddd5431..412da07 100644
+--- a/src/tdfx_driver.c
++++ b/src/tdfx_driver.c
+@@ -62,10 +62,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+ #include "compiler.h"
+ 
+-/* Drivers using the mi implementation of backing store need: */
+-
+-#include "mibstore.h"
+-
+ /* All drivers using the vgahw module need this */
+ /* This driver needs to be modified to not use vgaHW for multihead operation */
+ #include "vgaHW.h"
+@@ -2373,7 +2369,6 @@ TDFXScreenInit(SCREEN_INIT_ARGS_DECL) {
+     }
+   }
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+   xf86SetSilkenMouse(pScreen);
+ 
+-- 
+1.8.0.2
+
diff --git a/xorg-x11-drv-tdfx.spec b/xorg-x11-drv-tdfx.spec
index 41da47b..0fd694b 100644
--- a/xorg-x11-drv-tdfx.spec
+++ b/xorg-x11-drv-tdfx.spec
@@ -21,6 +21,8 @@ Source2:    commitid
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 %endif
 
+Patch0: 0001-Remove-mibstore.h.patch
+
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
 BuildRequires: autoconf automake libtool
@@ -38,6 +40,7 @@ X.Org X11 tdfx video driver.
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
+%patch0 -p1
 
 %build
 autoreconf -v --install || exit 1


More information about the scm-commits mailing list