Accepting request 600365 from home:develop7:branches:devel:languages:erlang
Elixir 1.6.4 OBS-URL: https://build.opensuse.org/request/show/600365 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=29
This commit is contained in:
parent
ca687d1760
commit
a23378b20a
3
elixir-1.6.4.tar.gz
Normal file
3
elixir-1.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c12a4931a5383a8a9e9eb006566af698e617b57a1f645a6cb132a321b671292d
|
||||||
|
size 2074206
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.5.2
|
Version: 1.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for elixir
|
Summary: Documentation for elixir
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 and ErlPL-1.1
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Url: http://elixir-lang.org
|
Url: http://elixir-lang.org
|
||||||
Source: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz
|
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/elixir-%{version}.tar.gz
|
||||||
BuildRequires: elixir
|
BuildRequires: elixir
|
||||||
BuildRequires: elixir-ex_doc
|
BuildRequires: elixir-ex_doc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 12 15:39:08 UTC 2018 - develop7@develop7.info
|
||||||
|
|
||||||
|
- Elixir 1.6.4
|
||||||
|
|
||||||
|
* [Code.Formatter] Do not double escape quoted keyword list identifiers
|
||||||
|
* [Kernel] Properly support into: binary in Erlang/OTP 20.3
|
||||||
|
|
||||||
|
- Elixir 1.6.3
|
||||||
|
|
||||||
|
* [Code.Formatter] Support comments in the middle of pipelines, `when` and
|
||||||
|
`|` expressions
|
||||||
|
* [Code.Formatter] Consider commas when breaking groups
|
||||||
|
* [Code.Formatter] Ensure proper precedence between & and operators
|
||||||
|
* [Code.Formatter] Consider .formatter.exs when formatting stdin
|
||||||
|
* [Logger.Translator] Ensure logger doesn't crash when reporting named
|
||||||
|
`DynamicSupervisor`
|
||||||
|
|
||||||
|
- Elixir 1.6.2
|
||||||
|
|
||||||
|
See full changelog at https://github.com/elixir-lang/elixir/releases/tag/v1.6.2
|
||||||
|
|
||||||
|
- Elixir 1.6.1
|
||||||
|
|
||||||
|
See full changelog at https://github.com/elixir-lang/elixir/releases/tag/v1.6.1
|
||||||
|
|
||||||
|
- Elixir 1.6.0
|
||||||
|
|
||||||
|
See full changelog at https://github.com/elixir-lang/elixir/releases/tag/v1.6.0
|
||||||
|
|
||||||
|
- Elixir 1.5.3
|
||||||
|
|
||||||
|
See full changelog at https://github.com/elixir-lang/elixir/releases/tag/v1.5.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 1 12:28:21 UTC 2017 - gutigen@protonmail.ch
|
Wed Nov 1 12:28:21 UTC 2017 - gutigen@protonmail.ch
|
||||||
|
|
||||||
|
@ -17,20 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.5.2
|
Version: 1.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 and ErlPL-1.1
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Url: http://elixir-lang.org
|
Url: http://elixir-lang.org
|
||||||
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz
|
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source2: macros.elixir
|
Source2: macros.elixir
|
||||||
BuildRequires: erlang
|
BuildRequires: erlang
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
|
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
|
||||||
Requires: git >= 1.7
|
Requires: git >= 1.7
|
||||||
BuildRequires: erlang >= 18
|
BuildRequires: erlang >= 19
|
||||||
|
BuildRequires: erlang-src
|
||||||
BuildRequires: erlang-dialyzer
|
BuildRequires: erlang-dialyzer
|
||||||
BuildRequires: git >= 1.7
|
BuildRequires: git >= 1.7
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7317b7a9d3b5bef2b5cd56de738f2b37fd4111e24efbe71a3e39bea1b702ff6c
|
|
||||||
size 1947836
|
|
Loading…
Reference in New Issue
Block a user