Accepting request 880236 from devel:languages:erlang

OBS-URL: https://build.opensuse.org/request/show/880236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elixir?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2021-03-20 20:26:11 +00:00 committed by Git OBS Bridge
commit 36d2e8e494
5 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d961305e893f4fe1a177fa00233762c34598bc62ff88b32dcee8af27e36f0564
size 2394406

3
elixir-1.11.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85c7118a0db6007507313db5bddf370216d9394ed7911fe80f21e2fbf7f54d29
size 2396885

View File

@ -17,7 +17,7 @@
Name: elixir-doc
Version: 1.11.3
Version: 1.11.4
Release: 0
Summary: Documentation for elixir
License: Apache-2.0

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 19 22:01:35 UTC 2021 - Sven Marquardt <dev@mail.smarquardt.space>
- Elixir 1.11.4
* Enhancements
Elixir
[Kernel] Update formatting when printing warnings and errors from Erlang/OTP 24+
[Kernel] Support float-16 on bitstrings
Mix
[mix local.rebar] This task will now install rebar3 version 3.14.4, compiled with Erlang/OTP 21
-------------------------------------------------------------------
Mon Jan 11 19:13:39 UTC 2021 - Sven Marquardt <dev@mail.smarquardt.space>

View File

@ -17,7 +17,7 @@
Name: elixir
Version: 1.11.3
Version: 1.11.4
Release: 0
Summary: Functional meta-programming aware language built atop Erlang
License: Apache-2.0
@ -75,7 +75,7 @@ make
%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
# install -D -m 0644
# install -D -m 0644
# Relink
for I in iex elixir elixirc mix
do