Upstream 0.10.0
This commit is contained in:
parent
0e5ad623fa
commit
c9dd7b1631
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/elixir-0.8.1.tar.gz
|
||||
/elixir-0.9.1.tar.gz
|
||||
/elixir-0.9.3.tar.gz
|
||||
/elixir-0.10.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: elixir
|
||||
Version: 0.9.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern approach to programming for the Erlang VM
|
||||
|
||||
Group: Development/Languages
|
||||
@ -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.9.3
|
||||
# git checkout v0.10.0
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -61,6 +61,9 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex} %{buildroot}/%{_bi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.10.0-1
|
||||
- Update to upstream 0.10.0.
|
||||
|
||||
* Wed Jun 12 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.9.3-2
|
||||
- Fix patch, doctest.exs was renamed to doc_test.exs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user