mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Update to 19.1.0-rc1
drop glesv2.pc since we don't install at lib files and meson build dropped it.
This commit is contained in:
parent
01a131cfa9
commit
e83e90968f
2 changed files with 5 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 19.0.3
|
||||
%global ver 19.1.0-rc1
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
@ -464,7 +464,6 @@ popd
|
|||
%{_includedir}/GLES3/gl3ext.h
|
||||
%{_includedir}/GLES3/gl31.h
|
||||
%{_includedir}/GLES3/gl32.h
|
||||
%{_libdir}/pkgconfig/glesv2.pc
|
||||
|
||||
%ldconfig_scriptlets libglapi
|
||||
%files libglapi
|
||||
|
@ -613,6 +612,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 08 2019 Dave Airlie <airlied@redhat.com> - 19.1.0~rc1-1
|
||||
- Update to 19.1.0-rc1
|
||||
|
||||
* Thu Apr 25 2019 Pete Walter <pwalter@fedoraproject.org> - 19.0.3-1
|
||||
- Update to 19.0.3
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (mesa-19.0.3.tar.xz) = aa170577252aa4157e4bd49076bbf6207e4aada9fc9f23b255de332e816f9c63e5661f752f2f276dd43e232a8926866004e2a2ff9ad4b411330969c2a9a7ffa0
|
||||
SHA512 (mesa-19.1.0-rc1.tar.xz) = a56215882a7c22b7b8fe57d5703914d674841e4045676e2cc2e7834d17f4d5a765516bec4f01eea6772c50e1d979cc430e032302f38c6e7a4274bc43a4d647b1
|
||||
|
|
Loading…
Reference in a new issue