Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2012-06-05 15:36:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes        
2012-05-08 12:04:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2012-06-05 15:36:19.000000000 +0200
@@ -1,0 +2,46 @@
+Fri Jun  1 12:29:20 UTC 2012 - sndir...@suse.com
+
+- updated to latest git version 2.19.0_20120601_8eed569 with a lot
+  of fixes for SNA and the configuration possibility to use UXA,
+  SNA or GLAMOR 2D acceleration
+- make again UXA the default, but als build SNA and GLAMOR backends
+- recommend instead of require glamor package
+
+-------------------------------------------------------------------
+Fri Jun  1 09:24:27 UTC 2012 - sndir...@suse.com
+
+- remove hw supplements, add recommends to vaapi-intel-driver
+  (bnc#764395)
+
+-------------------------------------------------------------------
+Wed May 30 11:10:16 UTC 2012 - sndir...@suse.com
+
+- apparently building with "--disable-uxa --enable-glamor" is
+  different from building with "--enable-glamor". The former
+  resulted in an intel driver no longer working at all. The latter
+  results in an "glamor"-enabled intel driver. So use the latter
+  one. ;-)
+
+-------------------------------------------------------------------
+Wed May 30 09:52:16 UTC 2012 - sndir...@suse.com
+
+- enable "glamor" for real 
+
+-------------------------------------------------------------------
+Sat May 26 21:43:46 UTC 2012 - sndir...@suse.com
+
+- switched to "glamor" 2D acceleration
+
+-------------------------------------------------------------------
+Sat May 26 06:24:14 UTC 2012 - crrodrig...@opensuse.org
+
+- Update to version 2.19.0, bugfixes and support
+  for Ivy bridge server chipset.
+
+-------------------------------------------------------------------
+Tue May 22 23:23:59 UTC 2012 - crrodrig...@opensuse.org
+
+- Add proper "Supplements" so driver gets pulled automatically
+  if the user has suitable hardware.
+
+-------------------------------------------------------------------

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

New:
----
  xf86-video-intel-2.19.0_20120601_8eed569.tar.bz2

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

Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.kNYyhh/_old  2012-06-05 15:36:21.000000000 +0200
+++ /var/tmp/diff_new_pack.kNYyhh/_new  2012-06-05 15:36:21.000000000 +0200
@@ -15,17 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define glamor 1
+
 Name:           xf86-video-intel
-Version:        2.18.0
+Version:        2.19.0_20120601_8eed569
 Release:        0
-License:        MIT
 Summary:        Intel video driver for the Xorg X server
-Url:            http://xorg.freedesktop.org/
+License:        MIT
 Group:          System/X11/Servers/XF86_4
-Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Url:            http://xorg.freedesktop.org/
+Source0:        %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 Patch0:         xf86-video-intel-dell_backlight.diff
 Patch1:         xf86-video-intel-copyfb.diff
+%if %glamor
+Recommends:     glamor
+%endif
+Recommends:     vaapi-intel-driver
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dri2proto) >= 2.6
 BuildRequires:  pkgconfig(fontsproto)
@@ -50,6 +60,9 @@
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xvmc)
+%if %glamor
+BuildRequires:  pkgconfig(glamor)
+%endif
 Supplements:    xorg-x11-server
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:      xorg-x11-driver-video <= 7.6
@@ -62,6 +75,7 @@
 Obsoletes:      915resolution
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
+
 %x11_abi_videodrv_req
 
 %description
@@ -76,16 +90,20 @@
 the 830M and later.
 
 %prep
-%setup -q
+%setup -q -n xf86-video-intel
 %patch0 -p1
 ### disabled for now (bnc #687802)
 #%patch1 -p1
 
 %build
+autoreconf -fi
 %configure \
         --enable-uxa \
-        --disable-sna \
-        --disable-glamor
+       --enable-sna \
+%if %glamor
+        --enable-glamor \
+%endif
+       --with-default-accel=uxa
 make %{?_smp_mflags}
 
 %install

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

Reply via email to