Hello community, here is the log from the commit of package xf86-video-chips for openSUSE:Factory checked in at 2013-03-20 10:01:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-video-chips (Old) and /work/SRC/openSUSE:Factory/.xf86-video-chips.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-chips", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-video-chips/xf86-video-chips.changes 2012-09-18 14:00:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xf86-video-chips.new/xf86-video-chips.changes 2013-03-20 10:01:48.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 19 09:59:28 UTC 2013 - [email protected] + +- Add mibstore.patch, fixes build with xorg-server 1.14 + +------------------------------------------------------------------- New: ---- U_mibstore.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-video-chips.spec ++++++ --- /var/tmp/diff_new_pack.c8p6WD/_old 2013-03-20 10:01:49.000000000 +0100 +++ /var/tmp/diff_new_pack.c8p6WD/_new 2013-03-20 10:01:49.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xf86-video-chips # -# 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 @@ -25,6 +25,8 @@ Url: http://xorg.freedesktop.org/ #Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}_bde6593.tar.bz2 Source0: %{name}-%{version}_bde6593.tar.bz2 +#PATCH-FIX-UPSTREAM U_mibstore.patch -- removes obsolete include +Patch0: U_mibstore.patch BuildRequires: pkg-config BuildRequires: pkgconfig(fontsproto) BuildRequires: pkgconfig(pciaccess) >= 0.8.0 @@ -55,6 +57,7 @@ %prep %setup -q +%patch0 -p1 %build %configure ++++++ U_mibstore.patch ++++++ >From 151a1ec855a9ada44907cb6bef06a71e9080504b Mon Sep 17 00:00:00 2001 From: Adam Jackson <[email protected]> Date: Tue, 25 Sep 2012 12:54:34 +0000 Subject: Remove mibstore.h Signed-off-by: Adam Jackson <[email protected]> --- diff --git a/src/ct_driver.c b/src/ct_driver.c index 6f3a5d4..effbc60 100644 --- a/src/ct_driver.c +++ b/src/ct_driver.c @@ -96,9 +96,6 @@ /* All drivers initialising the SW cursor need this */ #include "mipointer.h" -/* All drivers implementing backing store need this */ -#include "mibstore.h" - /* All drivers using the mi banking wrapper need this */ #ifdef HAVE_ISA #include "mibank.h" @@ -4145,7 +4142,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL) pBankInfo = NULL; return FALSE; } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); /* Initialise cursor functions */ @@ -4296,7 +4292,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL) } } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); #ifdef ENABLE_SILKEN_MOUSE xf86SetSilkenMouse(pScreen); -- cgit v0.9.0.2-2-gbebe -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
