commit 9c7b00fbd3b58bca40f71c01a2745eac47563fe2
Author: Ricky Elrod <[email protected]>
Date:   Sat Jan 11 03:28:11 2014 -0500

    Latest elixir release

 .gitignore  |    1 +
 elixir.spec |   12 +++++-------
 sources     |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c38106d..28de9d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/elixir.spec b/elixir.spec
index e963020..d50c791 100644
--- a/elixir.spec
+++ b/elixir.spec
@@ -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 <[email protected]> - 0.12.1-1
+- Update to upstream 0.12.1.
+
 * Sun Dec 15 2013 Ricky Elrod <[email protected]> - 0.12.0-1
 - Update to upstream 0.12.0.
 
diff --git a/sources b/sources
index 58bf5bf..49e8a0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a5eae88e7576f4180dd9698e5c6b175  elixir-0.12.0.tar.gz
+b403769f5c9e47aa6d159405f8ec66f4  elixir-0.12.1.tar.gz
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to