Update to 19.0.2
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
6fb4a533ef
commit
878fbd1530
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
VERSION ?= 19.0.1
|
||||
VERSION ?= 19.0.2
|
||||
SANITIZE ?= 1
|
||||
|
||||
DIRNAME = mesa-${VERSION}
|
||||
|
10
mesa.spec
10
mesa.spec
@ -48,9 +48,9 @@
|
||||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 19.0.1
|
||||
%global ver 19.0.2
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
@ -430,9 +430,6 @@ for i in libOSMesa*.so libGL.so ; do
|
||||
done
|
||||
popd
|
||||
|
||||
# Fixed by aa7afe324c2092fb31f9498cb3eda47dda96e6f2, temporary workaround
|
||||
chrpath -d -k %{buildroot}%{_libdir}/dri/*.so
|
||||
|
||||
%files filesystem
|
||||
%doc docs/Mesa-MLAA-License-Clarification-Email.txt
|
||||
%dir %{_libdir}/dri
|
||||
@ -637,6 +634,9 @@ chrpath -d -k %{buildroot}%{_libdir}/dri/*.so
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 11 08:48:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraprojec.org> - 19.0.2-1
|
||||
- Update to 19.0.2
|
||||
|
||||
* Thu Apr 04 2019 Adam Jackson <ajax@redhat.com> 19.0.1-2
|
||||
- Nuke rpath from installed DRI drivers
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mesa-19.0.1.tar.xz) = f4e0efba01040466d95d18585aac6221067aa2919dcd73fcc2a927305ede4eaaae7e2f9665fe1f5265cfddd30fec3c8ddf253bfc6a6f53f5195c456ae552f217
|
||||
SHA512 (mesa-19.0.2.tar.xz) = 44745125e5051a020d6abd92eb5dbff5b0f3e8186f65a0f689fe9daa6964a0e186e73ebdf80ce6920402b6e861422b0b17c1ed02cbc931af1d0aa4a5d05efa99
|
||||
|
Loading…
Reference in New Issue
Block a user