From 14fb58e0bdb56319f9852243fa395bd0e1e1d98d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 19 Dec 2018 11:50:57 +0100 Subject: [PATCH] Enable annotated build Signed-off-by: Igor Gnatenko --- mesa.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mesa.spec b/mesa.spec index e30fc3e..43ba258 100644 --- a/mesa.spec +++ b/mesa.spec @@ -1,6 +1,3 @@ -# https://bugzilla.redhat.com/show_bug.cgi?id=1546714 -%undefine _annotated_build - %ifnarch s390x %global with_hardware 1 %global with_vdpau 1 @@ -52,7 +49,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 18.3.1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: http://www.mesa3d.org @@ -631,6 +628,9 @@ popd %endif %changelog +* Wed Dec 19 2018 Igor Gnatenko - 18.3.1-3 +- Enable annotated build + * Wed Dec 19 2018 Igor Gnatenko - 18.3.1-2 - Switch to meson buildsystem