From d07e7ed999bf4f1af8ac6964a3b059ebb4656c15 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 18 Dec 2018 14:59:44 +0100 Subject: [PATCH] commit spec changes Signed-off-by: Igor Gnatenko --- Makefile | 2 +- mesa.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a86e01..a2d9817 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 18.3.0 +VERSION ?= 18.3.1 SANITIZE ?= 1 DIRNAME = mesa-${VERSION} diff --git a/mesa.spec b/mesa.spec index 9ca37cf..173f769 100644 --- a/mesa.spec +++ b/mesa.spec @@ -41,7 +41,7 @@ Name: mesa Summary: Mesa graphics libraries -%global ver 18.3.0 +%global ver 18.3.1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Release: 1%{?dist} License: MIT @@ -629,6 +629,9 @@ popd %{_includedir}/vulkan/ %changelog +* Tue Dec 18 2018 Igor Gnatenko - 18.3.1-1 +- Update to 18.3.1 + * Fri Dec 07 2018 Igor Gnatenko - 18.3.0-1 - Update to 18.3.0