Accepting request 631796 from X11:XOrg
- update to 18.1.7 * Mesa 18.1.7 is now available for general consumption. This release has been rather small compared to the last few release, There's just a handful of fixes in total. Meson, radv, anv, gallium winsys, intel, i965, and r600 were the only recipients of fixs this go around. - Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798) OBS-URL: https://build.opensuse.org/request/show/631796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=334
This commit is contained in:
commit
aa1ab317b7
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 27 12:07:28 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- update to 18.1.7
|
||||
* Mesa 18.1.7 is now available for general consumption. This
|
||||
release has been rather small compared to the last few
|
||||
release, There's just a handful of fixes in total. Meson,
|
||||
radv, anv, gallium winsys, intel, i965, and r600 were the
|
||||
only recipients of fixs this go around.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 26 19:03:01 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 11:53:08 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 18.1.6
|
||||
%define _version 18.1.7
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -112,7 +112,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa-drivers
|
||||
Version: 18.1.6
|
||||
Version: 18.1.7
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -764,7 +764,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse}))
|
||||
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
|
||||
egl_platforms=x11,drm,wayland
|
||||
%else
|
||||
egl_platforms=x11,drm
|
||||
@ -846,6 +846,12 @@ make %{?_smp_mflags} V=1
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%if !(0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})))
|
||||
# libwayland-egl is provided by wayland itself
|
||||
rm -f %{buildroot}/%{_libdir}/libwayland-egl.so*
|
||||
rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
|
||||
%endif
|
||||
|
||||
%if %{drivers}
|
||||
# Delete things that we do not package in the Mesa-drivers variant, but can
|
||||
# not disable from buildling and installing.
|
||||
|
15
Mesa.changes
15
Mesa.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 27 12:07:28 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- update to 18.1.7
|
||||
* Mesa 18.1.7 is now available for general consumption. This
|
||||
release has been rather small compared to the last few
|
||||
release, There's just a handful of fixes in total. Meson,
|
||||
radv, anv, gallium winsys, intel, i965, and r600 were the
|
||||
only recipients of fixs this go around.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 26 19:03:01 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 11:53:08 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
|
12
Mesa.spec
12
Mesa.spec
@ -41,7 +41,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 18.1.6
|
||||
%define _version 18.1.7
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -111,7 +111,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa
|
||||
Version: 18.1.6
|
||||
Version: 18.1.7
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -763,7 +763,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse}))
|
||||
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
|
||||
egl_platforms=x11,drm,wayland
|
||||
%else
|
||||
egl_platforms=x11,drm
|
||||
@ -845,6 +845,12 @@ make %{?_smp_mflags} V=1
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%if !(0%{?suse_version} < 1550 && (0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})))
|
||||
# libwayland-egl is provided by wayland itself
|
||||
rm -f %{buildroot}/%{_libdir}/libwayland-egl.so*
|
||||
rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
|
||||
%endif
|
||||
|
||||
%if %{drivers}
|
||||
# Delete things that we do not package in the Mesa-drivers variant, but can
|
||||
# not disable from buildling and installing.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb7ce759069801804fcfb8152da3457f76cd7b4e0096e4870ff5adcb5c894289
|
||||
size 11142884
|
@ -1 +0,0 @@
|
||||
8d4daf725f20404f980b981c9693b58756ba6c48 mesa-18.1.6.tar.xz
|
3
mesa-18.1.7.tar.xz
Normal file
3
mesa-18.1.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:655e3b32ce3bdddd5e6e8768596e5d4bdef82d0dd37067c324cc4b2daa207306
|
||||
size 11136580
|
1
mesa-18.1.7.tar.xz.sha1sum
Normal file
1
mesa-18.1.7.tar.xz.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
8f86e16a1c03665e55bc284c0e4a5b0a953bcadc mesa-18.1.7.tar.xz
|
Loading…
Reference in New Issue
Block a user