Accepting request 783007 from X11:XOrg

- update to Mesa 20.0.1
  * bugfix release 

- cleanup in specfile: get rid of is_opensuse macro, which is no
  longer needed at all (jira#PM-1623)

OBS-URL: https://build.opensuse.org/request/show/783007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=373
This commit is contained in:
Dominique Leuenberger 2020-03-11 17:33:39 +00:00 committed by Git OBS Bridge
commit 55cfbf413e
8 changed files with 33 additions and 21 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 9 15:15:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- update to Mesa 20.0.1
* bugfix release
-------------------------------------------------------------------
Fri Mar 6 10:27:21 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- cleanup in specfile: get rid of is_opensuse macro, which is no
longer needed at all (jira#PM-1623)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com> Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -42,7 +42,7 @@
%define glamor 1 %define glamor 1
%define _name_archive mesa %define _name_archive mesa
%define _version 20.0.0 %define _version 20.0.1
%define with_opencl 0 %define with_opencl 0
%define with_vulkan 0 %define with_vulkan 0
%define with_llvm 0 %define with_llvm 0
@ -110,7 +110,7 @@
%endif %endif
Name: Mesa-drivers Name: Mesa-drivers
Version: 20.0.0 Version: 20.0.1
Release: 0 Release: 0
Summary: System for rendering 3-D graphics Summary: System for rendering 3-D graphics
License: MIT License: MIT
@ -203,11 +203,9 @@ BuildRequires: libelf-devel
%endif %endif
%endif %endif
# Requirements for wayland bumped up from 17.0 # Requirements for wayland bumped up from 17.0
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
BuildRequires: pkgconfig(wayland-client) >= 1.11 BuildRequires: pkgconfig(wayland-client) >= 1.11
BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11 BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm} %if 0%{with_llvm}
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 9.0.0 BuildRequires: llvm-devel >= 9.0.0
@ -217,7 +215,7 @@ BuildRequires: llvm9-devel
%endif %endif
%if 0%{with_opencl} %if 0%{with_opencl}
%if 0%{?is_opensuse} %if 0%{?suse_version} >= 1550
BuildRequires: clang-devel >= 9.0.0 BuildRequires: clang-devel >= 9.0.0
%else %else
BuildRequires: clang9-devel BuildRequires: clang9-devel
@ -764,11 +762,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
%endif %endif
%build %build
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
egl_platforms=x11,drm,surfaceless,wayland egl_platforms=x11,drm,surfaceless,wayland
%else
egl_platforms=x11,drm,surfaceless
%endif
%meson \ %meson \
--auto-features=disabled \ --auto-features=disabled \

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 9 15:15:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- update to Mesa 20.0.1
* bugfix release
-------------------------------------------------------------------
Fri Mar 6 10:27:21 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- cleanup in specfile: get rid of is_opensuse macro, which is no
longer needed at all (jira#PM-1623)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com> Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -41,7 +41,7 @@
%define glamor 1 %define glamor 1
%define _name_archive mesa %define _name_archive mesa
%define _version 20.0.0 %define _version 20.0.1
%define with_opencl 0 %define with_opencl 0
%define with_vulkan 0 %define with_vulkan 0
%define with_llvm 0 %define with_llvm 0
@ -109,7 +109,7 @@
%endif %endif
Name: Mesa Name: Mesa
Version: 20.0.0 Version: 20.0.1
Release: 0 Release: 0
Summary: System for rendering 3-D graphics Summary: System for rendering 3-D graphics
License: MIT License: MIT
@ -202,11 +202,9 @@ BuildRequires: libelf-devel
%endif %endif
%endif %endif
# Requirements for wayland bumped up from 17.0 # Requirements for wayland bumped up from 17.0
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
BuildRequires: pkgconfig(wayland-client) >= 1.11 BuildRequires: pkgconfig(wayland-client) >= 1.11
BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11 BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm} %if 0%{with_llvm}
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 9.0.0 BuildRequires: llvm-devel >= 9.0.0
@ -216,7 +214,7 @@ BuildRequires: llvm9-devel
%endif %endif
%if 0%{with_opencl} %if 0%{with_opencl}
%if 0%{?is_opensuse} %if 0%{?suse_version} >= 1550
BuildRequires: clang-devel >= 9.0.0 BuildRequires: clang-devel >= 9.0.0
%else %else
BuildRequires: clang9-devel BuildRequires: clang9-devel
@ -763,11 +761,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
%endif %endif
%build %build
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
egl_platforms=x11,drm,surfaceless,wayland egl_platforms=x11,drm,surfaceless,wayland
%else
egl_platforms=x11,drm,surfaceless
%endif
%meson \ %meson \
--auto-features=disabled \ --auto-features=disabled \

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34
size 12153408

Binary file not shown.

3
mesa-20.0.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6153ba3f8cb0524bbfc08e4db76b408126b2d1be8f789dffe28d1a0461eedde4
size 12174080

BIN
mesa-20.0.1.tar.xz.sig Normal file

Binary file not shown.