commit xf86-video-tdfx for openSUSE:Factory

2019-02-19 Thread root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2019-02-19 11:59:24

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new.28833 (New)


Package is "xf86-video-tdfx"

Tue Feb 19 11:59:24 2019 rev:13 rq:676840 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2017-01-24 10:35:08.423600043 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-tdfx.new.28833/xf86-video-tdfx.changes   
2019-02-19 12:00:10.477145530 +0100
@@ -1,0 +2,8 @@
+Sun Feb 17 18:17:15 UTC 2019 - sndir...@suse.com
+
+- Update to version 1.5.0
+  * This is a maintenance release of 3dfx DDX for X.Org X Server.
+The DDX compiles cleanly without compilation warnings on 
+X Server 1.19.6.
+
+---

Old:

  xf86-video-tdfx-1.4.7.tar.bz2

New:

  xf86-video-tdfx-1.5.0.tar.bz2



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.lcZVDs/_old  2019-02-19 12:00:11.549144966 +0100
+++ /var/tmp/diff_new_pack.lcZVDs/_new  2019-02-19 12:00:11.557144962 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-tdfx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-tdfx
-Version:1.4.7
+Version:1.5.0
 Release:0
 Summary:3Dfx video driver for the Xorg X server
 License:MIT
@@ -60,7 +60,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/tdfx_drv.so
 %{_datadir}/man/man4/tdfx.4%{?ext_man}

++ xf86-video-tdfx-1.4.7.tar.bz2 -> xf86-video-tdfx-1.5.0.tar.bz2 ++
 2146 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-tdfx-1.4.7/ChangeLog new/xf86-video-tdfx-1.5.0/ChangeLog
--- old/xf86-video-tdfx-1.4.7/ChangeLog 2017-01-17 23:48:40.0 +0100
+++ new/xf86-video-tdfx-1.5.0/ChangeLog 2019-02-16 01:24:26.0 +0100
@@ -1,3 +1,128 @@
+commit affd8b212f7ddeaf3ebfcbfca87ff4a9d4ef3d6a
+Author: Kevin Brace 
+Date:   Fri Feb 15 16:21:00 2019 -0800
+
+Version bumped to 1.5.0
+
+Signed-off-by: Kevin Brace 
+
+commit 0d36f238a32a6eac3eb7c2f44c3326d6bac84cb0
+Author: Kevin Brace 
+Date:   Mon Jan 28 20:41:34 2019 -0800
+
+Eliminate log message parameter type compilation warnings
+
+Signed-off-by: Kevin Brace 
+
+commit 37023cd1d0ddfb61a7e607c8b50fbb14c30cd8ae
+Author: Kevin Brace 
+Date:   Mon Jan 28 20:23:20 2019 -0800
+
+Changing result parameter type for ScreenWakeupHandlerProcPtr
+
+For ABI_VIDEODRV_VERSION >= 23, it was changed to int from unsigned
+long.
+
+Signed-off-by: Kevin Brace 
+Reviewed-by: Matt Turner 
+
+commit f144b07e0b46fb35d401b1deeec8b3b45d697372
+Author: Kevin Brace 
+Date:   Tue Dec 25 07:39:46 2018 -0600
+
+Eliminate set but not used variable compilation warnings
+
+Signed-off-by: Kevin Brace 
+
+commit 790b72944e18dfd637e057cde88fc74e3449c246
+Author: Kevin Brace 
+Date:   Tue Dec 25 07:38:18 2018 -0600
+
+Eliminate unused variable compilation warning
+
+Signed-off-by: Kevin Brace 
+
+commit 7ebcfcfae6c947a968611ce112fe781ecc34b7f2
+Author: Alan Coopersmith 
+Date:   Fri Dec 7 19:14:00 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit b753fcfa21085eb87d219a84011eeb16e8bfcd7d
+Author: Alan Coopersmith 
+Date:   Sun Nov 18 16:34:01 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit dfe3f54292b3fd37230fb017c80e91038eedfbb5
+Author: Emil Velikov 
+Date:   Mon Jul 17 12:07:43 2017 +0100
+
+xf86-video-tdfx: remove the GlxSetVisualConfigs stub and friends
+
+The function was an empty since 2008 at least. Remove it alongside the
+unused GLX visuals code.
+
+With this all the GL/GLX dependencies in the driver are gone.
+
+Cc: Guillem Jover 
+Cc: Adam Jackson 
+Signed-off-by: Emil Velikov 
+
+commit 2ddfad3b4b888d26c9878b0a95

