Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 48a271ecc9
Fix Release:
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-27 13:44:08 +03:00
David Abdurachmanov 040fc60cfa
Fix compliation error
The actual fix is in rebar-0008-Remove-pre-R15B02-workaround patch.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-27 13:12:50 +03:00
David Abdurachmanov 73abdd786a Update rebar-0008-Remove-pre-R15B02-workaround patch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-27 13:10:29 +03:00
2 changed files with 16 additions and 10 deletions

View File

@ -12,7 +12,7 @@
Name: erlang-%{realname}
Version: 2.6.4
Release: 7%{?dist}
Release: 7.1.riscv64%{?dist}
Summary: Erlang Build Tools
Group: Development/Tools
License: MIT
@ -148,6 +148,9 @@ sed -i -e "s,-noshell -noinput,-noshell -noinput -pa .,g" ./rebar
%changelog
* Mon Aug 27 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.6.4-7.1.riscv64
- Fix compilation error
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

View File

@ -1,14 +1,17 @@
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 2 Mar 2016 15:10:20 +0300
Subject: [PATCH] Remove pre-R15B02 workaround
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index f4d7b76..63f8c31 100644
index f4d7b76..19c3138 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -436,18 +436,6 @@ get_beam_test_exports(ModuleStr) ->
@@ -72,8 +72,6 @@
%% for internal use only
-export([info/2]).
--dialyzer({no_missing_calls, pre15b02_eunit_primitive/3}).
-
-include("rebar.hrl").
-define(EUNIT_DIR, ".eunit").
@@ -436,18 +434,6 @@ get_beam_test_exports(ModuleStr) ->
end.
make_test_primitives(RawTests) ->
@ -27,7 +30,7 @@ index f4d7b76..63f8c31 100644
?CONSOLE(" Running test function(s):~n", []),
F = fun({M, F2}, Acc) ->
?CONSOLE(" ~p:~p/0~n", [M, F2]),
@@ -456,23 +444,15 @@ make_test_primitives(RawTests) ->
@@ -456,23 +442,15 @@ make_test_primitives(RawTests) ->
case re:run(FNameStr, "_test_") of
nomatch ->
%% Normal test