mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
d6fbcf6
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
da19c59a91
commit
e00747f475
2 changed files with 6 additions and 3 deletions
|
@ -49,13 +49,13 @@
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20150218
|
#% define gitdate 20150218
|
||||||
%define githash 60aea30
|
%define githash d6fbcf6
|
||||||
%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.1.0
|
Version: 11.1.0
|
||||||
Release: 0.devel.3.%{git}%{?dist}
|
Release: 0.devel.4.%{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.1.0-0.devel.4.d6fbcf6
|
||||||
|
- d6fbcf6
|
||||||
|
|
||||||
* Thu Sep 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 11.1.0-0.devel.3.60aea30
|
* Thu Sep 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 11.1.0-0.devel.3.60aea30
|
||||||
- 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 @@
|
||||||
cd9d0f29b0177d3bb798f0a3cdf04f23 mesa-60aea30.tar.xz
|
099c10758df49e9bc4a7eed169b6fe31 mesa-d6fbcf6.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue