Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2014-12-17 19:15:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-11-18 22:56:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes 2014-12-17 19:14:30.000000000 +0100 @@ -1,0 +2,17 @@ +Sun Dec 14 15:41:33 UTC 2014 - [email protected] + +- Update to version 10.4.0 (10.4 Final): +- New features: + + GL_ARB_conditional_render_inverted on nv50 + + GL_ARB_sample_shading on r600 + + GL_ARB_texture_view on nv50, nvc0 + + GL_ARB_clip_control on nv50, nvc0, r300, r600, radeonsi, llvmpipe, softpipe + + GL_KHR_context_flush_control on all drivers +- Changes: + + Removed patch17: u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch + This patch was upstreamed + + Build without "--enable-gallium-egl" + This buildoption was removed upstream + + Add subpackage libvdpau_r300 + +------------------------------------------------------------------- Old: ---- MesaLib-10.3.3.tar.bz2 u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch New: ---- MesaLib-10.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa.spec ++++++ --- /var/tmp/diff_new_pack.j1BnPa/_old 2014-12-17 19:14:33.000000000 +0100 +++ /var/tmp/diff_new_pack.j1BnPa/_new 2014-12-17 19:14:33.000000000 +0100 @@ -17,22 +17,15 @@ %define glamor 1 -# --enable-gallium-egl requires non-empty --with-gallium-drivers (default -# is r300,r600,svga,swrast) -%ifnarch s390 s390x aarch64 m68k -%define egl_gallium 1 -%else -%define egl_gallium 0 -%endif %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x %define gallium_loader 1 %else %define gallium_loader 0 %endif %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le -%define vdpau_r600 1 +%define vdpau_radeon 1 %else -%define vdpau_r600 0 +%define vdpau_radeon 0 %endif %ifarch %ix86 x86_64 %define llvm_r600 1 @@ -51,10 +44,10 @@ %endif %define _name_archive MesaLib -%define _version 10.3.3 +%define _version 10.4.0 Name: Mesa -Version: 10.3.3 +Version: 10.4.0 Release: 0 BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -142,7 +135,6 @@ Patch13: u_mesa-8.0.1-fix-16bpp.patch # Patch from Fedora, use shmget when available, under llvmpipe Patch15: u_mesa-8.0-llvmpipe-shmget.patch -Patch17: u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch Patch18: u_be_assert_include.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -495,6 +487,14 @@ %description -n libvdpau_nouveau This package contains the VDPAU state tracker for Nouveau. +%package -n libvdpau_r300 +Summary: XVMC state tracker for R300 +Group: System/Libraries +Supplements: xf86-video-ati + +%description -n libvdpau_r300 +This package contains the VDPAU state tracker for R300. + %package -n libvdpau_r600 Summary: XVMC state tracker for R600 Group: System/Libraries @@ -522,7 +522,6 @@ #%patch15 -p1 #%patch13 -p1 ### -%patch17 -p1 %patch18 -p1 %build @@ -547,9 +546,6 @@ --enable-gbm \ --enable-glx-tls \ %endif -%if %egl_gallium - --enable-gallium-egl \ -%endif %if 0%{?suse_version} < 1315 --with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \ %else @@ -661,7 +657,10 @@ %postun -n libXvMC_r600 %endif -%if %vdpau_r600 +%if %vdpau_radeon +%post -n libvdpau_r300 +%postun -n libvdpau_r300 + %post -n libvdpau_r600 %postun -n libvdpau_r600 %endif @@ -684,10 +683,6 @@ %doc docs/README* docs/COPYING %config /etc/drirc %{_libdir}/dri/ -%if %egl_gallium -%dir %_libdir/egl/ -%_libdir/egl/egl_gallium.so -%endif #%if %gallium_loader #%dir %_libdir/gallium-pipe/ #%_libdir/gallium-pipe/pipe_*.so @@ -768,10 +763,6 @@ %files -n libgbm1 %defattr(-,root,root) %_libdir/libgbm.so.1* -%if %egl_gallium -%dir %_libdir/gbm/ -%_libdir/gbm/gbm_gallium_drm.so -%endif %files -n libgbm-devel %defattr(-,root,root) @@ -816,7 +807,14 @@ %_libdir/vdpau/libvdpau_nouveau.so.1.0.0 %endif -%if %vdpau_r600 +%if %vdpau_radeon +%files -n libvdpau_r300 +%defattr(-,root,root) +%_libdir/vdpau/libvdpau_r300.so +%_libdir/vdpau/libvdpau_r300.so.1 +%_libdir/vdpau/libvdpau_r300.so.1.0 +%_libdir/vdpau/libvdpau_r300.so.1.0.0 + %files -n libvdpau_r600 %defattr(-,root,root) %_libdir/vdpau/libvdpau_r600.so ++++++ MesaLib-10.3.3.tar.bz2 -> MesaLib-10.4.0.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/Mesa/MesaLib-10.3.3.tar.bz2 /work/SRC/openSUSE:Factory/.Mesa.new/MesaLib-10.4.0.tar.bz2 differ: char 11, line 1 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.j1BnPa/_old 2014-12-17 19:14:33.000000000 +0100 +++ /var/tmp/diff_new_pack.j1BnPa/_new 2014-12-17 19:14:33.000000000 +0100 @@ -53,5 +53,6 @@ libXvMC_nouveau libXvMC_r600 libvdpau_nouveau +libvdpau_r300 libvdpau_r600 libvdpau_radeonsi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
