SHA256
1
0
forked from pool/Mesa

Accepting request 555779 from home:Zaitor

Run pre_checkin.sh

OBS-URL: https://build.opensuse.org/request/show/555779
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=669
This commit is contained in:
Stefan Dirsch 2017-12-10 23:13:32 +00:00 committed by Git OBS Bridge
parent d25fd5b848
commit 6f6ab1c88d
2 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 8 16:47:00 UTC 2017 - mimi.vx@gmail.com
- update to 17.3.0
- drop U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
* new major release comitng with changes in RADV, intel ANV,
S3TC support, RadeonSI driver with RX Vega. On-disk shader cache
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 6 12:37:01 UTC 2017 - msrb@suse.com Wed Dec 6 12:37:01 UTC 2017 - msrb@suse.com
@ -5,7 +13,7 @@ Wed Dec 6 12:37:01 UTC 2017 - msrb@suse.com
llvm and its purpose is to build fast and allow other packages llvm and its purpose is to build fast and allow other packages
that BuildRequire Mesa to be build independently on llvm. that BuildRequire Mesa to be build independently on llvm.
Packages built against Mesa-mini should work correctly when Packages built against Mesa-mini should work correctly when
installed with full Mesa package. installed with full Mesa package. (bsc#1071297)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 26 16:03:29 UTC 2017 - aavindraa@gmail.com Sun Nov 26 16:03:29 UTC 2017 - aavindraa@gmail.com

View File

@ -41,7 +41,7 @@
%define glamor 1 %define glamor 1
%define _name_archive mesa %define _name_archive mesa
%define _version 17.2.6 %define _version 17.3.0
%define with_opencl 0 %define with_opencl 0
%define with_vulkan 0 %define with_vulkan 0
%define with_llvm 0 %define with_llvm 0
@ -104,7 +104,7 @@
%endif %endif
Name: Mesa-mini Name: Mesa-mini
Version: 17.2.6 Version: 17.3.0
Release: 0 Release: 0
Summary: System for rendering interactive 3-D graphics Summary: System for rendering interactive 3-D graphics
License: MIT License: MIT
@ -135,7 +135,6 @@ Patch21: n_Define-GLAPIVAR-separate-from-GLAPI.patch
Patch31: archlinux_0001-Fix-linkage-against-shared-glapi.patch Patch31: archlinux_0001-Fix-linkage-against-shared-glapi.patch
Patch32: archlinux_glvnd-fix-gl-dot-pc.patch Patch32: archlinux_glvnd-fix-gl-dot-pc.patch
Patch42: u_r600-Add-support-for-B5G5R5A1.patch Patch42: u_r600-Add-support-for-B5G5R5A1.patch
Patch43: U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
BuildRequires: autoconf >= 2.60 BuildRequires: autoconf >= 2.60
BuildRequires: automake BuildRequires: automake
@ -189,6 +188,10 @@ Provides: Mesa-nouveau3d = %{version}
Provides: xorg-x11-Mesa = %{version} Provides: xorg-x11-Mesa = %{version}
Obsoletes: Mesa-nouveau3d < %{version} Obsoletes: Mesa-nouveau3d < %{version}
Obsoletes: xorg-x11-Mesa < %{version} Obsoletes: xorg-x11-Mesa < %{version}
Provides: s2tc = %{version}
Obsoletes: s2tc < %{version}
Provides: libtxc_dxtn = %{version}
Obsoletes: libtxc_dxtn < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%ifarch %arm %ifarch %arm
BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74 BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74
@ -266,6 +269,10 @@ Obsoletes: Mesa-devel-static < %{version}
Obsoletes: xorg-x11-Mesa-devel < %{version} Obsoletes: xorg-x11-Mesa-devel < %{version}
Provides: Mesa-libIndirectGL-devel = %{version} Provides: Mesa-libIndirectGL-devel = %{version}
Obsoletes: Mesa-libIndirectGL-devel < %{version} Obsoletes: Mesa-libIndirectGL-devel < %{version}
Provides: s2tc-devel = %{version}
Obsoletes: s2tc-devel < %{version}
Provides: libtxc_dxtn-devel = %{version}
Obsoletes: libtxc_dxtn-devel < %{version}
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse}) %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
Requires: libwayland-egl%{?mini}-devel Requires: libwayland-egl%{?mini}-devel
%endif %endif
@ -818,7 +825,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%endif %endif
%patch42 -p1 %patch42 -p1
%patch43 -p1
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when # Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
# disabling libglvnd build; ugly ... # disabling libglvnd build; ugly ...
@ -854,7 +860,7 @@ autoreconf -fvi
--enable-texture-float \ --enable-texture-float \
--enable-osmesa \ --enable-osmesa \
--enable-dri3 \ --enable-dri3 \
%if %{with_nine} %if 0%{?with_nine}
--enable-nine \ --enable-nine \
%endif %endif
%if %{glamor} %if %{glamor}