Latest elixir release

This commit is contained in:
Ricky Elrod 2014-01-11 03:28:11 -05:00
parent 3b5053d7da
commit 9c7b00fbd3
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/elixir-0.11.0.tar.gz
/elixir-0.11.2.tar.gz
/elixir-0.12.0.tar.gz
/elixir-0.12.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: elixir
Version: 0.12.0
Version: 0.12.1
Release: 1%{?dist}
Summary: A modern approach to programming for the Erlang VM
@ -8,12 +8,7 @@ Group: Development/Languages
License: ASL 2.0 and ERPL
URL: http://elixir-lang.org/
# Source0 retrieved by pulling a Github tarball.
# You can obtain the source code by executing:
# git clone git://github.com/elixir-lang/elixir.git
# git checkout v0.12.0
Source0: %{name}-%{version}.tar.gz
Source0: https://github.com/elixir-lang/elixir/archive/v0.12.1/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: erlang >= R16B
BuildRequires: erlang-rebar
@ -61,6 +56,9 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/%
%{_datadir}/%{name}
%changelog
* Sat Jan 11 2014 Ricky Elrod <codeblock@fedoraproject.org> - 0.12.1-1
- Update to upstream 0.12.1.
* Sun Dec 15 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.12.0-1
- Update to upstream 0.12.0.

View File

@ -1 +1 @@
6a5eae88e7576f4180dd9698e5c6b175 elixir-0.12.0.tar.gz
b403769f5c9e47aa6d159405f8ec66f4 elixir-0.12.1.tar.gz