[xorg-x11-drv-ivtv] ABI rebuild

Adam Jackson ajax at fedoraproject.org
Thu Jan 10 15:30:49 UTC 2013


commit f6e021ddb2838c3a6d25ef76fabc6278dd8b803d
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jan 10 10:30:32 2013 -0500

    ABI rebuild

 ivtv-1.1.2-mibstore.patch |   19 +++++++++++++++++++
 xorg-x11-drv-ivtv.spec    |    2 ++
 2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/ivtv-1.1.2-mibstore.patch b/ivtv-1.1.2-mibstore.patch
new file mode 100644
index 0000000..c161b05
--- /dev/null
+++ b/ivtv-1.1.2-mibstore.patch
@@ -0,0 +1,19 @@
+diff -up xf86-video-ivtv-1.1.2/src/ivtv.c.jx xf86-video-ivtv-1.1.2/src/ivtv.c
+--- xf86-video-ivtv-1.1.2/src/ivtv.c.jx	2013-01-10 10:29:19.000000000 -0500
++++ xf86-video-ivtv-1.1.2/src/ivtv.c	2013-01-10 10:29:35.528614977 -0500
+@@ -40,7 +40,6 @@ in this Software without prior written a
+ #include "xf86_OSproc.h"
+ 
+ #include "mipointer.h"
+-#include "mibstore.h"
+ #include "micmap.h"
+ #include "colormapst.h"
+ #include "xf86cmap.h"
+@@ -695,7 +694,6 @@ IVTVDevScreenInit(SCREEN_INIT_ARGS_DECL)
+ 	    "Rotation might be broken in 24 bpp\n");
+ 
+     xf86SetBlackWhitePixels(pScreen);
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+ 
+     /* software cursor */
diff --git a/xorg-x11-drv-ivtv.spec b/xorg-x11-drv-ivtv.spec
index c5b3d92..2e98374 100644
--- a/xorg-x11-drv-ivtv.spec
+++ b/xorg-x11-drv-ivtv.spec
@@ -11,6 +11,7 @@ URL:            http://ivtvdriver.org
 Source0:        http://dl.ivtvdriver.org/xf86-video-ivtv/archive/1.1.x/xf86-video-ivtv-%{ivtv_version}.tar.gz
 Source1:        ivtv-compat-api.h
 Patch0:         xf86-video-ivtv-1.1.2-svn20120804.patch
+Patch1:		ivtv-1.1.2-mibstore.patch
 
 ExcludeArch: s390 s390x
 
@@ -27,6 +28,7 @@ X.Org X11 ivtv video driver.
 %prep
 %setup -q -n xf86-video-ivtv-%{ivtv_version}
 %patch0 -p1
+%patch1 -p1
 
 install -pm 0644 %{SOURCE1} src/compat-api.h
 


More information about the scm-commits mailing list