Hello community,
here is the log from the commit of package xf86-video-siliconmotion for
openSUSE:Factory checked in at 2013-03-22 13:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-siliconmotion (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-siliconmotion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-siliconmotion", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/xf86-video-siliconmotion/xf86-video-siliconmotion.changes
2012-09-15 17:30:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-video-siliconmotion.new/xf86-video-siliconmotion.changes
2013-03-22 13:05:06.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Mar 21 16:17:52 UTC 2013 - [email protected]
+
+- Remove miInitializeBackingStore()
+
+-------------------------------------------------------------------
+Wed Mar 20 14:35:10 UTC 2013 - [email protected]
+
+- introduce hardware supplements conditional on xorg-x11-server
+ package (bnc#810333)
+
+-------------------------------------------------------------------
New:
----
U_Remove-miInitializeBackingStore.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-siliconmotion.spec ++++++
--- /var/tmp/diff_new_pack.E3rPAU/_old 2013-03-22 13:05:07.000000000 +0100
+++ /var/tmp/diff_new_pack.E3rPAU/_new 2013-03-22 13:05:07.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-video-siliconmotion
#
-# 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-miInitializeBackingStore.patch
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
@@ -34,7 +35,7 @@
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xorg-server) >= 1.0.99.901
BuildRequires: pkgconfig(xproto)
-Supplements: xorg-x11-server
+Supplements: modalias(xorg-x11-server:pci:v0000126FD*sv*sd*bc03sc*i*)
# 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
@@ -49,6 +50,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%configure
++++++ U_Remove-miInitializeBackingStore.patch ++++++
>From f19d7e463c30f1364e82e8c9f87b8a8407d53680 Mon Sep 17 00:00:00 2001
From: Adam Jackson <[email protected]>
Date: Wed, 9 Jan 2013 22:59:39 -0500
Subject: [PATCH] Remove miInitializeBackingStore()
Signed-off-by: Adam Jackson <[email protected]>
---
src/smi_driver.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/smi_driver.c b/src/smi_driver.c
index 4794571..134db79 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -1750,8 +1750,6 @@ SMI_ScreenInit(SCREEN_INIT_ARGS_DECL)
"Done writing mode. Register dump:\n");
SMI_PrintRegs(pScrn);
- miInitializeBackingStore(pScreen);
-
#ifdef HAVE_XMODES
xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
#endif
--
1.7.10.4
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]