13.0.0-rc2
This commit is contained in:
parent
14d60680a5
commit
1f181f24a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
.build*
|
.build*
|
||||||
/mesa-*.tar.bz2
|
/mesa-*.tar.bz2
|
||||||
/mesa-*.tar.xz
|
/mesa-*.tar.xz
|
||||||
|
/mesa-13.0.0-rc2.tar.gz
|
||||||
|
@ -41,12 +41,12 @@
|
|||||||
|
|
||||||
%global sanitize 1
|
%global sanitize 1
|
||||||
|
|
||||||
%global rctag rc1
|
%global rctag rc2
|
||||||
|
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Version: 13.0.0
|
Version: 13.0.0
|
||||||
Release: 0.1%{?rctag:.%{rctag}}%{?dist}
|
Release: 0.2%{?rctag:.%{rctag}}%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -617,6 +617,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 24 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-0.2.rc2
|
||||||
|
- 13.0.0-rc2
|
||||||
|
|
||||||
* Thu Oct 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.0-0.1.rc1
|
* Thu Oct 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.0-0.1.rc1
|
||||||
- 13.0.0-rc1
|
- 13.0.0-rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user