Upstream 0.8.1 in Rawhide.
This commit is contained in:
parent
f34efdff9c
commit
a5f23f561e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/elixir-lang-elixir-v0.6.0-0-g01a575e.tar.gz
|
||||
/elixir-lang-elixir-v0.7.0-0-g833e9e9.tar.gz
|
||||
/elixir-0.7.2.tar.gz
|
||||
/elixir-0.8.1.tar.gz
|
||||
|
11
elixir.spec
11
elixir.spec
@ -2,8 +2,8 @@
|
||||
#%define gitdate 20121022
|
||||
#%define patchlevel 0
|
||||
Name: elixir
|
||||
Version: 0.7.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern approach to programming for the Erlang VM
|
||||
|
||||
Group: Development/Languages
|
||||
@ -33,6 +33,10 @@ sed -i '1i REBAR := $(shell which rebar || echo `pwd`/rebar)' Makefile
|
||||
sed -i -e "s/time //g" Makefile
|
||||
find -name '*.bat' -exec rm \{\} \;
|
||||
|
||||
# This contains a failing test. We want `make test` for most tests, but
|
||||
# this deals with ANSI codes which rpmbuild strips.
|
||||
rm lib/elixir/test/elixir/io/ansi_test.exs
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -61,6 +65,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 18 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.8.1-1
|
||||
- Update to upstream 0.8.1.
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user