mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
11.0.0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
d42f5d2fde
commit
bb560ea6aa
2 changed files with 6 additions and 3 deletions
|
@ -48,14 +48,14 @@
|
||||||
|
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
%define gitdate 20150902
|
%define gitdate 20150913
|
||||||
#% define githash 21ccdbd
|
#% define githash 21ccdbd
|
||||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||||
|
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 11.0.0
|
Version: 11.0.0
|
||||||
Release: 0.rc2.2.%{git}%{?dist}
|
Release: 1.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -681,6 +681,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 13 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.0.0-1.20150913
|
||||||
|
- 11.0.0
|
||||||
|
|
||||||
* Thu Sep 10 2015 Rex Dieter <rdieter@fedoraproject.org> 11.0.0-0.rc2.2.20150902
|
* Thu Sep 10 2015 Rex Dieter <rdieter@fedoraproject.org> 11.0.0-0.rc2.2.20150902
|
||||||
- Add brw_meta_fast_clear crash workaround patch (#1259443, fdo#86281)
|
- Add brw_meta_fast_clear crash workaround patch (#1259443, fdo#86281)
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
d5142794593d948e333c832734fa9c03 mesa-20150902.tar.xz
|
04d957334adb77856758793fec9ccbd1 mesa-20150913.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue