commit 9f4498ce095c0a4fed86cae460753c15e9ba7018 Author: Ricky Elrod ricky@elrod.me Date: Sun Jan 19 03:37:28 2014 -0500
and actually commit the spec file. :P
elixir.spec | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) --- diff --git a/elixir.spec b/elixir.spec index 98f0bc4..9f899c7 100644 --- a/elixir.spec +++ b/elixir.spec @@ -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/407427f627f7d07f6a6275978b9dc35... -# 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.
erlang@lists.fedoraproject.org