Hello,
I wold like to see the most recent version 1.0 of Elixir in Fedora.
So I have create the following patch which I have attarched to thsi mail.
The following topics are important for this package:
* You need Erlang R17 to support Maps in Elixir
* You need an UTF-8 enabled locale to run the testsuite
Best Regards:
Jochen Schmitt
diff --git a/elixir.spec b/elixir.spec
index bee653b..756a90e 100644
--- a/elixir.spec
+++ b/elixir.spec
@@ -1,6 +1,6 @@
Name: elixir
-Version: 0.12.5
-Release: 2%{?dist}
+Version: 1.0
+Release: 1%{?dist}
Summary: A modern approach to programming for the Erlang VM
Group: Development/Languages
@@ -13,7 +13,7 @@ BuildArch: noarch
BuildRequires: erlang >= R16B
BuildRequires: erlang-rebar
BuildRequires: git
-Requires: erlang-erts >= R16B
+Requires: erlang-erts >= R17
Requires: erlang-inets
%description
@@ -37,7 +37,7 @@ sed -i '/IO.ANSI/d' lib/elixir/test/doc_test.exs
make %{?_smp_mflags}
%check
-make test
+LANG="en_US.UTF-8"; make test
%install
mkdir -p %{buildroot}/%{_datadir}/%{name}/%{version}
@@ -55,6 +55,9 @@ ln -s
%{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/%
%{_datadir}/%{name}
%changelog
+* Sat Oct 4 2014 Jochen Schmitt <Jochen herr-schmitt de> - 1.0-1
+- New upstream release
+
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]>
- 0.12.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang