diff --git a/Makefile b/Makefile index f1f76bc..f3a4d21 100644 --- a/Makefile +++ b/Makefile @@ -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} diff --git a/mesa.spec b/mesa.spec index 3f6089b..04c4562 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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 - 11.2.0-1.20160414 +- 11.2.0 + * Fri Apr 08 2016 Björn Esser - 11.2.0-0.devel.13 - add virtual Provides for ocl-icd (RHBZ #1317602) diff --git a/sources b/sources index f05adcc..33eea40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f9352761a37eea94dc90907e38414c3 mesa-24ea81a.tar.xz +f7b2df52862791cceca2f2255e7f1724 mesa-20160414.tar.xz