Accepting request 623191 from X11:XOrg
- update to 18.1.4 * Several fixes for i965 * Several fixes for anv * A few fixes each for radeonsi, glx, the glsl compiler, the autotools build, nir, st/dri, and r600 - Make build verbose as outlined in openSUSE:Specfile guidelines https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode OBS-URL: https://build.opensuse.org/request/show/623191 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=330
This commit is contained in:
commit
9a7bd99f51
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- update to 18.1.4
|
||||
* Several fixes for i965
|
||||
* Several fixes for anv
|
||||
* A few fixes each for radeonsi, glx, the glsl compiler, the
|
||||
autotools build, nir, st/dri, and r600
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 07:47:35 UTC 2018 - mliska@suse.cz
|
||||
|
||||
- Make build verbose as outlined in openSUSE:Specfile guidelines
|
||||
https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
@ -10,7 +25,7 @@ Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 17 17:57:44 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
- add mako_4_radv.patch - fixes Mako detection for RADV/intel
|
||||
- add mako_4_radv.patch - fixes Mako detection for RADV/intel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 17 11:11:53 UTC 2018 - mimi.vx@gmail.com
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 18.1.3
|
||||
%define _version 18.1.4
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -112,7 +112,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa-drivers
|
||||
Version: 18.1.3
|
||||
Version: 18.1.4
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -842,7 +842,7 @@ export PYTHON2=%{_bindir}/python3
|
||||
--with-gallium-drivers= \
|
||||
%endif
|
||||
CFLAGS="%{optflags} -DNDEBUG"
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -888,7 +888,7 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
for dir in ../xc/doc/man/{GL/gl,GL/glx}; do
|
||||
pushd $dir
|
||||
xmkmf -a
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
make install.man DESTDIR=%{buildroot} MANPATH=%{_mandir} LIBMANSUFFIX=3gl
|
||||
popd
|
||||
done
|
||||
|
15
Mesa.changes
15
Mesa.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- update to 18.1.4
|
||||
* Several fixes for i965
|
||||
* Several fixes for anv
|
||||
* A few fixes each for radeonsi, glx, the glsl compiler, the
|
||||
autotools build, nir, st/dri, and r600
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 07:47:35 UTC 2018 - mliska@suse.cz
|
||||
|
||||
- Make build verbose as outlined in openSUSE:Specfile guidelines
|
||||
https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 18.1.3
|
||||
%define _version 18.1.4
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -111,7 +111,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa
|
||||
Version: 18.1.3
|
||||
Version: 18.1.4
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -841,7 +841,7 @@ export PYTHON2=%{_bindir}/python3
|
||||
--with-gallium-drivers= \
|
||||
%endif
|
||||
CFLAGS="%{optflags} -DNDEBUG"
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -887,7 +887,7 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0
|
||||
for dir in ../xc/doc/man/{GL/gl,GL/glx}; do
|
||||
pushd $dir
|
||||
xmkmf -a
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
make install.man DESTDIR=%{buildroot} MANPATH=%{_mandir} LIBMANSUFFIX=3gl
|
||||
popd
|
||||
done
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54f08deeda0cd2f818e8d40140040ed013de7852573002453b7f50da9ea738ce
|
||||
size 11126236
|
@ -1 +0,0 @@
|
||||
0a5fb3096108a95f913411267b8a374f9ff547b2 mesa-18.1.3.tar.xz
|
3
mesa-18.1.4.tar.xz
Normal file
3
mesa-18.1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3061488b5d85504092cf4343816cfb2d96f2ad9bc2edec31fc96933d184cf58b
|
||||
size 11133392
|
1
mesa-18.1.4.tar.xz.sha1sum
Normal file
1
mesa-18.1.4.tar.xz.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
b5af29aff8b7abe070103ea2cc625d38b4eb1611 mesa-18.1.4.tar.xz
|
Loading…
Reference in New Issue
Block a user