Rebuild with Meson fix for #1699099

This commit is contained in:
Adam Williamson 2019-04-16 12:04:31 -07:00
parent b1cb039a7a
commit 8cb8f79fad

View file

@ -47,7 +47,7 @@ Name: mesa
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
%global ver 18.3.6 %global ver 18.3.6
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 2%{?dist} Release: 3%{?dist}
License: MIT License: MIT
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -609,6 +609,9 @@ popd
%endif %endif
%changelog %changelog
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 18.3.6-3
- Rebuild with Meson fix for #1699099
* Fri Apr 12 2019 Adam Jackson <ajax@redhat.com> 18.3.6-2 * Fri Apr 12 2019 Adam Jackson <ajax@redhat.com> 18.3.6-2
- Drop the mpeg 1/2 sanitize hack - Drop the mpeg 1/2 sanitize hack
- Switch to upstream tarball since we no longer need to do the above - Switch to upstream tarball since we no longer need to do the above