commit xf86-video-tdfx for openSUSE:Factory

2017-01-24 Thread root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2017-01-24 10:35:07

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


Package is "xf86-video-tdfx"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2016-12-02 16:43:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2017-01-24 10:35:08.423600043 +0100
@@ -1,0 +2,7 @@
+Thu Jan 19 13:21:07 UTC 2017 - sndir...@suse.com
+
+- Update to version 1.4.6
+  * Adapt Block/WakeupHandler signature for ABI 23
+- supersedes U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch 
+
+---

Old:

  U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
  xf86-video-tdfx-1.4.6.tar.bz2

New:

  xf86-video-tdfx-1.4.7.tar.bz2



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.yDVDtb/_old  2017-01-24 10:35:08.883534706 +0100
+++ /var/tmp/diff_new_pack.yDVDtb/_new  2017-01-24 10:35:08.887534138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-tdfx
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,14 +17,13 @@
 
 
 Name:   xf86-video-tdfx
-Version:1.4.6
+Version:1.4.7
 Release:0
 Summary:3Dfx video driver for the Xorg X server
 License:MIT
 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_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -50,7 +49,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ xf86-video-tdfx-1.4.6.tar.bz2 -> xf86-video-tdfx-1.4.7.tar.bz2 ++
 3362 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-tdfx-1.4.6/ChangeLog new/xf86-video-tdfx-1.4.7/ChangeLog
--- old/xf86-video-tdfx-1.4.6/ChangeLog 2015-02-22 22:28:47.0 +0100
+++ new/xf86-video-tdfx-1.4.7/ChangeLog 2017-01-17 23:48:40.0 +0100
@@ -1,3 +1,19 @@
+commit 4dd4a5da0697d33df0f456ccf224d5be945b7aab
+Author: Matt Turner 
+Date:   Tue Jan 17 14:48:21 2017 -0800
+
+xf86-video-tdfx 1.4.7
+
+Signed-off-by: Matt Turner 
+
+commit b99390efcb55d7d4a68e8c595119c1af4426fc0b
+Author: Adam Jackson 
+Date:   Tue Jul 19 10:03:56 2016 -0400
+
+Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
 commit 278042ff4c469f24ab7bc28e517e8a78e2821ddc
 Author: Matt Turner 
 Date:   Sun Feb 22 13:26:24 2015 -0800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-tdfx-1.4.6/compile new/xf86-video-tdfx-1.4.7/compile
--- old/xf86-video-tdfx-1.4.6/compile   1970-01-01 01:00:00.0 +0100
+++ new/xf86-video-tdfx-1.4.7/compile   2017-01-17 23:48:36.0 +0100
@@ -0,0 +1,347 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2012-10-14.11; # UTC
+
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Written by Tom Tromey .
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+
+# As a special exception to the GNU General Public License,

commit xf86-video-tdfx for openSUSE:Factory

2016-12-02 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2016-12-02 16:43:06

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


Package is "xf86-video-tdfx"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2015-02-24 13:06:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2016-12-02 16:43:07.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 16:42:46 UTC 2016 - sndir...@suse.com
+
+- U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
+  * Adapt Block/WakeupHandler signature for ABI 23
+
+---

New:

  U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.nXzv6n/_old  2016-12-02 16:43:08.0 +0100
+++ /var/tmp/diff_new_pack.nXzv6n/_new  2016-12-02 16:43:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-tdfx
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -49,6 +50,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ U_Adapt-Block-WakeupHandler-signature-for-ABI-23.patch ++
>From b99390efcb55d7d4a68e8c595119c1af4426fc0b Mon Sep 17 00:00:00 2001
From: Adam Jackson 
Date: Tue, 19 Jul 2016 10:03:56 -0400
Subject: [PATCH] Adapt Block/WakeupHandler signature for ABI 23

Signed-off-by: Adam Jackson 
---
 src/compat-api.h | 8 
 1 file changed, 8 insertions(+)

diff --git a/src/compat-api.h b/src/compat-api.h
index 98ba435..44daea4 100644
--- a/src/compat-api.h
+++ b/src/compat-api.h
@@ -78,11 +78,19 @@
 
 #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
 
+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
+#define BLOCKHANDLER_ARGS arg, pTimeout
+
+#define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result
+#define WAKEUPHANDLER_ARGS arg, result
+#else
 #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
 #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
 
 #define WAKEUPHANDLER_ARGS_DECL ScreenPtr arg, unsigned long result, pointer 
read_mask
 #define WAKEUPHANDLER_ARGS arg, result, read_mask
