Hello community, here is the log from the commit of package xf86-video-i128 for openSUSE:Factory checked in at 2013-03-22 13:00:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-video-i128 (Old) and /work/SRC/openSUSE:Factory/.xf86-video-i128.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-i128", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-video-i128/xf86-video-i128.changes 2012-09-20 15:48:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xf86-video-i128.new/xf86-video-i128.changes 2013-03-22 13:00:27.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Mar 21 14:27:39 UTC 2013 - [email protected] + +- Add mibstore.patch, fixes build with xorg-server 1.14 + +------------------------------------------------------------------- +Wed Mar 20 14:28:03 UTC 2013 - [email protected] + +- introduce hardware supplements conditional on xorg-x11-server + package (bnc#810333) + +------------------------------------------------------------------- New: ---- U_Remove-mibstore.h.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-video-i128.spec ++++++ --- /var/tmp/diff_new_pack.p8iO0G/_old 2013-03-22 13:00:30.000000000 +0100 +++ /var/tmp/diff_new_pack.p8iO0G/_new 2013-03-22 13:00:30.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xf86-video-i128 # -# 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: 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) BuildRequires: pkgconfig(xproto) -Supplements: xorg-x11-server +Supplements: modalias(xorg-x11-server:pci:v0000105Dd*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-mibstore.h.patch ++++++ >From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001 From: Adam Jackson <[email protected]> Date: Tue, 25 Sep 2012 08:54:40 -0400 Subject: [PATCH] Remove mibstore.h Signed-off-by: Adam Jackson <[email protected]> --- src/i128_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/i128_driver.c b/src/i128_driver.c index a0f08c0..51a4135 100644 --- a/src/i128_driver.c +++ b/src/i128_driver.c @@ -50,8 +50,6 @@ /* All drivers initialising the SW cursor need this */ #include "mipointer.h" -/* All drivers implementing backing store need this */ -#include "mibstore.h" #include "micmap.h" #include "xf86DDC.h" @@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL) return FALSE; } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); xf86SetSilkenMouse(pScreen); -- 1.7.10.4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
