Bump Release

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2021-04-21 06:27:53 +03:00
parent 1f594d5911
commit 581d5fafa1
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 1 deletions

View File

@ -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 <david.abdurachmanov@sifive.com> - 20.3.5-2.rvre0
- Rebuilt for Fedora RISCV, no changes
* Thu Apr 01 2021 Dave Airlie <airlied@redhat.com> - 20.3.5-2
- Backport CPU affinity fixes.