86fc97d
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
733357ded6
commit
c313ce47a7
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ SANITIZE ?= 1
|
|||||||
|
|
||||||
ifeq ($(strip $(COMMIT)),)
|
ifeq ($(strip $(COMMIT)),)
|
||||||
COMMIT = `date +%Y%m%d`
|
COMMIT = `date +%Y%m%d`
|
||||||
BRANCH = 11.0
|
BRANCH = 11.1
|
||||||
else
|
else
|
||||||
BRANCH = master
|
BRANCH = master
|
||||||
endif
|
endif
|
||||||
|
@ -49,13 +49,13 @@
|
|||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20150218
|
#% define gitdate 20150218
|
||||||
%define githash 5ae37ae
|
%define githash 86fc97d
|
||||||
%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: 11.1.0
|
Version: 11.2.0
|
||||||
Release: 0.devel.13.%{git}%{?dist}
|
Release: 0.devel.1.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -681,6 +681,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.devel.1.86fc97d
|
||||||
|
- 86fc97d
|
||||||
|
|
||||||
* Thu Nov 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.13.5ae37ae
|
* Thu Nov 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.13.5ae37ae
|
||||||
- 5ae37ae
|
- 5ae37ae
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user