+#endif
 
 #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
 #define CLOSE_SCREEN_ARGS pScreen
-- 
2.6.6




commit xf86-video-tdfx for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2015-02-24 13:02:29

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


Package is "xf86-video-tdfx"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2015-02-10 20:17:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2015-02-24 13:06:57.0 +0100
@@ -1,0 +2,17 @@
+Mon Feb 23 13:36:49 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.4.6:
+  * Remove mibstore.h
+  * dri: Stop (uselessly) initializing the ValidateTree hooks
+  * Define local PCI IDs instead of using xf86PciInfo.h
+  * Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS
+  * Use new pci_device_(un)map_range functions instead of deprecated ones
+  * Remove unreachable breaks after return statements
+  * Use the PCI ID macros instead of hardcoded values
+  * Unmap MMIO ranges for all chips
+  * Add more PCI IDs for supported chips
+- supersedes U_Remove-mibstore.h.patch, 
+  U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch,
+  U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
+
+---

Old:

  U_Remove-mibstore.h.patch
  U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch
  U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
  xf86-video-tdfx-1.4.5.tar.bz2

New:

  xf86-video-tdfx-1.4.6.tar.bz2



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.r2dq4D/_old  2015-02-24 13:06:58.0 +0100
+++ /var/tmp/diff_new_pack.r2dq4D/_new  2015-02-24 13:06:58.0 +0100
@@ -17,16 +17,13 @@
 
 
 Name:   xf86-video-tdfx
-Version:1.4.5
+Version:1.4.6
 Release:0
 Summary:3Dfx video driver for the Xorg X server
 License:MIT
 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
-Patch1: U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch
-Patch2: U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -52,9 +49,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure

++ xf86-video-tdfx-1.4.5.tar.bz2 -> xf86-video-tdfx-1.4.6.tar.bz2 ++
 26863 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-tdfx-1.4.5/ChangeLog new/xf86-video-tdfx-1.4.6/ChangeLog
--- old/xf86-video-tdfx-1.4.5/ChangeLog 2012-07-17 08:30:49.0 +0200
+++ new/xf86-video-tdfx-1.4.6/ChangeLog 2015-02-22 22:28:47.0 +0100
@@ -1,3 +1,102 @@
+commit 278042ff4c469f24ab7bc28e517e8a78e2821ddc
+Author: Matt Turner 
+Date:   Sun Feb 22 13:26:24 2015 -0800
+
+xf86-video-tdfx 1.4.6
+
+Signed-off-by: Matt Turner 
+
+commit 2f71b05e29ae13a0fb6fbc74f4f76c78b6ddb0d7
+Author: Adam Jackson 
+Date:   Tue Jul 29 09:15:49 2014 -0400
+
+dri: Stop (uselessly) initializing the ValidateTree hooks
+
+Signed-off-by: Adam Jackson 
+
+commit d8873445199bf1d229503ff1d12c6a2f3f23c863
+Author: Guillem Jover 
+Date:   Thu Oct 3 15:35:05 2013 +0200
+
+Add more PCI IDs for supported chips
+
+Add support for Velocity and Voodoo4 chips.
+
+Signed-off-by: Guillem Jover 
+Reviewed-by: Adam Jackson 
+
+commit b15c1e8ef9858c85ead44ded22c7d48bd8ffa501
+Author: Guillem Jover 
+Date:   Thu Oct 3 14:25:45 2013 +0200
+
+Unmap MMIO ranges for all chips
+
+This is relevant on SLI setups, where each chip has their own MMIO
+range.
+
+Signed-off-by: Guillem Jover 
+Reviewed-by: Adam Jackson 
+
+commit 828c151064083e4488a4cb3854f8dcb23265e5cb
+Author: Guillem Jover 
+Date:   Wed Oct 2 21:22:33 2013 +0200
+
+Use the PCI ID macros instead of hardcoded values
+
+Signed-off-by: Guillem Jover 
+Reviewed-by: Adam Jackson 
+
+commit 58b2ac6dd1487580f49869f582a8852b003a34fa
+Author: Guillem Jover 
+Date:   Tue Oct 1 05:36:34 2013 +0200
+
+Remove unreachable breaks after return statements
+
+Signed-off-by: Guillem Jover 
+Reviewed-by: Adam Jackson 
+
+commit 774461a4ac92c3

commit xf86-video-tdfx for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2015-02-10 20:17:13

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


Package is "xf86-video-tdfx"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2013-08-23 11:09:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2015-02-10 20:17:14.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb  6 13:35:15 UTC 2015 - sndir...@suse.com
+
+- U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch/
+  U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
+  * fixes build against xorg-server 1.17 
+
+---

