Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2014-04-06 07:10:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-13 06:51:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2014-04-06 07:10:26.000000000 +0200
@@ -1,0 +2,51 @@
+Wed Apr  2 13:40:43 UTC 2014 - [email protected]
+
+- disable build of backlight-helper for now; just too much trouble
+  with policykit; and as long as there are GPUs considered supported
+  on our distribution without a proper KMS driver it's useless having
+  this anyway ...
+
+-------------------------------------------------------------------
+Mon Mar 31 08:56:49 UTC 2014 - [email protected]
+
+- specfile: remove URL from source ...
+
+-------------------------------------------------------------------
+Wed Mar 19 18:58:58 UTC 2014 - [email protected]
+
+- Update to 3.0 prerelease 2.99.911:
+  Hans de Geode has been working on making the Xserver work without
+  privileges under the supervision of systemd/logind. This necessitated a
+  few new features for us: server fds (where we are passed which fd to use
+  to talk to our device by the Xserver who may in turn receive it from
+  logind or other host) and a small backlight helper so that we can continue
+  to provide a RandR backlight property when running without root privileges.
+  + Flush when changing blend modes on Ironlake, or else single glyphs
+    are sometimes rendered incorrectly
+    Regression from 2.20.15
+    https://bugs.freedesktop.org/show_bug.cgi?id=74882
+  + Fix pixmap offsets for pixman fallbacks onto Composite redirected
+    windows
+    https://bugs.freedesktop.org/show_bug.cgi?id=73811
+  + Fix blending onto 8-bit destinations, typically used for generating
+    masks in complex Render operations, on gen2
+    https://bugs.freedesktop.org/show_bug.cgi?id=75818
+  + Handle failure to create DRI bo more carefully. For example on gen3,
+    the DDX supports pixmaps that are much, much larger than OpenGL can
+    use and do not support the tiling modes that we request for OpenGL.
+    
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1289049
+  + Fix a bookkeeping bug with proxy buffers that are marked active but
+    not actually inserted into a request (so they end up permanently
+    active and confuse everybody).
+    
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1289923
+   + Actually turn off displays with DPMS off for UXA.
+     Regression from 2.99.903, but requires
+     kernel commit c9976dcf55c8aaa7037427b239f15e5acfc01a3a
+     Author: Chris Wilson <[email protected]>
+     Date: Sun Sep 29 19:15:07 2013 +0100
+     drm/i915: Only apply DPMS to the encoder if enabled
+     instead for correct behaviour on Haswell.
+     https://code.google.com/p/chromium/issues/detail?id=341135
+- Add rpmlinrc file
+
+-------------------------------------------------------------------

Old:
----
  xf86-video-intel-2.99.910.tar.bz2

New:
----
  xf86-video-intel-2.99.911.1.tar.bz2

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

Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.H6OCRq/_old  2014-04-06 07:10:27.000000000 +0200
+++ /var/tmp/diff_new_pack.H6OCRq/_new  2014-04-06 07:10:27.000000000 +0200
@@ -17,9 +17,10 @@
 
 
 %define glamor 0
+%define backlighthelper 0
 
 Name:           xf86-video-intel
-Version:        2.99.910
+Version:        2.99.911.1
 Release:        0
 Summary:        Intel video driver for the Xorg X server
 License:        MIT
@@ -28,7 +29,8 @@
 
 #Git-Clone:    git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
 #Git-Web:      http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/
-Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+# http://xorg.freedesktop.org/releases/individual/driver/
+Source0:        %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 %if %glamor
 Requires:       glamor
@@ -103,6 +105,11 @@
 %build
 autoreconf -fi
 %configure \
+%if %{backlighthelper}
+--enable-backlight-helper \
+%else
+--disable-backlight-helper \
+%endif
 %ifnarch %{ix86}
     --enable-kms-only \
 %endif
@@ -113,7 +120,9 @@
 make %{?_smp_mflags}
 
 %install
+
 %make_install
+
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
 %post -p /sbin/ldconfig
@@ -121,6 +130,12 @@
 %postun -p /sbin/ldconfig
 
 %files
+%if %{backlighthelper}
+%defattr(-,polkitd,polkitd)
+%dir %{_datadir}/polkit-1
+%dir %{_datadir}/polkit-1/actions
+%endif
+
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %ifarch %{ix86}
@@ -130,7 +145,13 @@
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/intel_drv.so
 %{_bindir}/intel-virtual-output
+
 %{_datadir}/man/man4/intel.4%{?ext_man}
 %{_datadir}/man/man4/intel-virtual-output.4%{?ext_man}
 
+%if %{backlighthelper}
+%_libexecdir/xf86-video-intel-backlight-helper
+%{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy
+%endif
+
 %changelog

++++++ xf86-video-intel-2.99.910.tar.bz2 -> xf86-video-intel-2.99.911.1.tar.bz2 
++++++
++++ 147929 lines of diff (skipped)

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

Reply via email to