Update to 11.2.0-rc3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
fb5bd45690
commit
31bab3a45a
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.1
|
BRANCH = 11.2
|
||||||
else
|
else
|
||||||
BRANCH = master
|
BRANCH = master
|
||||||
endif
|
endif
|
||||||
|
@ -50,14 +50,14 @@
|
|||||||
|
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20150218
|
%define gitdate 20160320
|
||||||
%define githash 24ea81a
|
#% define githash 24ea81a
|
||||||
%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.2.0
|
Version: 11.2.0
|
||||||
Release: 0.devel.11.%{git}%{?dist}
|
Release: 0.1.rc3.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -691,6 +691,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.2.0-0.1.rc3.20160320
|
||||||
|
- Update to 11.2.0-rc3
|
||||||
|
|
||||||
* Fri Feb 19 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.11
|
* Fri Feb 19 2016 Dave Airlie <airlied@redhat.com> 11.2.0-0.devel.11
|
||||||
- rebuild against llvm 3.8.0
|
- rebuild against llvm 3.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user