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