and actually commit the spec file. :P

This commit is contained in:
Ricky Elrod 2014-01-19 03:37:28 -05:00
parent bb26679aea
commit 9f4498ce09

View File

@ -1,6 +1,6 @@
Name: elixir
Version: 0.12.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A modern approach to programming for the Erlang VM
Group: Development/Languages
@ -16,10 +16,6 @@ BuildRequires: git
Requires: erlang-erts >= R16B
Requires: erlang-inets
# https://github.com/elixir-lang/elixir/commit/407427f627f7d07f6a6275978b9dc35c7f91a5fb
# This just fixes a test that failed when it wasn't run from a git clone of Elixir.
Patch0: mix-test-nogit.patch
%description
Elixir is a programming language built on top of the Erlang VM.
As Erlang, it is a functional language built to support distributed,
@ -61,6 +57,9 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/%
%{_datadir}/%{name}
%changelog
* Sun Jan 19 2014 Ricky Elrod <codeblock@fedoraproject.org> - 0.12.2-2
- Remove patch that is no longer needed.
* Fri Jan 17 2014 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.12.2-1
- Update to upstream 0.12.2.