Hello community,

here is the log from the commit of package xf86-video-sisusb for 
openSUSE:Factory checked in at 2013-03-22 13:05:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-sisusb (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-sisusb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-sisusb", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-sisusb/xf86-video-sisusb.changes      
2012-12-07 14:52:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-sisusb.new/xf86-video-sisusb.changes 
2013-03-22 13:05:38.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Mar 21 14:49:59 UTC 2013 - [email protected]
+
+- Add mibstore.patch, fixes build with xorg-server 1.14 
+- No longer install this driver by default 
+
+-------------------------------------------------------------------

New:
----
  U_Remove-mibstore.h.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xf86-video-sisusb.spec ++++++
--- /var/tmp/diff_new_pack.Kl9y9t/_old  2013-03-22 13:05:39.000000000 +0100
+++ /var/tmp/diff_new_pack.Kl9y9t/_new  2013-03-22 13:05:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-sisusb
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:          System/X11/Servers/XF86_4
 Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Patch0:         U_Remove-mibstore.h.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -39,7 +40,6 @@
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xorg-server) >= 1.0.99.901
 BuildRequires:  pkgconfig(xproto)
-Supplements:    xorg-x11-server
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:      xorg-x11-driver-video <= 7.6
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++++++ U_Remove-mibstore.h.patch ++++++
>From 293d0902705c272b83432a955fb6a3c96dd6cea7 Mon Sep 17 00:00:00 2001
From: Adam Jackson <[email protected]>
Date: Tue, 25 Sep 2012 08:54:52 -0400
Subject: [PATCH] Remove mibstore.h

Signed-off-by: Adam Jackson <[email protected]>
---
 src/sisusb_driver.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/sisusb_driver.c b/src/sisusb_driver.c
index 539b9f1..0fdc8e9 100644
--- a/src/sisusb_driver.c
+++ b/src/sisusb_driver.c
@@ -39,7 +39,6 @@
 #include "shadowfb.h"
 #include "micmap.h"
 #include "mipointer.h"
-#include "mibstore.h"
 
 #include "sisusb_regs.h"
 #include "sisusb_dac.h"
@@ -1907,7 +1906,6 @@ SISUSBScreenInit(SCREEN_INIT_ARGS_DECL)
     /* Initialize the accelerators */
     SiSUSBAccelInit(pScreen);
 
-    miInitializeBackingStore(pScreen);
     xf86SetBackingStore(pScreen);
 
     /* NO SilkenMouse. Never. Ever. */
-- 
1.7.10.4

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to