From 581d5fafa181e046aa012dea407e27c3626c6052 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 21 Apr 2021 06:27:53 +0300 Subject: [PATCH] Bump Release Signed-off-by: David Abdurachmanov --- mesa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 0d7fe89..322f8ed 100644 --- a/mesa.spec +++ b/mesa.spec @@ -52,7 +52,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 20.3.5 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 2%{?dist} +Release: 2%{?dist}.rvre0 License: MIT URL: http://www.mesa3d.org @@ -592,6 +592,9 @@ popd %endif %changelog +* Wed Apr 21 2021 David Abdurachmanov - 20.3.5-2.rvre0 +- Rebuilt for Fedora RISCV, no changes + * Thu Apr 01 2021 Dave Airlie - 20.3.5-2 - Backport CPU affinity fixes.