This test file was renamed.

This commit is contained in:
Ricky Elrod 2013-07-04 16:12:25 -04:00
parent e5e70517b8
commit 0e5ad623fa

View File

@ -1,6 +1,6 @@
Name: elixir
Version: 0.9.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A modern approach to programming for the Erlang VM
Group: Development/Languages
@ -37,7 +37,7 @@ 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
sed -i '/IO.ANSI/d' lib/elixir/test/doctest.exs
sed -i '/IO.ANSI/d' lib/elixir/test/doc_test.exs
%build
make %{?_smp_mflags}
@ -61,6 +61,9 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex} %{buildroot}/%{_bi
%changelog
* Wed Jun 12 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.9.3-2
- Fix patch, doctest.exs was renamed to doc_test.exs
* Wed Jun 12 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.9.3-1
- Update to upstream 0.9.3.