mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Update to 18.3.6
This commit is contained in:
parent
3778697797
commit
b350c79754
3 changed files with 7 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION ?= 18.3.5
|
||||
VERSION ?= 18.3.6
|
||||
SANITIZE ?= 1
|
||||
|
||||
DIRNAME = mesa-${VERSION}
|
||||
|
|
|
@ -47,9 +47,9 @@
|
|||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 18.3.5
|
||||
%global ver 18.3.6
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
|
@ -628,6 +628,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Apr 06 2019 Pete Walter <pwalter@fedoraproject.org> - 18.3.6-1
|
||||
- Update to 18.3.6
|
||||
|
||||
* Mon Mar 25 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.3.5-2
|
||||
- Rebuild with -Db_ndebug=true
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (mesa-18.3.5.tar.xz) = e075f9f22ab16828f68e290f28c16c891b829a514b5ea2b8e35e3f1bbfbfa9d7f241f67fce63fee4f3f8d25b0aa66f3d5429789d87c29ffbf5b08022e9c68377
|
||||
SHA512 (mesa-18.3.6.tar.xz) = 62f354cf128c20e92b89ce39010f13e5a31db70831fe0e43c306e84bafb0261f9c290bbace4051375c38ee75d3a8b22cd037d34254cfcd31cc831a675c025e92
|
||||
|
|
Loading…
Reference in a new issue