From 5f9051fba985df1193663992318c81450452dc4b Mon Sep 17 00:00:00 2001 From: William Benton Date: Mar 25 2014 23:57:31 +0000 Subject: First few updates for 0.9.1 --- diff --git a/spark.spec b/spark.spec index d49cedd..6b3981e 100644 --- a/spark.spec +++ b/spark.spec @@ -1,5 +1,6 @@ -%global spark_version 0.9.0 -%global spark_version_suffix -incubating +%global spark_version 0.9.1 +%global spark_version_suffix -rc1 +%global spark_release_suffix .rc1 %global scala_version 2.10 %if 0%{?fedora} >= 20 @@ -14,14 +15,14 @@ Name: spark Version: %{spark_version} -Release: 0.4%{?dist} +Release: 0.1%{spark_release_suffix}%{?dist} Summary: Lightning-fast cluster computing License: ASL 2.0 URL: http://spark.apache.org Source0: https://github.com/apache/spark/archive/v%{spark_version}%{spark_version_suffix}.tar.gz -Source1: https://raw.github.com/willb/rpm-packaging/v%{spark_version}/spark-packaging/xmvn-sbt -Source2: https://raw.github.com/willb/rpm-packaging/v%{spark_version}/spark-packaging/xmvn-sbt.properties +Source1: https://raw.github.com/willb/rpm-packaging/v0.9.0/spark-packaging/xmvn-sbt +Source2: https://raw.github.com/willb/rpm-packaging/v0.9.0/spark-packaging/xmvn-sbt.properties Patch0: spark-v0.9.0-0001-Replace-lift-json-with-json4s-jackson.patch Patch1: spark-v0.9.0-0002-use-sbt-0.13.1.patch @@ -263,6 +264,9 @@ done %changelog +* Tue Mar 25 2014 William Benton - 0.9.1-0.1.rc1 +- upstream version 0.9.1-rc1 + * Tue Mar 25 2014 William Benton - 0.9.0-0.4 - compiled-in mesos support - includes stream-lib support