Hello community,

here is the log from the commit of package xf86-video-voodoo for 
openSUSE:Factory checked in at 2015-02-10 20:17:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-voodoo (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-voodoo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-voodoo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-voodoo/xf86-video-voodoo.changes      
2013-08-23 11:10:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-voodoo.new/xf86-video-voodoo.changes 
2015-02-10 20:17:30.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb  6 15:03:35 UTC 2015 - [email protected]
+
+- U_don-t-use-PCITAG-in-struct-anymore.patch
+  * fixes build against xorg-server 1.17 
+
+-------------------------------------------------------------------

New:
----
  U_don-t-use-PCITAG-in-struct-anymore.patch

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

Other differences:
------------------
++++++ xf86-video-voodoo.spec ++++++
--- /var/tmp/diff_new_pack.XWECrS/_old  2015-02-10 20:17:30.000000000 +0100
+++ /var/tmp/diff_new_pack.XWECrS/_new  2015-02-10 20:17:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-voodoo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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_don-t-use-PCITAG-in-struct-anymore.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++++++ U_don-t-use-PCITAG-in-struct-anymore.patch ++++++
>From 9172ae566a0e85313fc80ab62b4455393eefe593 Mon Sep 17 00:00:00 2001
From: Dave Airlie <[email protected]>
Date: Mon, 22 Sep 2014 10:56:02 +1000
Subject: [PATCH] don't use PCITAG in struct anymore

---
 src/voodoo.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/voodoo.h b/src/voodoo.h
index bfed497..c3eb64e 100644
--- a/src/voodoo.h
+++ b/src/voodoo.h
@@ -23,7 +23,9 @@ typedef struct {
   
   Bool               Voodoo2;          /* Set if Voodoo2 */
   pciVideoPtr        PciInfo;          /* PCI data */
+#ifndef XSERVER_LIBPCIACCESS
   PCITAG             PciTag;
+#endif
   CARD32             PhysBase;
   
   CARD32             Width;            /* Current width */
-- 
1.8.4.5

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

Reply via email to