From 31bab3a45ac2a5700c721867a5655e912fc247d0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 20 Mar 2016 09:26:45 +0100 Subject: [PATCH] Update to 11.2.0-rc3 Signed-off-by: Igor Gnatenko --- Makefile | 2 +- mesa.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f1f76bc..152489d 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 diff --git a/mesa.spec b/mesa.spec index e318178..248f1aa 100644 --- a/mesa.spec +++ b/mesa.spec @@ -50,14 +50,14 @@ %define _default_patch_fuzz 2 -#% define gitdate 20150218 -%define githash 24ea81a +%define gitdate 20160320 +#% define githash 24ea81a %define git %{?githash:%{githash}}%{!?githash:%{gitdate}} Summary: Mesa graphics libraries Name: mesa Version: 11.2.0 -Release: 0.devel.11.%{git}%{?dist} +Release: 0.1.rc3.%{git}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -691,6 +691,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Mar 20 2016 Igor Gnatenko - 11.2.0-0.1.rc3.20160320 +- Update to 11.2.0-rc3 + * Fri Feb 19 2016 Dave Airlie 11.2.0-0.devel.11 - rebuild against llvm 3.8.0 diff --git a/sources b/sources index f05adcc..95296bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f9352761a37eea94dc90907e38414c3 mesa-24ea81a.tar.xz +c6a313e26f2466de92c145620726388e mesa-20160320.tar.xz