Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2016-04-14 07:42:30 +02:00
parent 5aa9511c46
commit b7c751ff6a
3 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,7 @@ SANITIZE ?= 1
ifeq ($(strip $(COMMIT)),)
COMMIT = `date +%Y%m%d`
BRANCH = 11.1
BRANCH = 11.2
else
BRANCH = master
endif
@ -26,5 +26,5 @@ ifdef SANITIZE
endif
archive: clone sanitize
tar -cvf ${DIRNAME}.tar.xz ${DIRNAME}
tar -Jcvf ${DIRNAME}.tar.xz ${DIRNAME}

View File

@ -50,14 +50,14 @@
%define _default_patch_fuzz 2
#% define gitdate 20150218
%define githash 24ea81a
%define gitdate 20160414
#% define githash 24ea81a
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 11.2.0
Release: 0.devel.13.%{git}%{?dist}
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -697,6 +697,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Apr 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.2.0-1.20160414
- 11.2.0
* Fri Apr 08 2016 Björn Esser <fedora@besser82.io> - 11.2.0-0.devel.13
- add virtual Provides for ocl-icd (RHBZ #1317602)

View File

@ -1 +1 @@
2f9352761a37eea94dc90907e38414c3 mesa-24ea81a.tar.xz
f7b2df52862791cceca2f2255e7f1724 mesa-20160414.tar.xz