Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2014-01-07 16:28:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-intel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes        
2014-01-03 14:56:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2014-01-07 16:28:14.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Dec 31 17:01:00 UTC 2013 - [email protected]
+
+- disable support for legacy User Mode Setting (for i810) on
+  !%ix86 systems, while other distros currently disable this feature
+  unconditionally, I am only suggesting this change for architectures
+  that do not or cannot have this hardware.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.M2betC/_old  2014-01-07 16:28:14.000000000 +0100
+++ /var/tmp/diff_new_pack.M2betC/_new  2014-01-07 16:28:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-intel
 #
-# 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
@@ -103,6 +103,9 @@
 %build
 autoreconf -fi
 %configure \
+%ifnarch %{ix86}
+    --enable-kms-only \
+%endif
 %if %glamor
         --enable-glamor \
 %endif
@@ -120,7 +123,9 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
+%ifarch %{ix86}
 %{_libdir}/libI810XvMC.so*
+%endif
 %{_libdir}/libIntelXvMC.so*
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/intel_drv.so

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

Reply via email to