Accepting request 822142 from devel:languages:erlang
OBS-URL: https://build.opensuse.org/request/show/822142 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elixir?expand=0&rev=11
This commit is contained in:
commit
4321b85832
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3035fc5fdade35c3592a5fa7c8ee1aadb736f565c46b74b68ed7828b3ee1897
|
||||
size 2329031
|
3
elixir-1.10.4.tar.gz
Normal file
3
elixir-1.10.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8518c78f43fe36315dbe0d623823c2c1b7a025c114f3f4adbb48e04ef63f1d9f
|
||||
size 2331003
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir-doc
|
||||
Version: 1.10.3
|
||||
Version: 1.10.4
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
License: Apache-2.0
|
||||
@ -26,6 +26,7 @@ URL: http://elixir-lang.org
|
||||
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/elixir-%{version}.tar.gz
|
||||
BuildRequires: elixir
|
||||
BuildRequires: elixir-ex_doc
|
||||
BuildRequires: unzip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Requires: elixir = %{version}
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 8 08:09:49 UTC 2020 - Gabriele Santomaggio <gsantomaggio@suse.com>
|
||||
|
||||
- Elixir 1.10.4
|
||||
* Bug fixes
|
||||
Elixir
|
||||
[Kernel] Fix a bug where custom types were printed as built-in types
|
||||
[Kernel] Don't add compile-time dependency on defdelegate
|
||||
[Kernel] Add line numbers to warnings on deprecated imports
|
||||
[Kernel] Report the correct line number when raising inside a macro
|
||||
[Task] Include callers in translated Logger metadata for Task
|
||||
[Task] Fix Task PID and caller in Task Supervisor reports
|
||||
ExUnit
|
||||
[ExUnit.Formatter] Avoid crashes when diffing guards when the pattern does not match
|
||||
[ExUnit.Formatter] Also blame exceptions that come from linked and trapped exits
|
||||
IEx
|
||||
[IEx.Helpers] Do not crash when printing a type that cannot be code formatted
|
||||
Mix
|
||||
[mix app.start] Fix reading .app file located in archives (.ez files)
|
||||
[mix local.hex] Provide more guidance when Hex can't be installed
|
||||
[mix release] Properly encode config in releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 25 16:20:54 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.10.3
|
||||
Version: 1.10.4
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built atop Erlang
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user