From 0bea054b307aa47d437df510d77a6676052edc59 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Apr 2019 12:03:21 -0700 Subject: [PATCH] Rebuild with Meson fix for #1699099 --- mesa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 54cd84d..2e2af01 100644 --- a/mesa.spec +++ b/mesa.spec @@ -48,7 +48,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 19.0.2 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: http://www.mesa3d.org @@ -613,6 +613,9 @@ popd %endif %changelog +* Tue Apr 16 2019 Adam Williamson - 19.0.2-3 +- Rebuild with Meson fix for #1699099 + * Thu Apr 11 2019 Adam Jackson - 19.0.2-2 - Drop the mpeg1/2 sanitize hack - Switch to upstream tarball since we no longer need to do the above