Dominique Leuenberger 2018-01-20 10:20:43 +00:00 committed by Git OBS Bridge
commit 0c8ce77db5
9 changed files with 67 additions and 7 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com
- Update to 17.3.3
* Fixes to radv, anv, etnaviv, swrast and radeonsi drivers.
* Fixes for DRI3.
- Make Mesa require Mesa-dri and Mesa-gallium. This makes Mesa
usable again for users who do not install recommended packages.
It breaks the Mesa and Mesa-drivers split, which has to be fixed
by ignoring it in obs.
-------------------------------------------------------------------
Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com
- Add _constraints to select 6G disk for PowerPC
to avoid cpio: write error on obs-power8-05 workers boo#1076325
-------------------------------------------------------------------
Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com

View File

@ -43,7 +43,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 17.3.2
%define _version 17.3.3
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@ -108,7 +108,7 @@
%endif
Name: Mesa-drivers
Version: 17.3.2
Version: 17.3.3
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@ -237,6 +237,12 @@ Requires: Mesa-libGL1 = %{version}
Requires: libglvnd >= 0.1.0
%endif
# This dependency on Mesa-dri and Mesa-gallium is here to make sure users that
# do not install recommends on their system still get working Mesa. It is
# ignored in obs when Mesa is installed as build dependency.
Requires: Mesa-dri = %{version}
Requires: Mesa-gallium = %{version}
%description
Mesa is a 3-D graphics library with an API which is very similar to
that of OpenGL.* To the extent that Mesa utilizes the OpenGL command

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com
- Update to 17.3.3
* Fixes to radv, anv, etnaviv, swrast and radeonsi drivers.
* Fixes for DRI3.
- Make Mesa require Mesa-dri and Mesa-gallium. This makes Mesa
usable again for users who do not install recommended packages.
It breaks the Mesa and Mesa-drivers split, which has to be fixed
by ignoring it in obs.
-------------------------------------------------------------------
Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com
- Add _constraints to select 6G disk for PowerPC
to avoid cpio: write error on obs-power8-05 workers boo#1076325
-------------------------------------------------------------------
Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com

View File

@ -42,7 +42,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 17.3.2
%define _version 17.3.3
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@ -107,7 +107,7 @@
%endif
Name: Mesa
Version: 17.3.2
Version: 17.3.3
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@ -236,6 +236,12 @@ Requires: Mesa-libGL1 = %{version}
Requires: libglvnd >= 0.1.0
%endif
# This dependency on Mesa-dri and Mesa-gallium is here to make sure users that
# do not install recommends on their system still get working Mesa. It is
# ignored in obs when Mesa is installed as build dependency.
Requires: Mesa-dri = %{version}
Requires: Mesa-gallium = %{version}
%description
Mesa is a 3-D graphics library with an API which is very similar to
that of OpenGL.* To the extent that Mesa utilizes the OpenGL command

14
_constraints Normal file
View File

@ -0,0 +1,14 @@
<constraints>
<overwrite>
<conditions>
<arch>ppc</arch>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<disk>
<size unit="G">6</size>
</disk>
</hardware>
</overwrite>
</constraints>

View File

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

Binary file not shown.

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

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

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

Binary file not shown.