Accepting request 847072 from devel:languages:erlang
OBS-URL: https://build.opensuse.org/request/show/847072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elixir?expand=0&rev=13
This commit is contained in:
commit
17a62ba089
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:724774eb685b476a42c838ac8247787439913667fe023d2f1ed9c933d08dc57c
|
||||
size 2390974
|
3
elixir-1.11.2.tar.gz
Normal file
3
elixir-1.11.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:318f0a6cb372186b0cf45d2e9c9889b4c9e941643fd67ca0ab1ec32710ab6bf5
|
||||
size 2391833
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir-doc
|
||||
Version: 1.11.1
|
||||
Version: 1.11.2
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 04 11:09:00 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||
|
||||
- Elixir 1.11.2
|
||||
* Bug fixes
|
||||
Elixir
|
||||
[Code] Do not crash when getting docs for missing `erts` appdir
|
||||
[Kernel] Raise meaningful error if `:erlang.is_record` is used in guards
|
||||
[Kernel] Prune tracers when fetching `__ENV__` inside functions
|
||||
|
||||
Mix
|
||||
[mix] Fix regression where aliases could not call themselves recursively
|
||||
[mix compile] Do not discard tracers that are set programatically
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 19 11:09:00 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||
|
||||
@ -22,7 +36,7 @@ Mon Oct 19 11:09:00 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 19 11:03:32 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||
|
||||
-Elixir 1.11.0
|
||||
- Elixir 1.11.0
|
||||
|
||||
* Enhancements
|
||||
EEx
|
||||
@ -558,7 +572,7 @@ Mon Dec 10 11:17:25 UTC 2018 - matwey.kornilov@gmail.com
|
||||
|
||||
- Use %license for LICENSE
|
||||
|
||||
----------------------- --------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 22:01:20 UTC 2018 - g.santomaggio@gmail.com
|
||||
|
||||
- Elixir 1.7.4
|
||||
@ -603,6 +617,7 @@ Thu Nov 08 22:01:20 UTC 2018 - g.santomaggio@gmail.com
|
||||
everyone to migrate to Erlang/OTP 20+.
|
||||
Full release notes: https://github.com/elixir-lang/elixir/releases/tag/v1.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 1 08:02:34 UTC 2018 - develop7@develop7.info
|
||||
|
||||
- Elixir 1.6.6
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.11.1
|
||||
Version: 1.11.2
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built atop Erlang
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user