mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 02:54:51 +00:00
Update to 19.0.0~rc7
This commit is contained in:
parent
efe4f93dbb
commit
70c61a8218
3 changed files with 6 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION ?= 19.0.0-rc6
|
||||
VERSION ?= 19.0.0-rc7
|
||||
SANITIZE ?= 1
|
||||
|
||||
DIRNAME = mesa-${VERSION}
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 19.0.0-rc6
|
||||
%global ver 19.0.0-rc7
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
@ -633,6 +633,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2019 Pete Walter <pwalter@fedoraproject.org> - 19.0.0~rc7-1
|
||||
- Update to 19.0.0~rc7
|
||||
|
||||
* Wed Feb 27 2019 Pete Walter <pwalter@fedoraproject.org> - 19.0.0~rc6-1
|
||||
- Update to 19.0.0~rc6
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (mesa-19.0.0-rc6.tar.xz) = 5788a8c4315f1f7bdc28069930688726577a0fe1febfb366c060e96d73d906004ef777f597139c03e23f641d98727d0efeccf31793024ae1bb3870b0b9ebc984
|
||||
SHA512 (mesa-19.0.0-rc7.tar.xz) = 8fb59f26451b802fe30bef05dbe5b0a9c0aaeccb115145d3e446f8c3555386918766654ce5c854c241fd021bd8df7f557dea7cc0d81ad15143177c29146b72e5
|
||||
|
|
Loading…
Reference in a new issue