mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
ea633db
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
248914a5b6
commit
9739a7407b
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -110,3 +110,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-51e3453.tar.xz
|
||||
/mesa-5a55f68.tar.xz
|
||||
/mesa-8787141.tar.xz
|
||||
/mesa-ea633db.tar.xz
|
||||
|
|
|
@ -49,13 +49,13 @@
|
|||
%define _default_patch_fuzz 2
|
||||
|
||||
#% define gitdate 20150218
|
||||
%define githash 8787141
|
||||
%define githash ea633db
|
||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 10.7.0
|
||||
Release: 0.devel.2.%{git}%{?dist}
|
||||
Release: 0.devel.3.%{git}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -696,6 +696,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.3.ea633db
|
||||
- ea633db
|
||||
|
||||
* Tue Jul 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.7.0-0.devel.2.8787141
|
||||
- Drop unecessary make for s390
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
7e1ac8bf8474c50e94faf31a67a8f5fc mesa-8787141.tar.xz
|
||||
fdd15ae602da10f0cf6f692b0f8e7d0b mesa-ea633db.tar.xz
|
||||
|
|
Loading…
Reference in a new issue