mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
18.2.1
This commit is contained in:
parent
0e8e5c44f3
commit
22363c157b
3 changed files with 7 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION ?= 18.2.0
|
||||
VERSION ?= 18.2.1
|
||||
SANITIZE ?= 1
|
||||
|
||||
DIRNAME = mesa-${VERSION}
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 18.2.0
|
||||
%global ver 18.2.1
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
|
@ -622,6 +622,9 @@ popd
|
|||
%{_includedir}/vulkan/
|
||||
|
||||
%changelog
|
||||
* Fri Sep 21 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.2.1-1
|
||||
- Update to 18.2.1
|
||||
|
||||
* Wed Sep 19 2018 Adam Williamson <awilliam@redhat.com> - 18.2.0-2
|
||||
- Fix "HW cursor for format" error message flood with swrast (FDO #104926)
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (mesa-18.2.0.tar.xz) = 0ee32ce17d60975103bb4415dc3103325c7035e272273c06891df682aefa9a1cf5754bf43fc803830ba332c65370556d12d9d6d11ced6bcd95863bd26a6896ae
|
||||
SHA512 (mesa-18.2.1.tar.xz) = 1098be850c9a0628c563d071cf79a06bc140f9db38860f5826a31a0ee0ba52f90ed38d5b4cee5b8d450af5dbd18c81718312eb3fb87c5121db44c2d2b36b43a6
|
||||
|
|
Loading…
Reference in a new issue