From 4e3adc44fbe74d0d89ff3145fb15509773e6106a1c6e4d5d29b4a6b70ab79be4 Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Tue, 19 Feb 2019 15:21:45 +0000 Subject: [PATCH] Accepting request 677388 from home:gsantomaggio_suse:branches:devel:languages:erlang - Elixir 1.8.1 * Bug fixes Elixir [Float] Fix rounding for subnormal floats IEx [IEx] Fix IEx.pry crash when IEx isn't running [IEx.CLI] Add IEx warning when using --remsh with "dumb" terminal [IEx.Helpers] Sort results by arity on h helper Mix [mix compile] Do not include optional dependencies in extra applications as it is incompatible with shared deps in umbrellas OBS-URL: https://build.opensuse.org/request/show/677388 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=40 --- elixir-1.8.0.tar.gz | 3 --- elixir-1.8.1.tar.gz | 3 +++ elixir-doc.spec | 2 +- elixir.changes | 15 +++++++++++++++ elixir.spec | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 elixir-1.8.0.tar.gz create mode 100644 elixir-1.8.1.tar.gz diff --git a/elixir-1.8.0.tar.gz b/elixir-1.8.0.tar.gz deleted file mode 100644 index e03a79c..0000000 --- a/elixir-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe896d8b2914f982d2e6fceeb585f59a8f92ad872653fc46c13df9ff86d69234 -size 2179052 diff --git a/elixir-1.8.1.tar.gz b/elixir-1.8.1.tar.gz new file mode 100644 index 0000000..a78eed1 --- /dev/null +++ b/elixir-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8c636ea999392496ccd9a204ccccbc8cb7f417d948fd12692cda2bd02d9822 +size 2177865 diff --git a/elixir-doc.spec b/elixir-doc.spec index e9340f3..604dbc8 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: Documentation for elixir License: Apache-2.0 diff --git a/elixir.changes b/elixir.changes index 54fea87..06e783a 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 19 15:38:20 UTC 2019 - g.santomaggio@gmail.com + +- Elixir 1.8.1 + * Bug fixes + Elixir + [Float] Fix rounding for subnormal floats + IEx + [IEx] Fix IEx.pry crash when IEx isn't running + [IEx.CLI] Add IEx warning when using --remsh with "dumb" terminal + [IEx.Helpers] Sort results by arity on h helper + Mix + [mix compile] Do not include optional dependencies in extra applications as it is + incompatible with shared deps in umbrellas + ------------------------------------------------------------------- Mon Jan 28 11:00:20 UTC 2019 - g.santomaggio@gmail.com diff --git a/elixir.spec b/elixir.spec index 488b88c..7d905de 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: Functional meta-programming aware language built atop Erlang License: Apache-2.0