Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-tga/xf86-video-tga.changes    
2012-09-18 14:01:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-tga.new/xf86-video-tga.changes       
2013-03-22 13:05:48.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Mar 21 16:20:46 UTC 2013 - [email protected]
+
+-  Add mibstore.patch, fixes build with xorg-server 1.14 
+
+-------------------------------------------------------------------
+Wed Mar 20 14:40:20 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-tga.spec ++++++
--- /var/tmp/diff_new_pack.Jj0mHb/_old  2013-03-22 13:05:49.000000000 +0100
+++ /var/tmp/diff_new_pack.Jj0mHb/_new  2013-03-22 13:05:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-tga
 #
-# 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
@@ -35,7 +36,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:v00001011d*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
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

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

Signed-off-by: Adam Jackson <[email protected]>
---
 src/tga_accel.c  |    1 -
 src/tga_driver.c |    3 ---
 2 files changed, 4 deletions(-)

diff --git a/src/tga_accel.c b/src/tga_accel.c
index 35af1a4..b414df5 100644
--- a/src/tga_accel.c
+++ b/src/tga_accel.c
@@ -37,7 +37,6 @@
 #include "xf86cmap.h"
 #include "mipointer.h"
 
-#include "mibstore.h"
 #include "miline.h"
 
 #include "tga_regs.h"
diff --git a/src/tga_driver.c b/src/tga_driver.c
index dd4f3e6..90d2660 100644
--- a/src/tga_driver.c
+++ b/src/tga_driver.c
@@ -46,8 +46,6 @@
 
 /* software cursor */
 #include "mipointer.h"
-/* backing store */
-#include "mibstore.h"
 
 /*  #include "mibank.h" */
 /* colormap manipulation */
@@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL)
     
     fbPictureInit (pScreen, 0, 0);
     
-    miInitializeBackingStore(pScreen);
     xf86SetBackingStore(pScreen);
     xf86SetSilkenMouse(pScreen);
 
-- 
1.7.10.4

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

Reply via email to