mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
10.6.0-devel
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
9199e7c86e
commit
c46e5df245
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -104,3 +104,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-c3260f8.tar.xz
|
||||
/mesa-6171131.tar.xz
|
||||
/mesa-20150218.tar.xz
|
||||
/mesa-f80af89.tar.xz
|
||||
|
|
11
mesa.spec
11
mesa.spec
|
@ -47,14 +47,14 @@
|
|||
|
||||
%define _default_patch_fuzz 2
|
||||
|
||||
%define gitdate 20150218
|
||||
#% define githash 6171131
|
||||
#% define gitdate 20150218
|
||||
%define githash f80af89
|
||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 10.5.0
|
||||
Release: 1.%{git}%{?dist}
|
||||
Version: 10.6.0
|
||||
Release: 0.devel.1.%{git}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -710,6 +710,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
# Generate changelog using:
|
||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||
%changelog
|
||||
* Mon Feb 23 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.1.f80af89
|
||||
- f80af89
|
||||
|
||||
* Wed Feb 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-1.20150218
|
||||
- 10.5.0
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
b417d3a63446ce36c3d28186d0cbd6ed mesa-20150218.tar.xz
|
||||
13303619776a845eca2d2b08552aba80 mesa-f80af89.tar.xz
|
||||
|
|
Loading…
Reference in a new issue