Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-05-28 07:40:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes        2013-05-03 
07:34:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-05-28 
07:41:00.000000000 +0200
@@ -1,0 +2,26 @@
+Tue May 21 23:50:51 UTC 2013 - [email protected]
+
+- update to Mesa 9.1.3:
+ * Second Life viewers from release 2.7.4.235167 to the last 
+   3.4.0.264911 crash on start. (fdo#39251)
+ * [wine] GLX_DONT_CARE does not work for GLX_DRAWABLE_TYPE or 
+   GLX_RENDER_TYPE (fdo#47478)
+ * [SNB bisected] SNB hang with rc6 and hiz on glxgears 
+   (and other GL apps) immediately after xinit. (fdo#56416)
+ * [GLSL1.40 IVB/HSW]Piglit 
spec/glsl-1.40/compiler_built-in-functions/inverse-mat2.frag 
+   fails (fdo#57436)
+ * [ivb] Mesa 9.1 performance regression on KWin's Lanczos 
+   shader (fdo#61554)
+ * abort is an incredibly not-smart way to handle IR validation 
+   (fdo#61773)
+ * solaris build broken with missing ffsll (fdo#62868)
+ * glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails 
+   (fdo#62999)
+ * EGL X11 Regression: Maximum swap interval is 0 (worked with 9.0) 
+   (fdo#63078)
+ * [i965 Bisected]Ogles1conform/Ogles2conform/Ogles3conform cases 
+   segfault (fdo#63447)
+ * [SNB 9.1 Bisected]Ogles2conform 
GL2ExtensionTests/depth_texture_cube_map/depth_texture_cube_map.test 
+   fail (fdo#64662)
+
+-------------------------------------------------------------------
@@ -22,0 +49,6 @@
+
+-------------------------------------------------------------------
+Wed Apr  3 17:30:11 UTC 2013 - [email protected]
+
+- do not build x86* specific drivers on ARM, only enable 
+  nouveau,swrast,svga for ARM platforms

Old:
----
  MesaLib-9.1.2.tar.bz2

New:
----
  MesaLib-9.1.3.tar.bz2

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

Other differences:
------------------
++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.SLP8zW/_old  2013-05-28 07:41:02.000000000 +0200
+++ /var/tmp/diff_new_pack.SLP8zW/_new  2013-05-28 07:41:02.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 %define glamor 1
-%define _version 9.1.2
+%define _version 9.1.3
 %define _name_archive MesaLib
 
 Name:           Mesa
-Version:        9.1.2
+Version:        9.1.3
 Release:        0
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -551,7 +551,7 @@
            --enable-glx-tls \
 %endif
            --with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
-%ifarch armv7hl %ix86 x86_64
+%ifarch %ix86 x86_64
            --enable-xa \
            --enable-gallium-llvm \
            --with-dri-drivers=i915,i965,nouveau,r200,radeon \
@@ -559,11 +559,19 @@
            --enable-vdpau \
            --enable-xvmc \
 %endif
+%ifarch %arm
+           --enable-xa \
+           --enable-gallium-llvm \
+           --with-dri-drivers=nouveau \
+           --with-gallium-drivers=nouveau,swrast,svga \
+           --enable-vdpau \
+           --enable-xvmc \
+%endif
 %ifarch ia64 ppc ppc64 %sparc hppa
            --with-dri-drivers=nouveau,r200,radeon \
            --with-gallium-drivers=r300,r600,nouveau,swrast \
 %endif
-%ifarch s390 s390x armv5tel aarch64
+%ifarch s390 s390x aarch64
            --with-dri-drivers=swrast \
            --with-gallium-drivers="" \
 %endif
@@ -642,7 +650,7 @@
 
 %postun -n libgbm1 -p /sbin/ldconfig
 
-%ifnarch s390 s390x %arm aarch64
+%ifnarch s390 s390x aarch64
 
 %post   -n libxatracker1 -p /sbin/ldconfig
 
@@ -651,10 +659,8 @@
 %post   -n libXvMC_nouveau
 %postun -n libXvMC_nouveau
 
-%post   -n libXvMC_r300
-%postun -n libXvMC_r300
-
 %post   -n libXvMC_r600
+
 %postun -n libXvMC_r600
 
 %post   -n libXvMC_softpipe
@@ -673,6 +679,11 @@
 %postun -n libvdpau_softpipe
 %endif
 
+%ifarch %ix86 x86_64
+%post   -n libXvMC_r300
+%postun -n libXvMC_r300
+%endif
+
 %post   -n Mesa-libglapi0 -p /sbin/ldconfig
 
 %postun -n Mesa-libglapi0 -p /sbin/ldconfig
@@ -781,7 +792,7 @@
 %_libdir/libgbm.so
 %_libdir/pkgconfig/gbm.pc
 
-%ifnarch s390 s390x %arm ppc ppc64 aarch64
+%ifnarch s390 s390x ppc ppc64 aarch64
 
 %files -n libxatracker1
 %defattr(-,root,root)
@@ -799,6 +810,7 @@
 %_libdir/libXvMCnouveau.so.1
 %_libdir/libXvMCnouveau.so.1.0.0
 
+%ifarch %ix86 x86_64
 %files -n libXvMC_r300 
 %defattr(-,root,root)
 %_libdir/libXvMCr300.so
@@ -811,18 +823,6 @@
 %_libdir/libXvMCr600.so.1
 %_libdir/libXvMCr600.so.1.0.0
 
-%files -n libXvMC_softpipe
-%defattr(-,root,root)
-%_libdir/libXvMCsoftpipe.so
-%_libdir/libXvMCsoftpipe.so.1
-%_libdir/libXvMCsoftpipe.so.1.0.0
-
-%files -n libvdpau_nouveau
-%defattr(-,root,root)
-%_libdir/vdpau/libvdpau_nouveau.so
-%_libdir/vdpau/libvdpau_nouveau.so.1
-%_libdir/vdpau/libvdpau_nouveau.so.1.0.0
-
 %files -n libvdpau_r300
 %defattr(-,root,root)
 %_libdir/vdpau/libvdpau_r300.so
@@ -834,6 +834,19 @@
 %_libdir/vdpau/libvdpau_r600.so
 %_libdir/vdpau/libvdpau_r600.so.1
 %_libdir/vdpau/libvdpau_r600.so.1.0.0
+%endif
+
+%files -n libXvMC_softpipe
+%defattr(-,root,root)
+%_libdir/libXvMCsoftpipe.so
+%_libdir/libXvMCsoftpipe.so.1
+%_libdir/libXvMCsoftpipe.so.1.0.0
+
+%files -n libvdpau_nouveau
+%defattr(-,root,root)
+%_libdir/vdpau/libvdpau_nouveau.so
+%_libdir/vdpau/libvdpau_nouveau.so.1
+%_libdir/vdpau/libvdpau_nouveau.so.1.0.0
 
 #%files -n libvdpau_radeonsi
 #%defattr(-,root,root)

++++++ MesaLib-9.1.2.tar.bz2 -> MesaLib-9.1.3.tar.bz2 ++++++
++++ 3649 lines of diff (skipped)

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

Reply via email to