Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2016-04-08 09:38:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-03-18 
21:32:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2016-04-08 
09:39:02.000000000 +0200
@@ -1,0 +2,30 @@
+Mon Apr  4 19:57:06 UTC 2016 - [email protected]
+
+- update to 11.2.0
+- dropped U_clover-Fix-build-against-LLVM-3.8.patch
+- dropped U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch 
+- New Features:
+       * GL_ARB_arrays_of_arrays on all gallium drivers that provide GLSL 1.30
+       * GL_ARB_base_instance on freedreno/a4xx
+       * GL_ARB_compute_shader on i965
+       * GL_ARB_copy_image on r600
+       * GL_ARB_indirect_parameters on nvc0
+       * GL_ARB_query_buffer_object on nvc0
+       * GL_ARB_shader_atomic_counters on nvc0
+       * GL_ARB_shader_draw_parameters on i965, nvc0
+       * GL_ARB_shader_storage_buffer_object on nvc0
+       * GL_ARB_tessellation_shader on i965 and r600 (evergreen/cayman only)
+       * GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx
+       * GL_ARB_texture_buffer_range on freedreno/a4xx
+       * GL_ARB_texture_query_lod on freedreno/a4xx
+       * GL_ARB_texture_rgb10_a2ui on freedreno/a4xx
+       * GL_ARB_texture_view on freedreno/a4xx
+       * GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx
+       * GL_KHR_texture_compression_astc_ldr on freedreno/a4xx
+       * GL_AMD_performance_monitor on radeonsi (CIK+ only)
+       * GL_ATI_meminfo on r600, radeonsi
+       * GL_NVX_gpu_memory_info on r600, radeonsi
+       * New OSMesaCreateContextAttribs() function (for creating core profile 
contexts)
++ Many bugfixes, for more info see relnotes/11.2.0.html
+
+-------------------------------------------------------------------

Old:
----
  U_clover-Fix-build-against-LLVM-3.8.patch
  U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
  mesa-11.1.2.tar.xz
  mesa-11.1.2.tar.xz.sig

New:
----
  mesa-11.2.0.tar.xz
  mesa-11.2.0.tar.xz.sig

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

Other differences:
------------------
++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.l9Hsz9/_old  2016-04-08 09:39:03.000000000 +0200
+++ /var/tmp/diff_new_pack.l9Hsz9/_new  2016-04-08 09:39:03.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 11.1.2
+%define _version 11.2.0
 %define with_opencl 0
 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
 %define gallium_loader 1
@@ -42,14 +42,14 @@
 %endif
 %endif
 Name:           Mesa
-Version:        11.1.2
+Version:        11.2.0
 Release:        0
 Summary:        System for rendering interactive 3-D graphics
 License:        MIT
 Group:          System/Libraries
 Url:            http://www.mesa3d.org
-Source:         
ftp://ftp.freedesktop.org/pub/mesa/%{_version}/%{_name_archive}-%{_version}.tar.xz
-Source1:        
ftp://ftp.freedesktop.org/pub/mesa/%{_version}/%{_name_archive}-%{_version}.tar.xz.sig
+Source:         
ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{_name_archive}-%{_version}.tar.xz
+Source1:        
ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{_name_archive}-%{_version}.tar.xz.sig
 Source2:        baselibs.conf
 Source3:        README.updates
 Source4:        manual-pages.tar.bz2
@@ -69,8 +69,6 @@
 # never to be upstreamed
 Patch18:        n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
 # Already upstream
-Patch19:        U_clover-Fix-build-against-LLVM-3.8.patch
-Patch20:        U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
 Patch21:        n_Define-GLAPIVAR-separate-from-GLAPI.patch
 
 BuildRequires:  autoconf >= 2.60
@@ -91,7 +89,7 @@
 BuildRequires:  pkgconfig(glproto)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.60
 BuildRequires:  pkgconfig(libdrm_amdgpu) >= 2.4.63
-BuildRequires:  pkgconfig(libdrm_nouveau) >= 2.4.62
+BuildRequires:  pkgconfig(libdrm_nouveau) >= 2.4.66
 BuildRequires:  pkgconfig(libdrm_radeon) >= 2.4.56
 BuildRequires:  pkgconfig(libkms) >= 1.0.0
 BuildRequires:  pkgconfig(libudev) > 151
@@ -124,7 +122,7 @@
 Obsoletes:      xorg-x11-Mesa < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %ifarch %arm
-BuildRequires:  pkgconfig(libdrm_freedreno) >= 2.4.65
+BuildRequires:  pkgconfig(libdrm_freedreno) >= 2.4.67
 %endif
 %ifarch x86_64 %ix86
 BuildRequires:  libelf-devel
@@ -565,8 +563,6 @@
 #%patch13 -p1
 %patch17 -p1
 %patch18 -p1
-%patch19 -p1
-%patch20 -p1
 %patch21 -p1
 
 %build


++++++ mesa-11.1.2.tar.xz -> mesa-11.2.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/Mesa/mesa-11.1.2.tar.xz 
/work/SRC/openSUSE:Factory/.Mesa.new/mesa-11.2.0.tar.xz differ: char 27, line 1


Reply via email to