diff --git a/elixir.spec b/elixir.spec index c245b33..8c75d01 100644 --- a/elixir.spec +++ b/elixir.spec @@ -1,6 +1,6 @@ Name: elixir Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modern approach to programming for the Erlang VM Group: Development/Languages @@ -10,7 +10,7 @@ URL: http://elixir-lang.org/ Source0: https://github.com/elixir-lang/elixir/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: erlang >= R16B +BuildRequires: erlang >= R17 BuildRequires: erlang-rebar BuildRequires: git Requires: erlang-erts >= R17 @@ -55,6 +55,9 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/% %{_datadir}/%{name} %changelog +* Thu Oct 9 2014 Jochen Schmitt - 1.0.1-2 +- Fix wrong Erlang release specification in the BRs + * Wed Oct 8 2014 Ricky Elrod - 1.0.1-1 - Update to upstream 1.0.1.