New:

  U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch
  U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.Glr4jR/_old  2015-02-10 20:17:15.0 +0100
+++ /var/tmp/diff_new_pack.Glr4jR/_new  2015-02-10 20:17:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-tdfx
 #
-# 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
@@ -25,6 +25,8 @@
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: U_Remove-mibstore.h.patch
+Patch1: U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch
+Patch2: U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -51,6 +53,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure

++ U_Rename-XSERVER_PCIACCESS-to-XSERVER_LIBPCIACCESS.patch ++
>From 646137de571a9df950d3a3edb454803268fd5f98 Mon Sep 17 00:00:00 2001
From: Guillem Jover 
Date: Fri, 27 Sep 2013 19:06:31 +0200
Subject: [PATCH] Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS

Using the wrong macro name means that the code uses an obsolete typedef
that issues warnings.

Signed-off-by: Guillem Jover 
Reviewed-by: Adam Jackson 
---
 src/tdfx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tdfx.h b/src/tdfx.h
index 7e3be81..d8a72db 100644
--- a/src/tdfx.h
+++ b/src/tdfx.h
@@ -226,7 +226,7 @@ typedef struct _TDFXRec {
   unsigned long MMIOAddr[MAXCHIPS];
   EntityInfoPtr pEnt;
   int numChips;
-#ifndef XSERVER_PCIACCESS
+#ifndef XSERVER_LIBPCIACCESS
   PCITAG PciTag[MAXCHIPS];
 #endif
   Bool Primary;
-- 
1.8.4.5

++ U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch ++
>From 2f71b05e29ae13a0fb6fbc74f4f76c78b6ddb0d7 Mon Sep 17 00:00:00 2001
From: Adam Jackson 
Date: Tue, 29 Jul 2014 09:15:49 -0400
Subject: [PATCH] dri: Stop (uselessly) initializing the ValidateTree hooks

Signed-off-by: Adam Jackson 
---
 src/tdfx_dri.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/tdfx_dri.c b/src/tdfx_dri.c
index 87ec0e8..981867a 100644
--- a/src/tdfx_dri.c
+++ b/src/tdfx_dri.c
@@ -361,8 +361,6 @@ Bool TDFXDRIScreenInit(ScreenPtr pScreen)
   pDRIInfo->frameBufferStride = pTDFX->stride;
   pDRIInfo->ddxDrawableTableEntry = TDFX_MAX_DRAWABLES;
 
-  pDRIInfo->wrap.ValidateTree = 0;
-  pDRIInfo->wrap.PostValidateTree = 0;
   pTDFX->coreBlockHandler = pDRIInfo->wrap.BlockHandler;
   pDRIInfo->wrap.BlockHandler = TDFXDoBlockHandler;
   pTDFX->coreWakeupHandler = pDRIInfo->wrap.WakeupHandler;
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-tdfx for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2013-08-23 11:09:54

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


Package is "xf86-video-tdfx"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2013-03-22 13:05:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2013-08-23 11:09:55.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  7 15:03:47 CEST 2013 - r...@suse.de
+
+- add ExcludeArch for s390 and s390x 
+
+---



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.bAN4Db/_old  2013-08-23 11:09:55.0 +0200
+++ /var/tmp/diff_new_pack.bAN4Db/_new  2013-08-23 11:09:55.0 +0200
@@ -42,6 +42,7 @@
 # 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
+ExcludeArch:s390 s390x
 %x11_abi_videodrv_req
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-tdfx for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2013-03-22 13:05:41

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


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

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2012-09-15 17:31:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2013-03-22 13:05:42.0 +0100
@@ -1,0 +2,11 @@
+Thu Mar 21 14:36:57 UTC 2013 - sndir...@suse.com
+
+- Add mibstore.patch, fixes build with xorg-server 1.14 
+
+---
+Wed Mar 20 14:37:31 UTC 2013 - sndir...@suse.com
+
+- introduce hardware supplements conditional on xorg-x11-server
+  package (bnc#810333) 
+
+---

New:

  U_Remove-mibstore.h.patch



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.XYDmgC/_old  2013-03-22 13:05:43.0 +0100
+++ /var/tmp/diff_new_pack.XYDmgC/_new  2013-03-22 13:05:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-tdfx
 #
-# 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:  Mesa-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -37,7 +38,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:v121Ad*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
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ U_Remove-mibstore.h.patch ++
>From 10498d2730c651eb7a1890eb9e728269732e9dad Mon Sep 17 00:00:00 2001
From: Adam Jackson 
Date: Tue, 25 Sep 2012 08:54:59 -0400
Subject: [PATCH] Remove mibstore.h

Signed-off-by: Adam Jackson 
---
 src/tdfx_driver.c |5 -
 1 file changed, 5 deletions(-)

diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c
index ddd5431..412da07 100644
--- a/src/tdfx_driver.c
+++ b/src/tdfx_driver.c
@@ -62,10 +62,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #include "compiler.h"
 
-/* Drivers using the mi implementation of backing store need: */
-
-#include "mibstore.h"
-
 /* All drivers using the vgahw module need this */
 /* This driver needs to be modified to not use vgaHW for multihead operation */
 #include "vgaHW.h"
@@ -2373,7 +2369,6 @@ TDFXScreenInit(SCREEN_INIT_ARGS_DECL) {
 }
   }
 
-  miInitializeBackingStore(pScreen);
   xf86SetBackingStore(pScreen);
   xf86SetSilkenMouse(pScreen);
 
-- 
1.7.10.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-tdfx for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2012-09-15 17:31:09

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


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

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2012-05-08 12:04:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2012-09-15 17:31:12.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  2 20:48:03 UTC 2012 - zai...@opensuse.org
+
+- Update to version 1.4.5:
+  + Fix build against XAA-less server.
+  + Port to new compat API.
+
+---

Old:

  xf86-video-tdfx-1.4.4.tar.bz2

New:

  xf86-video-tdfx-1.4.5.tar.bz2



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.fwDDJ4/_old  2012-09-15 17:31:13.0 +0200
+++ /var/tmp/diff_new_pack.fwDDJ4/_new  2012-09-15 17:31:13.0 +0200
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-video-tdfx
-Version:1.4.4
+Version:1.4.5
 Release:0
-License:MIT
 Summary:3Dfx video driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libdrm) >= 2.0
 BuildRequires:  pkgconfig(fontsproto)
