commit xorg-x11-driver-video for openSUSE:Factory

2020-07-02 Thread root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2020-07-02 23:59:24

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new.3060 (New)


Package is "xorg-x11-driver-video"

Thu Jul  2 23:59:24 2020 rev:342 rq:817938 version:7.6_1

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2020-05-08 23:04:02.873702447 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new.3060/xorg-x11-driver-video.changes
2020-07-02 23:59:46.441555848 +0200
@@ -1,0 +2,6 @@
+Tue Jun 30 19:31:06 UTC 2020 - Stefan Dirsch 
+
+- moved sample config files from /etc/X11/xorg.conf.d to 
+  /usr/share/X11/xorg.conf.d (boo#1173054)
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.FBf5yG/_old  2020-07-02 23:59:52.521575979 +0200
+++ /var/tmp/diff_new_pack.FBf5yG/_new  2020-07-02 23:59:52.525575991 +0200
@@ -62,8 +62,8 @@
 %files
 %defattr(-,root,root)
 %doc README.meta
-%config %{_sysconfdir}/X11/xorg.conf.d/50-device.conf
-%config %{_sysconfdir}/X11/xorg.conf.d/50-monitor.conf
-%config %{_sysconfdir}/X11/xorg.conf.d/50-screen.conf
+%{_datadir}/X11/xorg.conf.d/50-device.conf
+%{_datadir}/X11/xorg.conf.d/50-monitor.conf
+%{_datadir}/X11/xorg.conf.d/50-screen.conf
 
 %changelog

++ xorg-confd-snippets.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xorg.conf.d/50-device.conf 
new/usr/X11/xorg.conf.d/50-device.conf
--- old/etc/X11/xorg.conf.d/50-device.conf  2011-07-01 12:49:43.0 
+0200
+++ new/usr/X11/xorg.conf.d/50-device.conf  1970-01-01 01:00:00.0 
+0100
@@ -1,15 +0,0 @@
-# Having multiple "Device" sections is known to be problematic. Make
-# sure you don't have in use another one laying around e.g. in another
-# xorg.conf.d file or even a generic xorg.conf file. More details can
-# be found in https://bugs.freedesktop.org/show_bug.cgi?id=32430.
-#
-#Section "Device"
-#  Identifier "Default Device"
-#
-#  #Driver "radeon"
-#
-#  ## Required magic for radeon/radeonhd drivers; output name
-#  ## (here: "DVI-0") can be figured out via 'xrandr -q'
-#  #Option "monitor-DVI-0" "Default Monitor"
-#
-#EndSection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xorg.conf.d/50-monitor.conf 
new/usr/X11/xorg.conf.d/50-monitor.conf
--- old/etc/X11/xorg.conf.d/50-monitor.conf 2011-07-01 12:49:53.0 
+0200
+++ new/usr/X11/xorg.conf.d/50-monitor.conf 1970-01-01 01:00:00.0 
+0100
@@ -1,16 +0,0 @@
-# Having multiple "Monitor" sections is known to be problematic. Make
-# sure you don't have in use another one laying around e.g. in another
-# xorg.conf.d file or even a generic xorg.conf file. More details can
-# be found in https://bugs.freedesktop.org/show_bug.cgi?id=32430.
-#
-#Section "Monitor"
-#  Identifier "Default Monitor"
-#
-#  ## If your monitor doesn't support DDC you may override the
-#  ## defaults here
-#  #HorizSync 28-85
-#  #VertRefresh 50-100
-#
-#  ## Add your mode lines here, use e.g the cvt tool
-#
-#EndSection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xorg.conf.d/50-screen.conf 
new/usr/X11/xorg.conf.d/50-screen.conf
--- old/etc/X11/xorg.conf.d/50-screen.conf  2011-07-01 12:50:05.0 
+0200
+++ new/usr/X11/xorg.conf.d/50-screen.conf  1970-01-01 01:00:00.0 
+0100
@@ -1,15 +0,0 @@
-# Having multiple "Screen" sections is known to be problematic. Make
-# sure you don't have in use another one laying around e.g. in another
-# xorg.conf.d file or even a generic xorg.conf file. More details can
-# be found in https://bugs.freedesktop.org/show_bug.cgi?id=32430.
-#
-#Section "Screen"
-#  Identifier "Default Screen"
-#
-#  Device "Default Device"
-#
-#  ## Doesn't help for radeon/radeonhd drivers; use magic in
-#  ## 50-device.conf instead
-#  Monitor "Default Monitor"
-#
-#EndSection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/share/X11/xorg.conf.d/50-device.conf 
new/usr/share/X11/xorg.conf.d/50-device.conf
--- old/etc/share/X11/xorg.conf.d/50-device.conf1970-01-01 
01:00:00.0 +0100
+++ new/usr/share/X11/xorg.conf.d/50-device.conf2011-07-01 
12:49:43.0 +0200
@@ -0,0 +1,15 @@
+# Having multiple "Device" sections is known to be problematic. Make
+# sure you don't have in use another one laying around e.g. in another
+# xorg.conf.d file or even a generic 

commit xorg-x11-driver-video for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2020-05-08 23:04:00

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new.2738 (New)


Package is "xorg-x11-driver-video"

Fri May  8 23:04:00 2020 rev:341 rq:800856 version:7.6_1

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2017-09-07 22:08:11.473452979 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new.2738/xorg-x11-driver-video.changes
2020-05-08 23:04:02.873702447 +0200
@@ -1,0 +2,5 @@
+Wed May  6 14:13:54 UTC 2020 - Stefan Dirsch 
+
+- no longer require vesa X driver on openSUSE either (jsc#SLE-11798) 
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.usyY1E/_old  2020-05-08 23:04:03.353703427 +0200
+++ /var/tmp/diff_new_pack.usyY1E/_new  2020-05-08 23:04:03.353703427 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-driver-video
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:Compatibility metapackage for X.Org video drivers
 License:MIT
 Group:  System/X11/Servers/XF86_4
-Url:http://xorg.freedesktop.org/
+URL:http://xorg.freedesktop.org/
 Source0:README.meta
 Source102:  xorg-confd-snippets.tar.bz2
 # For directory ownership
@@ -34,7 +34,7 @@
 ## and do not require any GPU hardware/emulation
 Requires:   xf86-video-fbdev
 # vesa X driver dropped from sle15
-%if 0%{?suse_version} < 1330 || 0%{?is_opensuse}
+%if 0%{?suse_version} < 1330
 Requires:   xf86-video-vesa
 %endif
 ## End Requires of packages that we split away from xorg-x11-driver-video




commit xorg-x11-driver-video for openSUSE:Factory

2017-09-07 Thread root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2017-09-07 22:08:10

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is "xorg-x11-driver-video"

Thu Sep  7 22:08:10 2017 rev:340 rq:519894 version:7.6_1

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2017-06-04 01:45:58.565632250 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2017-09-07 22:08:11.473452979 +0200
@@ -1,0 +2,6 @@
+Thu Aug 31 09:52:45 UTC 2017 - sndir...@suse.com
+
+- no longer require vesa X driver on sle >= 15; package has been
+  dropped with sle15
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.X17td9/_old  2017-09-07 22:08:12.829261867 +0200
+++ /var/tmp/diff_new_pack.X17td9/_new  2017-09-07 22:08:12.833261303 +0200
@@ -33,7 +33,10 @@
 ## Requires of packages that we split away from xorg-x11-driver-video
 ## and do not require any GPU hardware/emulation
 Requires:   xf86-video-fbdev
+# vesa X driver dropped from sle15
+%if 0%{?suse_version} < 1330 || 0%{?is_opensuse}
 Requires:   xf86-video-vesa
+%endif
 ## End Requires of packages that we split away from xorg-x11-driver-video
 ## Get rid of old and no longer supported drivers (bnc#873443)
 Provides:   xorg-x11-driver-video-radeonhd




commit xorg-x11-driver-video for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2017-06-04 01:45:53

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is "xorg-x11-driver-video"

Sun Jun  4 01:45:53 2017 rev:339 rq:499438 version:7.6_1

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2014-02-07 11:57:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2017-06-04 01:45:58.565632250 +0200
@@ -1,0 +2,6 @@
+Mon May 29 15:10:51 UTC 2017 - sndir...@suse.com
+
+- get rid of old and no longer supported drivers
+  xorg-x11-driver-video-{radeonhd,unichrome} (bnc#873443, bsc#1041398)
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.P5dyct/_old  2017-06-04 01:45:59.937438418 +0200
+++ /var/tmp/diff_new_pack.P5dyct/_new  2017-06-04 01:45:59.941437853 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-driver-video
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -35,6 +35,11 @@
 Requires:   xf86-video-fbdev
 Requires:   xf86-video-vesa
 ## End Requires of packages that we split away from xorg-x11-driver-video
+## Get rid of old and no longer supported drivers (bnc#873443)
+Provides:   xorg-x11-driver-video-radeonhd
+Obsoletes:  xorg-x11-driver-video-radeonhd
+Provides:   xorg-x11-driver-video-unichrome
+Obsoletes:  xorg-x11-driver-video-unichrome
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
 




commit xorg-x11-driver-video for openSUSE:Factory

2014-02-07 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2014-02-07 11:57:11

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2013-03-21 11:17:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2014-02-07 11:57:12.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 13:48:13 UTC 2014 - sndir...@suse.com
+
+- don't try to build this package on s390x 
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.I4VJo0/_old  2014-02-07 11:57:12.0 +0100
+++ /var/tmp/diff_new_pack.I4VJo0/_new  2014-02-07 11:57:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-driver-video
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -36,6 +36,7 @@
 Requires:   xf86-video-vesa
 ## End Requires of packages that we split away from xorg-x11-driver-video
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:s390 s390x
 
 %description
 This package is a compatibility metapackage. It used to contain the

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



commit xorg-x11-driver-video for openSUSE:Factory

2013-03-21 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2013-03-21 11:17:03

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-10-26 17:37:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2013-03-21 11:17:04.0 +0100
@@ -1,0 +2,19 @@
+Wed Mar 20 15:04:44 UTC 2013 - sndir...@suse.com
+
+- removed requires to xf86-video-ast, xf86-video-chips, 
+  xf86-video-glint, xf86-video-i128, xf86-video-mach64,
+  xf86-video-nv, xf86-video-r128, xf86-video-siliconmotion, 
+  xf86-video-tdfx, xf86-video-tga, xf86-video-voodoo, 
+  xf86-video-geode, xf86-video-qxl
+- removed requires to xf86-video-dummy, xf86-video-v4l
+- cleanup specfile
+
+---
+Wed Mar 20 11:48:11 UTC 2013 - sndir...@suse.com
+
+- moved 'Recommends: intel-gpu-tools' to xf86-video-intel package
+- removed requires to xf86-video-ati, xf86-video-cirrus,
+  xf86-video-vmware; this is now done via hw supplements
+  conditional to xorg-x11-server package (bnc#810333)
+
+---

Old:

  kms-blacklist.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.mRbm0U/_old  2013-03-21 11:17:05.0 +0100
+++ /var/tmp/diff_new_pack.mRbm0U/_new  2013-03-21 11:17:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-driver-video
 #
-# 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
@@ -17,8 +17,6 @@
 
 
 #
-%define broken_kms_blacklist 0
-
 Name:   xorg-x11-driver-video
 Version:7.6_1
 Release:0
@@ -27,41 +25,15 @@
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:README.meta
-%if %broken_kms_blacklist
-Source101:  kms-blacklist.tar.bz2
-%endif
 Source102:  xorg-confd-snippets.tar.bz2
 # For directory ownership
 BuildRequires:  xorg-x11-server
 Requires:   xorg-x11-server
 Supplements:xorg-x11-server
 ## Requires of packages that we split away from xorg-x11-driver-video
-# Only available on x86/x64 platforms
-Recommends: intel-gpu-tools
-Requires:   xf86-video-ast
-Requires:   xf86-video-ati
-Requires:   xf86-video-chips
-Requires:   xf86-video-cirrus
-Requires:   xf86-video-dummy
+## and do not require any GPU hardware/emulation
 Requires:   xf86-video-fbdev
-Requires:   xf86-video-glint
-Requires:   xf86-video-i128
-Requires:   xf86-video-mach64
-Requires:   xf86-video-nv
-Requires:   xf86-video-r128
-Requires:   xf86-video-siliconmotion
-Requires:   xf86-video-tdfx
-Requires:   xf86-video-tga
-Requires:   xf86-video-v4l
 Requires:   xf86-video-vesa
-%ifarch %ix86 x86_64
-Requires:   xf86-video-vmware
-%endif
-Requires:   xf86-video-voodoo
-# Geode LX/GX is x86 only; we can't use %%ifarch %%ix86 since we use a 
noarch build
-Recommends: xf86-video-geode
-# This driver might need recent spice libraries, so don't use a Requires
-Recommends: xf86-video-qxl
 ## End Requires of packages that we split away from xorg-x11-driver-video
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -76,21 +48,11 @@
 %build
 
 %install
-%if %broken_kms_blacklist
-tar xf $RPM_SOURCE_DIR/kms-blacklist.tar.bz2 -C $RPM_BUILD_ROOT
-%endif
 tar xf $RPM_SOURCE_DIR/xorg-confd-snippets.tar.bz2 -C $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
 %doc README.meta
-%if %broken_kms_blacklist
-/sbin/kms_loader.sh
-%config %{_sysconfdir}/X11/kms-blacklist.local
-%{_sysconfdir}/X11/kms-blacklist.nouveau
-%{_sysconfdir}/X11/kms-blacklist.radeon
-%{_sysconfdir}/modprobe.d/99-kms.conf
-%endif
 %config %{_sysconfdir}/X11/xorg.conf.d/50-device.conf
 %config %{_sysconfdir}/X11/xorg.conf.d/50-monitor.conf
 %config %{_sysconfdir}/X11/xorg.conf.d/50-screen.conf

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



commit xorg-x11-driver-video for openSUSE:Factory

2012-10-26 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-10-26 17:37:21

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-09-25 14:18:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-10-26 17:37:24.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 25 10:38:28 UTC 2012 - dmuel...@suse.com
+
+- only require vmware driver on those archs where it exists
+- remove buildarch: noarch as it is now arch specific
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.G1WOYN/_old  2012-10-26 17:37:25.0 +0200
+++ /var/tmp/diff_new_pack.G1WOYN/_new  2012-10-26 17:37:25.0 +0200
@@ -54,7 +54,9 @@
 Requires:   xf86-video-tga
 Requires:   xf86-video-v4l
 Requires:   xf86-video-vesa
+%ifarch %ix86 x86_64
 Requires:   xf86-video-vmware
+%endif
 Requires:   xf86-video-voodoo
 # Geode LX/GX is x86 only; we can't use %%ifarch %%ix86 since we use a 
noarch build
 Recommends: xf86-video-geode
@@ -62,7 +64,6 @@
 Recommends: xf86-video-qxl
 ## End Requires of packages that we split away from xorg-x11-driver-video
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 
 %description
 This package is a compatibility metapackage. It used to contain the

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



commit xorg-x11-driver-video for openSUSE:Factory

2012-05-14 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-05-14 16:23:21

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-05-08 12:06:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-05-14 16:23:23.0 +0200
@@ -1,0 +2,9 @@
+Wed May  9 12:30:21 UTC 2012 - vu...@opensuse.org
+
+- Change xf86-video-geode Requires to Recommends: xf86-video-geode
+  only works on x86, so a plain Requires on x86_64 (for instance)
+  is wrong. Since we can't use %ifarch (because our build
+  architecture is noarch), we can't really use a Requires. Using a
+  Recommends is enough for what we need.
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.zcQ7vx/_old  2012-05-14 16:23:24.0 +0200
+++ /var/tmp/diff_new_pack.zcQ7vx/_new  2012-05-14 16:23:24.0 +0200
@@ -44,7 +44,6 @@
 Requires:   xf86-video-cirrus
 Requires:   xf86-video-dummy
 Requires:   xf86-video-fbdev
-Requires:   xf86-video-geode
 Requires:   xf86-video-glint
 Requires:   xf86-video-i128
 Requires:   xf86-video-intel
@@ -64,6 +63,9 @@
 Requires:   xf86-video-vesa
 Requires:   xf86-video-vmware
 Requires:   xf86-video-voodoo
+# Geode LX/GX is x86 only; we can't use %%ifarch %%ix86 since we use a 
noarch build
+Recommends: xf86-video-geode
+# This driver might need recent spice libraries, so don't use a Requires
 Recommends: xf86-video-qxl
 ## End Requires of packages that we split away from xorg-x11-driver-video
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit xorg-x11-driver-video for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-05-08 12:06:25

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-03-26 15:38:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-05-08 12:06:29.0 +0200
@@ -1,0 +2,38 @@
+Tue Apr 24 18:58:31 UTC 2012 - vu...@opensuse.org
+
+- Change xf86-video-qxl Requires to Recommends, as recent versions
+  of xf86-video-qxl don't build on openSUSE = 12.1 due to the
+  requirement on spice. For all our practical needs, the Recommends
+  matches what we need anyway.
+- This makes xorg-x11-driver-video installable on openSUSE = 12.1
+  again.
+
+---
+Thu Apr 19 15:57:15 UTC 2012 - vu...@opensuse.org
+
+- Add compatibility Requires on xf86-video-chips, as it's back at
+  Egbert Eich's request.
+
+---
+Wed Apr 18 21:18:35 UTC 2012 - vu...@opensuse.org
+
+- Split drivers in their own source packages: xf86-video-ark
+  xf86-video-ast xf86-video-ati xf86-video-cirrus xf86-video-dummy
+  xf86-video-fbdev xf86-video-geode xf86-video-glint
+  xf86-video-i128 xf86-video-intel xf86-video-mach64 xf86-video-mga
+  xf86-video-neomagic xf86-video-newport xf86-video-nv
+  xf86-video-qxl xf86-video-r128 xf86-video-savage
+  xf86-video-siliconmotion xf86-video-sis xf86-video-tdfx
+  xf86-video-tga xf86-video-trident xf86-video-v4l xf86-video-vesa
+  xf86-video-vmware xf86-video-voodoo
+- Split intel-gpu-tools in its own source package.
+- Drop drivers that are unmaintained upstream: xf86-video-apm
+  xf86-video-chips xf86-video-i740 xf86-video-rendition
+  xf86-video-s3 xf86-video-s3virge xf86-video-sisusb
+  xf86-video-tseng xf86-video-xgi xf86-video-xgixp
+- Bump version to 7.6_1 since the split packages have a Conflicts
+  with xorg-x11-driver-video = 7.6.
+- Add a README.meta file to explain the goal of this compatibility
+  metapackage.
+
+---

Old:

  U_API-compat-fix-for-DRAWABLE_BUFFER.patch
  U_xgi-Fix-build-on-bigendian.patch
  baselibs.conf
  intel-gpu-tools-1.0.2-20101210-292ae45.tar.bz2
  xf86-video-apm-1.2.3.tar.bz2
  xf86-video-ark-0.7.3.tar.bz2
  xf86-video-ast-0.93.9.tar.bz2
  xf86-video-ati-6.14.3.tar.bz2
  xf86-video-ati-bug474071-fix2.diff
  xf86-video-ati-bug519261-increase-virtual.diff
  xf86-video-ati-disable-dri-bug437651-ia64only.diff
  xf86-video-ati-ia64_screen_blank.diff
  xf86-video-ati.diff
  xf86-video-chips-1.2.4.tar.bz2
  xf86-video-cirrus-1.3.2.tar.bz2
  xf86-video-dummy-0.3.4.tar.bz2
  xf86-video-fbdev-0.4.2.tar.bz2
  xf86-video-geode-2.11.12.tar.bz2
  xf86-video-glint-1.2.6.tar.bz2
  xf86-video-i128-1.3.4.tar.bz2
  xf86-video-i740-1.3.2.tar.bz2
  xf86-video-intel-2.18.0.tar.bz2
  xf86-video-intel-copyfb.diff
  xf86-video-intel-dell_backlight.diff
  xf86-video-mach64-6.9.0.tar.bz2
  xf86-video-mga-1.4.13.tar.bz2
  xf86-video-mga-g200se-swcursor.diff
  xf86-video-neomagic-1.2.5.tar.bz2
  xf86-video-newport-0.2.3.tar.bz2
  xf86-video-newport-commit-48f48e5.diff
  xf86-video-nv-2.1.18.tar.bz2
  xf86-video-nv-bug519261-increase-virtual.diff
  xf86-video-qxl-0.0.13.tar.bz2
  xf86-video-r128-6.8.1.tar.bz2
  xf86-video-rendition-4.2.4.tar.bz2
  xf86-video-s3-0.6.3.tar.bz2
  xf86-video-s3virge-1.10.4.tar.bz2
  xf86-video-savage-2.3.2.tar.bz2
  xf86-video-siliconmotion-1.7.5.tar.bz2
  xf86-video-sis-0.10.3.tar.bz2
  xf86-video-sisusb-0.9.4.tar.bz2
  xf86-video-tdfx-1.4.3.tar.bz2
  xf86-video-tdfx.diff
  xf86-video-tga-1.2.1.tar.bz2
  xf86-video-trident-1.3.3.diff
  xf86-video-trident-1.3.4.tar.bz2
  xf86-video-tseng-1.2.4.tar.bz2
  xf86-video-v4l-0.2.0.tar.bz2
  xf86-video-vesa-2.3.0.tar.bz2
  xf86-video-vesa_DefaultRefresh.diff
  xf86-video-vmware-11.0.3.tar.bz2
  xf86-video-voodoo-1.2.4.tar.bz2
  xf86-video-xgi-1.6.0.tar.bz2
  xf86-video-xgi-buildfix.diff
  xf86-video-xgi-symbols.diff
  xf86-video-xgixp-1.8.0.tar.bz2
  xf86-video-xgixp-symbols.diff

New:

  README.meta



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.CWYke5/_old  2012-05-08 12:06:31.0 +0200
+++ /var/tmp/diff_new_pack.CWYke5/_new  2012-05-08 12:06:31.0 +0200
@@ -20,221 +20,83 @@
 %define broken_kms_blacklist 0
 
 Name:   xorg-x11-driver-video
-BuildRequires:  Mesa-devel
-BuildRequires:  libdrm-devel

commit xorg-x11-driver-video for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-03-26 15:38:13

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-03-20 17:48:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-03-26 15:38:14.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 25 01:57:35 UTC 2012 - jeng...@medozas.de
+
+- Parallel build with %_smp_mflags; strip redundant spec sections
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.w3Vqa0/_old  2012-03-26 15:38:17.0 +0200
+++ /var/tmp/diff_new_pack.w3Vqa0/_new  2012-03-26 15:38:17.0 +0200
@@ -16,6 +16,7 @@
 #
 
 
+#
 %define broken_kms_blacklist 0
 
 Name:   xorg-x11-driver-video
@@ -126,8 +127,8 @@
 
 %prep
 %setup -q -T -c %{name}
-for i in $RPM_SOURCE_DIR/xf86-video-*.tar.bz2; do tar xjf $i; done
-tar xjf %{SOURCE56}
+for i in $RPM_SOURCE_DIR/xf86-video-*.tar.bz2; do tar -xjf $i; done
+tar -xjf %{SOURCE56}
 # Geode LX/GX is x86 only
 %ifnarch %ix86
 rm -rf xf86-video-geode*
@@ -198,7 +199,7 @@
 esac
 test -f configure || autoreconf -fi
 %configure $CONFIG_OPTS CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
   popd
 done
 
@@ -211,9 +212,6 @@
 %endif
 tar xf $RPM_SOURCE_DIR/xorg-confd-snippets.tar.bz2 -C $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit xorg-x11-driver-video for openSUSE:Factory

2012-03-05 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-03-05 18:02:40

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-02-27 18:38:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-03-05 18:02:55.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 16:31:56 CET 2012 - meiss...@suse.de
+
+- disable building the Intel driver on non-intel x86* platforms.
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.zOXUWh/_old  2012-03-05 18:02:57.0 +0100
+++ /var/tmp/diff_new_pack.zOXUWh/_new  2012-03-05 18:02:57.0 +0100
@@ -15,12 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define broken_kms_blacklist 0
 
 Name:   xorg-x11-driver-video
-BuildRequires:  Mesa-devel libdrm-devel libtool pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
+BuildRequires:  Mesa-devel
+BuildRequires:  libdrm-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11-proto-devel
+BuildRequires:  xorg-x11-server-sdk
 BuildRequires:  pkgconfig(xvmc)
 %if %suse_version  1210
 BuildRequires:  xcb-util-devel
@@ -29,18 +33,24 @@
 %endif
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:77
-License:MIT
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  System/X11/Servers/XF86_4
-Provides:   xorg-x11-driver-video-nvidia 855resolution 915resolution
-Provides:   intel-i810-xorg-x11 xorg-x11-driver-video-intel
+Provides:   855resolution
+Provides:   915resolution
+Provides:   intel-i810-xorg-x11
+Provides:   xorg-x11-driver-video-intel
+Provides:   xorg-x11-driver-video-nvidia
 Requires:   VIDEO_ABI_VERSION = 10
 Requires:   libdrm = 2.4.21
-Obsoletes:  xorg-x11-driver-video-nvidia 855resolution 915resolution
-Obsoletes:  intel-i810-xorg-x11 xorg-x11-driver-video-intel
+Obsoletes:  855resolution
+Obsoletes:  915resolution
+Obsoletes:  intel-i810-xorg-x11
+Obsoletes:  xorg-x11-driver-video-intel
+Obsoletes:  xorg-x11-driver-video-nvidia
 Supplements:xorg-x11-server
 Summary:X.Org video drivers
+License:MIT
+Group:  System/X11/Servers/XF86_4
 ExcludeArch:s390 s390x
 Source0:xf86-video-apm-1.2.3.tar.bz2
 Source1:xf86-video-ark-0.7.3.tar.bz2
@@ -150,6 +160,12 @@
 ### disabled for now (bnc #687802)
 #%patch155 -p1
 popd
+
+# only available on Intel 32 and 64bit I think.
+%ifnarch %ix86 x86_64
+rm -rf xf86-video-intel-*
+%endif
+
 pushd xf86-video-nv-*
 %patch132 -p1
 popd
@@ -212,7 +228,9 @@
 /etc/modprobe.d/99-kms.conf
 %endif
 /usr/bin/intel_*
+%ifarch %ix86 x86_64
 %{_libdir}/lib*
+%endif
 %{_libdir}/xorg/modules/
 %{_mandir}/man1/*
 %{_mandir}/man4/*

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



commit xorg-x11-driver-video for openSUSE:Factory

2012-02-27 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-02-27 18:38:28

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-02-17 12:11:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-02-27 18:38:30.0 +0100
@@ -1,0 +2,11 @@
+Sat Feb 25 13:56:15 UTC 2012 - sndir...@suse.com
+
+- build intel driver with SandyBridge's New Acceleration (SNA)
+
+---
+Fri Feb 24 17:02:31 UTC 2012 - v...@ovi.com
+
+- Update xf86-video-intel from 2.16 to 2.18
+  * U_uxa-Fix-clip-processing-for-uxa_fill_spans.patch upstreamed
+
+---

Old:

  U_uxa-Fix-clip-processing-for-uxa_fill_spans.patch
  xf86-video-intel-2.16.0.tar.bz2

New:

  xf86-video-intel-2.18.0.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.IWr4U6/_old  2012-02-27 18:38:33.0 +0100
+++ /var/tmp/diff_new_pack.IWr4U6/_new  2012-02-27 18:38:33.0 +0100
@@ -71,7 +71,7 @@
 Source38:   xf86-video-vesa-2.3.0.tar.bz2
 Source41:   xf86-video-vmware-11.0.3.tar.bz2
 Source42:   xf86-video-voodoo-1.2.4.tar.bz2
-Source45:   xf86-video-intel-2.16.0.tar.bz2
+Source45:   xf86-video-intel-2.18.0.tar.bz2
 Source46:   xf86-video-ati-6.14.3.tar.bz2
 Source51:   xf86-video-geode-2.11.12.tar.bz2
 Source54:   xf86-video-mach64-6.9.0.tar.bz2
@@ -108,7 +108,6 @@
 Patch157:   U_xgi-Fix-build-on-bigendian.patch
 Patch158:   U_API-compat-fix-for-DRAWABLE_BUFFER.patch
 %endif
-Patch159:   U_uxa-Fix-clip-processing-for-uxa_fill_spans.patch
 
 %description
 This package contains X.Org video drivers.
@@ -150,7 +149,6 @@
 %patch150 -p1
 ### disabled for now (bnc #687802)
 #%patch155 -p1
-%patch159 -p1
 popd
 pushd xf86-video-nv-*
 %patch132 -p1
@@ -175,13 +173,15 @@
 
 %build
 for dir in $(ls -d xf86-video-*) intel-gpu-tools-*; do
+  CONFIG_OPTS=
   pushd $dir
 case $dir in
   xf86-video-mga-*) rm -f configure ;;
+  xf86-video-intel-*) CONFIG_OPTS=--enable-sna ;;
  *) ;;
 esac
 test -f configure || autoreconf -fi
-%configure CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
+%configure $CONFIG_OPTS CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 %{__make} %{?jobs:-j%jobs}
   popd
 done

++ xf86-video-intel-2.16.0.tar.bz2 - xf86-video-intel-2.18.0.tar.bz2 ++
 163435 lines of diff (skipped)

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



commit xorg-x11-driver-video for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-02-17 12:10:47

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2012-01-11 15:39:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-02-17 12:11:09.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 21:44:32 UTC 2012 - sndir...@suse.com
+
+- fixed buildreqs due to splitted xorg-x11-libs 
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.R8QYw2/_old  2012-02-17 12:11:11.0 +0100
+++ /var/tmp/diff_new_pack.R8QYw2/_new  2012-02-17 12:11:11.0 +0100
@@ -21,6 +21,12 @@
 
 Name:   xorg-x11-driver-video
 BuildRequires:  Mesa-devel libdrm-devel libtool pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
+BuildRequires:  pkgconfig(xvmc)
+%if %suse_version  1210
+BuildRequires:  xcb-util-devel
+%else
+BuildRequires:  xcb-util-0_3_6-devel
+%endif
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:77

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



commit xorg-x11-driver-video for openSUSE:Factory

2012-01-11 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-01-11 15:38:28

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2011-11-23 19:38:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-01-11 15:39:06.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 10 10:56:57 UTC 2012 - e...@suse.com
+
+- As requested by Michael Meeks - pulled patch
+  429a36f7481b9bfd5ed137642d2916d69a713557 from
+  upstream to fix an issue seen in LibreOffice
+  (bnc #740520).
+
+---

New:

  U_uxa-Fix-clip-processing-for-uxa_fill_spans.patch



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.OExiRc/_old  2012-01-11 15:39:08.0 +0100
+++ /var/tmp/diff_new_pack.OExiRc/_new  2012-01-11 15:39:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-driver-video
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -102,6 +102,7 @@
 Patch157:   U_xgi-Fix-build-on-bigendian.patch
 Patch158:   U_API-compat-fix-for-DRAWABLE_BUFFER.patch
 %endif
+Patch159:   U_uxa-Fix-clip-processing-for-uxa_fill_spans.patch
 
 %description
 This package contains X.Org video drivers.
@@ -143,6 +144,7 @@
 %patch150 -p1
 ### disabled for now (bnc #687802)
 #%patch155 -p1
+%patch159 -p1
 popd
 pushd xf86-video-nv-*
 %patch132 -p1

++ U_uxa-Fix-clip-processing-for-uxa_fill_spans.patch ++
From: Chris Wilson ch...@chris-wilson.co.uk
Date: Fri Dec 9 09:54:12 2011 +
Subject: [PATCH] uxa: Fix clip processing for uxa_fill_spans()
Patch-Mainline: Upstream
Git-commit: 429a36f7481b9bfd5ed137642d2916d69a713557
References: 
Signed-off-by: Egbert Eich e...@suse.de

Fixes regression from e0066e77e026b0dd0daa0c3765473c7d63aa6753
(uxa: Simplify Composite solid acceleration for spans by only clipping
once) [2.15.901]

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43649
Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
---
 uxa/uxa-accel.c |   22 +-
 1 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/uxa/uxa-accel.c b/uxa/uxa-accel.c
index 21957a3..e4afd13 100644
--- a/uxa/uxa-accel.c
+++ b/uxa/uxa-accel.c
@@ -92,21 +92,17 @@ uxa_fill_spans(DrawablePtr pDrawable, GCPtr pGC, int n,
nbox = REGION_NUM_RECTS(pClip);
pbox = REGION_RECTS(pClip);
while (nbox--) {
-   if (pbox-y1  y || pbox-y2 = y)
-   continue;
-
-   if (x1  pbox-x1)
-   x1 = pbox-x1;
+   int X1 = x1, X2 = x2;
+   if (X1  pbox-x1)
+   X1 = pbox-x1;
 
-   if (x2  pbox-x2)
-   x2 = pbox-x2;
-
-   if (x2 = x1)
-   continue;
+   if (X2  pbox-x2)
+   X2 = pbox-x2;
 
-   (*uxa_screen-info-solid) (dst_pixmap,
-   x1 + off_x, y + off_y,
-   x2 + off_x, y + 1 + off_y);
+   if (X2  X1  pbox-y1 = y  pbox-y2  y)
+   (*uxa_screen-info-solid) (dst_pixmap,
+   X1 + off_x, y + 
off_y,
+   X2 + off_x, y + 1 + 
off_y);
pbox++;
}
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-driver-video for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2011-12-06 19:16:49

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:




Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.3a8hJz/_old  2011-12-06 19:57:51.0 +0100
+++ /var/tmp/diff_new_pack.3a8hJz/_new  2011-12-06 19:57:51.0 +0100
@@ -24,7 +24,7 @@
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:77
-License:MIT License (or similar)
+License:MIT
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
 Provides:   xorg-x11-driver-video-nvidia 855resolution 915resolution

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2011-11-23 19:38:09

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2011-11-05 12:14:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2011-11-23 19:38:15.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:48:11 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.hIBxHY/_old  2011-11-23 19:38:17.0 +0100
+++ /var/tmp/diff_new_pack.hIBxHY/_new  2011-11-23 19:38:17.0 +0100
@@ -20,7 +20,7 @@
 %define broken_kms_blacklist 0
 
 Name:   xorg-x11-driver-video
-BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
+BuildRequires:  Mesa-devel libdrm-devel libtool pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
 Release:77

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-11-05 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2011-11-05 11:33:34

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2011-11-02 15:46:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2011-11-05 12:14:05.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov  3 16:49:05 UTC 2011 - sndir...@suse.com
+
+- xf86-video-ati 6.14.3
+  * Support for more cards, in particular Llano APUs. 
+  * KMS page flipping fixes. 
+  * vdpau/XvMC support (currently only available for = R3xx via
+Gallium3D). 
+  * Tiling fixes, enable it on more cards by default. 
+
+---

Old:

  xf86-video-ati-6.14.2.tar.bz2

New:

  xf86-video-ati-6.14.3.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.fRcvd8/_old  2011-11-05 12:14:35.0 +0100
+++ /var/tmp/diff_new_pack.fRcvd8/_new  2011-11-05 12:14:35.0 +0100
@@ -66,7 +66,7 @@
 Source41:   xf86-video-vmware-11.0.3.tar.bz2
 Source42:   xf86-video-voodoo-1.2.4.tar.bz2
 Source45:   xf86-video-intel-2.16.0.tar.bz2
-Source46:   xf86-video-ati-6.14.2.tar.bz2
+Source46:   xf86-video-ati-6.14.3.tar.bz2
 Source51:   xf86-video-geode-2.11.12.tar.bz2
 Source54:   xf86-video-mach64-6.9.0.tar.bz2
 Source55:   xf86-video-r128-6.8.1.tar.bz2

++ xf86-video-ati-6.14.2.tar.bz2 - xf86-video-ati-6.14.3.tar.bz2 ++
 31040 lines of diff (skipped)

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-11-02 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2011-11-02 15:46:49

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)


Package is xorg-x11-driver-video, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
2011-10-11 17:07:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2011-11-02 15:46:52.0 +0100
@@ -1,0 +2,8 @@
+Mon Oct 31 10:40:20 UTC 2011 - e...@suse.com
+
+- U_API-compat-fix-for-DRAWABLE_BUFFER.patch:
+  Fix for API change in Xserver: Removed DRAWABLE_BUFFER which is 
+  no longer in the Xserver fixes an big endian issue in the xgixp 
+  driver (for ppc).
+
+---

New:

  U_API-compat-fix-for-DRAWABLE_BUFFER.patch



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.5qhhOy/_old  2011-11-02 15:46:56.0 +0100
+++ /var/tmp/diff_new_pack.5qhhOy/_new  2011-11-02 15:46:56.0 +0100
@@ -100,6 +100,7 @@
 Patch155:   xf86-video-intel-copyfb.diff
 %ifnarch %arm
 Patch157:   U_xgi-Fix-build-on-bigendian.patch
+Patch158:   U_API-compat-fix-for-DRAWABLE_BUFFER.patch
 %endif
 
 %description
@@ -160,6 +161,7 @@
 popd
 pushd xf86-video-xgixp-*
 %patch145 -p1
+%patch158 -p1
 popd
 %endif
 

++ U_API-compat-fix-for-DRAWABLE_BUFFER.patch ++
From: Adam Jackson a...@redhat.com
Date: Fri Mar 25 18:46:55 2011 -0400
Subject: [PATCH] API compat fix for DRAWABLE_BUFFER
Patch-Mainline: Upstream
Git-commit: 86258a6fd8fc8bb09a52ee446b37abe6bd0843ef
References:  
Signed-off-by: Egbert Eich e...@suse.de

Signed-off-by: Adam Jackson a...@redhat.com
---
 src/xgi_driver.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/xgi_driver.c b/src/xgi_driver.c
index e54d8c7..189b84a 100644
--- a/src/xgi_driver.c
+++ b/src/xgi_driver.c
@@ -2708,7 +2708,9 @@ xg47_setup_fb_wrap(ReadMemoryProcPtr *read_ptr,
 {
 switch (pDraw-type) {
 case DRAWABLE_WINDOW:
+#ifdef DRAWABLE_BUFFER
 case DRAWABLE_BUFFER:
+#endif
*read_ptr = xg47_read_memory_swap_func;
*write_ptr = xg47_write_memory_swap_func;
break;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-driver-video for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Tue Oct 11 17:07:20 CEST 2011.




--- openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-09-23 12:52:22.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-10-04 12:42:22.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  4 10:41:38 UTC 2011 - sndir...@suse.com
+
+- Don't build the xgi{,xp} drivers on ARM to fix the build on
+  this platform
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.ogXNAR/_old  2011-10-11 17:07:09.0 +0200
+++ /var/tmp/diff_new_pack.ogXNAR/_new  2011-10-11 17:07:09.0 +0200
@@ -91,12 +91,16 @@
 Patch131:   xf86-video-ati-bug519261-increase-virtual.diff
 Patch132:   xf86-video-nv-bug519261-increase-virtual.diff
 Patch137:   xf86-video-newport-commit-48f48e5.diff
+%ifnarch %arm
 Patch143:   xf86-video-xgi-buildfix.diff
 Patch144:   xf86-video-xgi-symbols.diff
 Patch145:   xf86-video-xgixp-symbols.diff
+%endif
 Patch150:   xf86-video-intel-dell_backlight.diff
 Patch155:   xf86-video-intel-copyfb.diff
+%ifnarch %arm
 Patch157:   U_xgi-Fix-build-on-bigendian.patch
+%endif
 
 %description
 This package contains X.Org video drivers.
@@ -145,6 +149,10 @@
 pushd xf86-video-newport-*
 %patch137 -p1
 popd
+# Don't build the xgi{,xp} drivers on ARM to fix the build on this platform
+%ifarch %arm
+rm -rf xf86-video-xgi-* xf86-video-xgixp-*
+%else
 pushd xf86-video-xgi-*
 %patch143 -p1
 %patch144 -p1
@@ -153,6 +161,7 @@
 pushd xf86-video-xgixp-*
 %patch145 -p1
 popd
+%endif
 
 %build
 for dir in $(ls -d xf86-video-*) intel-gpu-tools-*; do

continue with q...



Remember to have fun...

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-07-27 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Wed Jul 27 11:31:24 CEST 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-07-02 
21:11:24.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-07-10 22:04:55.0 +0200
@@ -1,0 +2,13 @@
+Sun Jul 10 19:55:35 UTC 2011 - e...@suse.de
+
+- added U_xgi-Fix-build-on-bigendian.patch:
+   Fixed a big endian issue in xgi, extracted from xgi GIT (found by
+   Marcus Meissner). 
+
+--
+Sun Jul 10 19:54:53 UTC 2011 - e...@suse.de
+
+- renamed xf86-video-geode-Stop-including-linux-videodev.h-in-z4l.c.patch
+  to U_geode-Stop-including-linux-videodev.h-in-z4l.c.patch. 
+
+---

calling whatdependson for head-i586


Old:

  xf86-video-geode-Stop-including-linux-videodev.h-in-z4l.c.patch

New:

  U_geode-Stop-including-linux-videodev.h-in-z4l.c.patch
  U_xgi-Fix-build-on-bigendian.patch



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.VBxOpz/_old  2011-07-27 11:30:32.0 +0200
+++ /var/tmp/diff_new_pack.VBxOpz/_new  2011-07-27 11:30:32.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:73
+Release:75
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -97,7 +97,8 @@
 Patch145:   xf86-video-xgixp-symbols.diff
 Patch150:   xf86-video-intel-dell_backlight.diff
 Patch155:   xf86-video-intel-copyfb.diff
-Patch156:   xf86-video-geode-Stop-including-linux-videodev.h-in-z4l.c.patch
+Patch156:   U_geode-Stop-including-linux-videodev.h-in-z4l.c.patch
+Patch157:   U_xgi-Fix-build-on-bigendian.patch
 
 %description
 This package contains X.Org video drivers.
@@ -149,6 +150,7 @@
 pushd xf86-video-xgi-*
 %patch143 -p1
 %patch144 -p1
+%patch157 -p1
 popd
 pushd xf86-video-xgixp-*
 %patch145 -p1

++ U_geode-Stop-including-linux-videodev.h-in-z4l.c.patch ++
From 30d46e6c28479e07ac8328b6f4dfc2692eb1ac6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin-=C3=89ric=20Racine?= martin-eric.rac...@iki.fi
Date: Mon, 7 Feb 2011 00:04:06 +
Subject: [PATCH] Stop including linux/videodev.h in z4l.c
 V4L1 support was dropped as of Linux kernel 2.6.38
Patch-mainline: From Upstream

---
 src/z4l.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/z4l.c b/src/z4l.c
index 11b3fa5..d44ff73 100644
--- a/src/z4l.c
+++ b/src/z4l.c
@@ -55,7 +55,6 @@ typedef long long __s64;
 #define __u64 __u_64
 typedef unsigned long long __u64;
 
-#include linux/videodev.h
 #define __user
 #include linux/videodev2.h
 
-- 
1.7.4.1

++ U_xgi-Fix-build-on-bigendian.patch ++
From 82b83468d0ce39c52975a9a4dccbebc6abf6968e Mon Sep 17 00:00:00 2001
From: Adam Jackson a...@redhat.com
Date: Fri, 25 Mar 2011 18:55:27 -0400
Subject: [PATCH] Fix build on bigendian
Patch-mainline: From Upstream

Signed-off-by: Adam Jackson a...@redhat.com
---
 src/Makefile.am |2 ++
 src/vb_init.c   |4 +++-
 src/xgi_accel.c |   15 +--
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 96e7018..505f4c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,6 +36,8 @@ xgi_drv_la_SOURCES = \
vb_def.h \
vb_ext.c \
vb_ext.h \
+   vb_i2c.c \
+   vb_i2c.h \
vb_init.c \
vb_init.h \
vb_setmode.c \
diff --git a/src/vb_init.c b/src/vb_init.c
index 8338410..50980c4 100755
--- a/src/vb_init.c
+++ b/src/vb_init.c
@@ -131,6 +131,8 @@ static void 
XGINew_SetDRAMDefaultRegister340(PXGI_HW_DEVICE_INFO, USHORT,
 static void XGINew_SetDRAMDefaultRegisterXG45(PXGI_HW_DEVICE_INFO, USHORT, 
 PVB_DEVICE_INFO);
 static UCHAR XGINew_Get340DRAMType(PXGI_HW_DEVICE_INFO, PVB_DEVICE_INFO);
+/* horrible */
+#define XGINew_GetXG20DRAMType XGINew_Get340DRAMType
 
 static int XGINew_SetDDRChannel(int index, UCHAR ChannelNo,
 UCHAR XGINew_ChannelAB, const USHORT DRAMTYPE_TABLE[][5],
@@ -1451,7 +1453,7 @@ void XGINew_SetDRAMDefaultRegister340( 
PXGI_HW_DEVICE_INFO HwDeviceExtension ,
 }
 
 temp3 = 0 ;
-for( k = 0 ; k  4 ; k++ )
+for( k = 1 ; k  4 ; k++ )
 {
 XGI_SetRegANDOR((XGIIOADDRESS) P3d4 , 0x6E , 0xFC , temp3 ) ;  
/* CR6E_D[1:0] select channel */
 temp2 = 0 ;
diff --git a/src/xgi_accel.c b/src/xgi_accel.c
index c072691..4536c81 100755
--- a/src/xgi_accel.c
+++ b/src/xgi_accel.c
@@ -200,20 +200,7 @@ extern int FbDevExist;
 #endif
 
 #if X_BYTE_ORDER == 

commit xorg-x11-driver-video for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Wed Jun 22 11:11:22 CEST 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-05-31 
13:50:51.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-06-22 10:27:29.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 21 10:15:14 UTC 2011 - sndir...@novell.com
+
+- xf86-video-ati 6.14.2
+  * support for new GPUs
+  * a bunch of fusion/cayman fixes
+
+---

calling whatdependson for head-i586


Old:

  xf86-video-ati-6.14.1.tar.bz2

New:

  xf86-video-ati-6.14.2.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.20s1Qc/_old  2011-06-22 11:11:07.0 +0200
+++ /var/tmp/diff_new_pack.20s1Qc/_new  2011-06-22 11:11:07.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:69
+Release:71
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -66,7 +66,7 @@
 Source41:   xf86-video-vmware-11.0.3.tar.bz2
 Source42:   xf86-video-voodoo-1.2.4.tar.bz2
 Source45:   xf86-video-intel-2.15.0.tar.bz2
-Source46:   xf86-video-ati-6.14.1.tar.bz2
+Source46:   xf86-video-ati-6.14.2.tar.bz2
 Source51:   xf86-video-geode-2.11.10.tar.bz2
 Source54:   xf86-video-mach64-6.8.2.tar.bz2
 Source55:   xf86-video-r128-6.8.1.tar.bz2

++ xf86-video-ati-6.14.1.tar.bz2 - xf86-video-ati-6.14.2.tar.bz2 ++
 76610 lines of diff (skipped)






Remember to have fun...

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Mon May 2 16:28:53 CEST 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-04-15 
21:53:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-05-02 12:55:34.0 +0200
@@ -1,0 +2,9 @@
+Mon May  2 10:52:42 UTC 2011 - sndir...@novell.com
+
+- xf86-video-ati 6.14.1
+  * add cayman support (shadowfb, kms-only, requires kernel 2.6.39)
+  * fix build against xserver 1.10
+  * big endian support for r6xx+ (kms)
+  * bug fixes
+- obsoletes 
xf86-video-ati-kms-don-t-rotate-if-acceleration-is-not-enabled.patch 
+---

calling whatdependson for head-i586


Old:

  xf86-video-ati-6.14.0.tar.bz2
  xf86-video-ati-kms-don-t-rotate-if-acceleration-is-not-enabled.patch

New:

  xf86-video-ati-6.14.1.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.9kRsPL/_old  2011-05-02 16:26:36.0 +0200
+++ /var/tmp/diff_new_pack.9kRsPL/_new  2011-05-02 16:26:36.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:65
+Release:67
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -67,7 +67,7 @@
 Source42:   xf86-video-voodoo-1.2.4.tar.bz2
 Source44:   HALlib-4.1.tar.gz
 Source45:   xf86-video-intel-2.15.0.tar.bz2
-Source46:   xf86-video-ati-6.14.0.tar.bz2
+Source46:   xf86-video-ati-6.14.1.tar.bz2
 Source51:   xf86-video-geode-2.11.10.tar.bz2
 Source54:   xf86-video-mach64-6.8.2.tar.bz2
 Source55:   xf86-video-r128-6.8.1.tar.bz2
@@ -105,7 +105,6 @@
 Patch145:   xf86-video-xgixp-symbols.diff
 Patch150:   xf86-video-intel-dell_backlight.diff
 Patch155:   xf86-video-intel-copyfb.diff
-Patch157:   
xf86-video-ati-kms-don-t-rotate-if-acceleration-is-not-enabled.patch
 
 %description
 This package contains X.Org video drivers.
@@ -152,7 +151,6 @@
 %patch68 -p2
 %patch69 -p2
 %patch131 -p1
-%patch157 -p1
 popd
 pushd xf86-video-fbdev-*
 %patch71

++ xf86-video-ati-6.14.0.tar.bz2 - xf86-video-ati-6.14.1.tar.bz2 ++
 66612 lines of diff (skipped)






Remember to have fun...

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-04-16 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Sat Apr 16 17:07:53 CEST 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-04-14 
16:31:25.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-04-15 21:53:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 19:51:42 UTC 2011 - sndir...@novell.com
+
+- disabled xf86-video-intel-copyfb.diff for now (bnc #687802) 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.4Qkloz/_old  2011-04-16 17:04:46.0 +0200
+++ /var/tmp/diff_new_pack.4Qkloz/_new  2011-04-16 17:04:46.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:59
+Release:65
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -160,7 +160,8 @@
 pushd xf86-video-intel-*
 %patch130 -p0
 %patch150 -p1
-%patch155 -p1
+### disabled for now (bnc #687802)
+#%patch155 -p1
 popd
 pushd xf86-video-nv-*
 %patch132 -p1






Remember to have fun...

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-04-15 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Fri Apr 15 14:14:33 CEST 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-03-17 
19:00:12.0 +0100
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-04-14 16:31:25.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 14 13:09:56 UTC 2011 - sndir...@novell.com
+
+- xf86-video-intel 2.15.0
+- obsoletes xf86-video-intel-uxa-Undo-damage-translation-before-appending.patch
+- adjusted xf86-video-intel-dell_backlight.diff, 
+  xf86-video-intel-copyfb.diff
+
+---

calling whatdependson for head-i586


Old:

  xf86-video-intel-2.14.0.tar.bz2
  xf86-video-intel-uxa-Undo-damage-translation-before-appending.patch

New:

  xf86-video-intel-2.15.0.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.48jaU6/_old  2011-04-15 14:12:13.0 +0200
+++ /var/tmp/diff_new_pack.48jaU6/_new  2011-04-15 14:12:13.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:58
+Release:59
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -66,7 +66,7 @@
 Source41:   xf86-video-vmware-11.0.3.tar.bz2
 Source42:   xf86-video-voodoo-1.2.4.tar.bz2
 Source44:   HALlib-4.1.tar.gz
-Source45:   xf86-video-intel-2.14.0.tar.bz2
+Source45:   xf86-video-intel-2.15.0.tar.bz2
 Source46:   xf86-video-ati-6.14.0.tar.bz2
 Source51:   xf86-video-geode-2.11.10.tar.bz2
 Source54:   xf86-video-mach64-6.8.2.tar.bz2
@@ -105,7 +105,6 @@
 Patch145:   xf86-video-xgixp-symbols.diff
 Patch150:   xf86-video-intel-dell_backlight.diff
 Patch155:   xf86-video-intel-copyfb.diff
-Patch156:   
xf86-video-intel-uxa-Undo-damage-translation-before-appending.patch
 Patch157:   
xf86-video-ati-kms-don-t-rotate-if-acceleration-is-not-enabled.patch
 
 %description
@@ -162,7 +161,6 @@
 %patch130 -p0
 %patch150 -p1
 %patch155 -p1
-%patch156 -p1
 popd
 pushd xf86-video-nv-*
 %patch132 -p1

++ xf86-video-intel-2.14.0.tar.bz2 - xf86-video-intel-2.15.0.tar.bz2 ++
 35740 lines of diff (skipped)

++ xf86-video-intel-copyfb.diff ++
--- /var/tmp/diff_new_pack.48jaU6/_old  2011-04-15 14:12:14.0 +0200
+++ /var/tmp/diff_new_pack.48jaU6/_new  2011-04-15 14:12:14.0 +0200
@@ -1,14 +1,13 @@
 a/src/intel.h
-+++ b/src/intel.h
-@@ -501,7 +501,7 @@ extern void intel_mode_fini(intel_screen_private *intel);
+--- a/src/intel.h.orig 2011-04-14 15:57:29.765054000 +0200
 b/src/intel.h  2011-04-14 15:57:45.895588000 +0200
+@@ -462,6 +462,7 @@ extern void intel_mode_fini(intel_screen
  extern int intel_get_pipe_from_crtc_id(drm_intel_bufmgr *bufmgr, xf86CrtcPtr 
crtc);
  extern int intel_crtc_id(xf86CrtcPtr crtc);
  extern int intel_output_dpms_status(xf86OutputPtr output);
--
 +extern void intel_copy_fb(ScrnInfoPtr pScrn);
- extern Bool intel_do_pageflip(intel_screen_private *intel,
- dri_bo *new_front,
- void *data, int ref_crtc_hw_id);
+ 
+ enum DRI2FrameEventType {
+   DRI2_SWAP,
 diff --git a/src/intel_display.c b/src/intel_display.c
 index 7167e86..67a3351 100644
 --- a/src/intel_display.c
@@ -121,7 +120,7 @@
 +pScrn-virtualX, pScrn-virtualY);
 +  intel-uxa_driver-done_copy(dst);
 +
-+  intel_batch_submit(pScrn, TRUE);
++  intel_batch_submit(pScrn);
 +
 +  (*pScreen-DestroyPixmap)(src);
 +  (*pScreen-DestroyPixmap)(dst);

++ xf86-video-intel-dell_backlight.diff ++
--- /var/tmp/diff_new_pack.48jaU6/_old  2011-04-15 14:12:14.0 +0200
+++ /var/tmp/diff_new_pack.48jaU6/_new  2011-04-15 14:12:14.0 +0200
@@ -1,11 +1,9 @@
-diff --git a/src/intel_display.c b/src/intel_display.c
-index 1198013..967f062 100644
 a/src/intel_display.c
-+++ b/src/intel_display.c
-@@ -119,6 +119,7 @@ intel_output_dpms_backlight(xf86OutputPtr output, int 
oldmode, int mode);
+--- a/src/intel_display.c.orig 2011-04-14 15:46:25.537155000 +0200
 b/src/intel_display.c  2011-04-14 15:46:37.699039000 +0200
+@@ -119,6 +119,7 @@
+  * List of available kernel interfaces in priority order
   */
  static const char *backlight_interfaces[] = {
-   intel, /* prefer our own native backlight driver */
 +  dell_backlight,
asus-laptop,
eeepc,






Remember to have fun...

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

commit xorg-x11-driver-video for openSUSE:Factory

2011-02-24 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Thu Feb 24 09:05:11 CET 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-02-15 
18:25:07.0 +0100
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-02-22 17:11:06.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 22 15:34:19 UTC 2011 - sndir...@novell.com
+
+- added qxl driver to support QXL virtual GPU used by spice, which
+  is now also supported by qemu beginning with release 0.14
+
+---

calling whatdependson for head-i586


New:

  xf86-video-qxl-0.0.13.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.0gsOko/_old  2011-02-24 09:04:32.0 +0100
+++ /var/tmp/diff_new_pack.0gsOko/_new  2011-02-24 09:04:32.0 +0100
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:55
+Release:56
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -74,6 +74,7 @@
 Source56:   intel-gpu-tools-1.0.2-20101210-292ae45.tar.bz2
 Source57:   xf86-video-xgi-1.6.0.tar.bz2
 Source58:   xf86-video-xgixp-1.8.0.tar.bz2
+Source59:   xf86-video-qxl-0.0.13.tar.bz2
 Source99:   baselibs.conf
 Source100:  sax2-hwinfo-data.tar.gz
 %if %broken_kms_blacklist






Remember to have fun...

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