From a5f23f561e84bf584af91bf6403d6ddfe07b867b Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Feb 27 2013 02:56:47 +0000 Subject: Upstream 0.8.1 in Rawhide. --- diff --git a/.gitignore b/.gitignore index aa02b56..b377e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /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 +/elixir-0.8.1.tar.gz diff --git a/elixir.spec b/elixir.spec index 667199b..f5e49e5 100644 --- a/elixir.spec +++ b/elixir.spec @@ -2,8 +2,8 @@ #%define gitdate 20121022 #%define patchlevel 0 Name: elixir -Version: 0.7.2 -Release: 2%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: A modern approach to programming for the Erlang VM Group: Development/Languages @@ -33,6 +33,10 @@ sed -i '1i REBAR := $(shell which rebar || echo `pwd`/rebar)' Makefile sed -i -e "s/time //g" Makefile find -name '*.bat' -exec rm \{\} \; +# This contains a failing test. We want `make test` for most tests, but +# this deals with ANSI codes which rpmbuild strips. +rm lib/elixir/test/elixir/io/ansi_test.exs + %build make %{?_smp_mflags} @@ -61,6 +65,9 @@ rm -rf %{buildroot} %changelog +* Sun Feb 18 2013 Ricky Elrod - 0.8.1-1 +- Update to upstream 0.8.1. + * Wed Feb 13 2013 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 9c18eef..faea696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6bc8a41672bdb6f9abfb6c24f8c4a999 elixir-0.7.2.tar.gz +7327b69b21713f0c22664e5ebc268d52 elixir-0.8.1.tar.gz