From cf9b4e37a4c2256059fa1c1fc76e5fe71e7b1099 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Jan 07 2013 11:05:24 +0000 Subject: Update to Elixir 0.7.2. --- diff --git a/.gitignore b/.gitignore index ebad96d..aa02b56 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /elixir-lang-elixir-v0.5.0-0-g6052352.tar.gz /elixir-lang-elixir-v0.6.0-0-g01a575e.tar.gz /elixir-lang-elixir-v0.7.0-0-g833e9e9.tar.gz +/elixir-0.7.2.tar.gz diff --git a/elixir.spec b/elixir.spec index 0c667cc..e772e12 100644 --- a/elixir.spec +++ b/elixir.spec @@ -1,9 +1,9 @@ -%define gitcommit 833e9e9 -%define gitdate 20121022 -%define patchlevel 0 +#%define gitcommit 833e9e9 +#%define gitdate 20121022 +#%define patchlevel 0 Name: elixir -Version: 0.7.0 -Release: 1.%{gitdate}git%{gitcommit}%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: A modern approach to programming for the Erlang VM Group: Development/Languages @@ -12,7 +12,7 @@ License: ASL 2.0 and ERPL URL: http://elixir-lang.org/ # Source0 retrieved by pulling a Github tarball. # See: https://github.com/elixir-lang/elixir/tags -Source0: %{name}-lang-%{name}-v%{version}-%{patchlevel}-g%{gitcommit}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: erlang-rebar @@ -26,10 +26,10 @@ As Erlang, it is a functional language built to support distributed, fault-tolerant, non-stop applications with hot code swapping. %prep -%setup -q -n %{name}-lang-%{name}-%{gitcommit} +%setup -q rm rebar -sed -i '/REBAR:=$(/d' Makefile -sed -i '1i REBAR:=$(shell which rebar || echo `pwd`/rebar)' Makefile +sed -i '/REBAR := $(/d' Makefile +sed -i '1i REBAR := $(shell which rebar || echo `pwd`/rebar)' Makefile sed -i -e "s/time //g" Makefile find -name '*.bat' -exec rm \{\} \; @@ -61,6 +61,9 @@ rm -rf %{buildroot} %changelog +* Mon Jan 7 2013 Ricky Elrod - 0.7.2-1 +- Update to upstream 0.7.2. + * Mon Oct 22 2012 Ricky Elrod - 0.7.0-1.20121022git833e9e9 - Update to upstream 0.7.0. diff --git a/sources b/sources index 9e1918b..9c18eef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef1da9e373af9fedeb50614d992a2895 elixir-lang-elixir-v0.7.0-0-g833e9e9.tar.gz +6bc8a41672bdb6f9abfb6c24f8c4a999 elixir-0.7.2.tar.gz