mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
10.3.3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
be1748e1b9
commit
89810760ef
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -82,3 +82,4 @@ mesa-20100720.tar.bz2
|
||||||
/mesa-20140906.tar.xz
|
/mesa-20140906.tar.xz
|
||||||
/mesa-20140927.tar.xz
|
/mesa-20140927.tar.xz
|
||||||
/mesa-20141028.tar.xz
|
/mesa-20141028.tar.xz
|
||||||
|
/mesa-20141110.tar.xz
|
||||||
|
|
|
@ -48,13 +48,13 @@
|
||||||
|
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
%define gitdate 20141028
|
%define gitdate 20141110
|
||||||
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
||||||
%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: 10.3.2
|
Version: 10.3.3
|
||||||
Release: 1.%{git}%{?dist}
|
Release: 1.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
@ -679,6 +679,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
# Generate changelog using:
|
# Generate changelog using:
|
||||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3.3-1.20141110
|
||||||
|
- 10.3.3
|
||||||
|
|
||||||
* Tue Oct 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3.2-1.20141028
|
* Tue Oct 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3.2-1.20141028
|
||||||
- 10.3.2
|
- 10.3.2
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
48907f62bad73fc52666c5286c3ebcee mesa-20141028.tar.xz
|
c8d1ec99fe92b195fe2467555288dc17 mesa-20141110.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue