Upstream 0.12.0
This commit is contained in:
parent
ce6dcd85f5
commit
3b5053d7da
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/elixir-0.10.3.tar.gz
|
||||
/elixir-0.11.0.tar.gz
|
||||
/elixir-0.11.2.tar.gz
|
||||
/elixir-0.12.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: elixir
|
||||
Version: 0.11.2
|
||||
Version: 0.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern approach to programming for the Erlang VM
|
||||
|
||||
@ -11,7 +11,7 @@ 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.11.2
|
||||
# git checkout v0.12.0
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -61,6 +61,9 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/%
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sun Dec 15 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.12.0-1
|
||||
- Update to upstream 0.12.0.
|
||||
|
||||
* Sun Nov 24 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.11.2-1
|
||||
- Update to upstream 0.11.2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user