[elixir] Upstream 0.8.1 in Rawhide.

Ricky Elrod codeblock at fedoraproject.org
Wed Feb 27 02:57:02 UTC 2013


commit a5f23f561e84bf584af91bf6403d6ddfe07b867b
Author: Ricky Elrod <ricky at elrod.me>
Date:   Tue Feb 26 21:56:47 2013 -0500

    Upstream 0.8.1 in Rawhide.

 .gitignore  |    1 +
 elixir.spec |   11 +++++++++--
 sources     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
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 <codeblock at fedoraproject.org> - 0.8.1-1
+- Update to upstream 0.8.1.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list