Accepting request 357678 from home:pereira_alex:elixir
Hi, I updated elixir to latest version 1.2.2. This is the first time I do this, so please let me know if I did anything wrong! Thanks! OBS-URL: https://build.opensuse.org/request/show/357678 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=14
This commit is contained in:
parent
a297cc6ac4
commit
0257018268
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir-doc
|
||||
Version: 1.2.0
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
@ -53,4 +53,3 @@ ex_doc "Logger" "%{version}" "lib/logger/ebin" -m "Logger" -u "https://github.co
|
||||
%doc doc
|
||||
|
||||
%changelog
|
||||
|
||||
|
@ -1,7 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 4 09:10:38 UTC 2016 - pereira.alex@gmail.com
|
||||
|
||||
- Update to v1.2.2
|
||||
Enhancements
|
||||
[Kernel] Support @compile {:autoload, false} to disable automatic loading after compilation
|
||||
Bug fixes
|
||||
[ExUnit] Raise if trying to override reserved tag in setup blocks
|
||||
[Mix] Ensure retrieve compile manifests do fail if some compilers are not yet available
|
||||
[Mix] Automatically merge managers according to the mix > rebar3 > rebar > make order
|
||||
[Mix] Force recompilation if dependency was recently fetched
|
||||
|
||||
- Update to v1.2.1
|
||||
Enhancements
|
||||
[IEx] Support remote pids/ports with IEx helper i/1
|
||||
[Protocol] Warn when defimpl is called for a consolidated protocol
|
||||
Bug fixes
|
||||
[ExUnit] Ensure assert macros can be used from quoted code
|
||||
[ExUnit] Do not warn in match assertion if variable is reused in pattern
|
||||
[Macro] Fix a bug in Macro.to_string/1 where a remote function could be accidentally interpreted as a sigil
|
||||
[Mix] Ensure dependencies are properly skipped when --only option is given to mix deps.get
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 15:48:20 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Update to v1.2.0
|
||||
- Update to v1.2.0
|
||||
+ Erlang 18 support
|
||||
+ Many language improvements
|
||||
+ Please see https://github.com/elixir-lang/elixir/releases/tag/v1.2.0
|
||||
@ -1212,7 +1234,7 @@ Fri Jun 20 14:31:10 UTC 2014 - matwey.kornilov@gmail.com
|
||||
Mon Feb 17 22:01:03 UTC 2014 - develop7@develop7.info
|
||||
|
||||
- Update to 0.12.4
|
||||
* see CHANGELOG.md for backward incompatibilities and
|
||||
* see CHANGELOG.md for backward incompatibilities and
|
||||
enhancements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.2.0
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f68ee5213b883c91f2f521df1f773ceec5913dbf075f7781b57ac97543e7268
|
||||
size 1658411
|
3
v1.2.2.tar.gz
Normal file
3
v1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09a51fe2680070e67c0b3ef1aeb6c409f383fc69da155020466bc54203d58056
|
||||
size 1661328
|
Loading…
Reference in New Issue
Block a user