mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 19:06:52 +00:00
11.0.0-rc1
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
16b45a97d3
commit
626dafa0fc
2 changed files with 7 additions and 4 deletions
|
@ -48,14 +48,14 @@
|
||||||
|
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20150218
|
%define gitdate 20150824
|
||||||
%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.devel.2.%{git}%{?dist}
|
Release: 0.rc1.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
|
||||||
|
@ -675,6 +675,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 24 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.rc1.1.20150824
|
||||||
|
- 11.0.0-rc1
|
||||||
|
|
||||||
* Sun Aug 09 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.2.21ccdbd
|
* Sun Aug 09 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.2.21ccdbd
|
||||||
- 21ccdbd
|
- 21ccdbd
|
||||||
- add surfaceless EGL platform (RHBZ #1251747)
|
- add surfaceless EGL platform (RHBZ #1251747)
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
a8bd72c65daf9cc9b889cfaf11e9bdf2 mesa-21ccdbd.tar.xz
|
b64dab0a726e9ec4e7294d3721fffb02 mesa-20150824.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue