[elixir/f21] Fix wrong Erlang release specification in the BRs

Jochen Schmitt s4504kr at fedoraproject.org
Thu Oct 9 09:08:31 UTC 2014


commit eb61c9ea70344843df06d2fdc35e00eeb3d4fd3b
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu Oct 9 10:57:22 2014 +0200

    Fix wrong Erlang release specification in the BRs

 elixir.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <Jochen herr-schmitt de> - 1.0.1-2
+- Fix wrong Erlang release specification in the BRs
+
 * Wed Oct 8 2014 Ricky Elrod <relrod at redhat.com> - 1.0.1-1
 - Update to upstream 1.0.1.
 


More information about the scm-commits mailing list