+BuildRequires:  pkgconfig(libdrm) >= 2.0
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)

++ xf86-video-tdfx-1.4.4.tar.bz2 -> xf86-video-tdfx-1.4.5.tar.bz2 ++
 26477 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-tdfx-1.4.4/ChangeLog new/xf86-video-tdfx-1.4.5/ChangeLog
--- old/xf86-video-tdfx-1.4.4/ChangeLog 2012-03-24 04:00:27.0 +0100
+++ new/xf86-video-tdfx-1.4.5/ChangeLog 2012-07-17 08:30:49.0 +0200
@@ -1,3 +1,27 @@
+commit a1037f73cf5da0ee3fec1867a5f20305d9267e63
+Author: Dave Airlie 
+Date:   Tue Jul 17 16:05:09 2012 +1000
+
+xf86-video-tdfx: bump to version 1.4.5
+
+Signed-off-by: Dave Airlie 
+
+commit 42706433782656adcf831588cf9dde203e50402b
+Author: Dave Airlie 
+Date:   Mon Jul 16 19:01:23 2012 +1000
+
+tdfx: fix build against XAA-less server.
+
+Signed-off-by: Dave Airlie 
+
+commit abeb6ba8edac356b510ae6e8427c3cb8a0cf6e7a
+Author: Dave Airlie 
+Date:   Wed Jun 6 19:34:08 2012 +0100
+
+tdfx: port to new compat API
+
+Signed-off-by: Dave Airlie 
+
 commit 98d24dd99052322c71d1676e6d66c2c724f6066a
 Author: Alan Coopersmith 
 Date:   Fri Mar 23 19:59:33 2012 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-tdfx-1.4.4/config.h.in new/xf86-video-tdfx-1.4.5/config.h.in
--- old/xf86-video-tdfx-1.4.4/config.h.in   2012-03-24 03:59:48.0 
+0100
+++ new/xf86-video-tdfx-1.4.5/config.h.in   2012-07-17 08:30:49.0 
+0200
@@ -32,6 +32,9 @@
 /* Define to 1 if you have the  header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the  header file. */
+#undef HAVE_XAA_H
+
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
 #undef LT_OBJDIR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-tdfx-1.4.4/configure.ac new/xf86-video-tdfx-1.4.5/configure.ac
--- old/xf86-video-tdfx-1.4.4/configure.ac  2012-03-24 03:59:39.0 
+0100
+++ new/xf86-video-tdfx-1.4.5/configure.ac  2012-07-17 08:00:16.0 
+0200
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-tdfx],