Upstream 0.8.1 in Rawhide.

This commit is contained in:
Ricky Elrod 2013-02-26 21:56:47 -05:00
parent f34efdff9c
commit a5f23f561e
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@fedoraproject.org> - 0.8.1-1
- Update to upstream 0.8.1.
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
6bc8a41672bdb6f9abfb6c24f8c4a999 elixir-0.7.2.tar.gz
7327b69b21713f0c22664e5ebc268d52 elixir-0.8.1.tar.gz