mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
13.0.0-rc2
This commit is contained in:
parent
14d60680a5
commit
1f181f24a5
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
.build*
|
||||
/mesa-*.tar.bz2
|
||||
/mesa-*.tar.xz
|
||||
/mesa-13.0.0-rc2.tar.gz
|
||||
|
|
|
@ -41,12 +41,12 @@
|
|||
|
||||
%global sanitize 1
|
||||
|
||||
%global rctag rc1
|
||||
%global rctag rc2
|
||||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
Version: 13.0.0
|
||||
Release: 0.1%{?rctag:.%{rctag}}%{?dist}
|
||||
Release: 0.2%{?rctag:.%{rctag}}%{?dist}
|
||||
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -617,6 +617,9 @@ popd
|
|||
%endif
|
||||
|
||||
%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
|
||||
- 13.0.0-rc1
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
f8a45b434cc48eb2124d82d84707b5a4 mesa-13.0.0-rc1.tar.xz
|
||||
ac32eb49c8f5ba698013502a0aac79a5 mesa-13.0.0-rc2.tar.xz
|
||||
|
|
Loading…
Reference in a new issue