forked from pool/elixir
Accepting request 361289 from home:develop7:branches:devel:languages:erlang
update to v1.2.3 OBS-URL: https://build.opensuse.org/request/show/361289 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=16
This commit is contained in:
parent
b31e4e9fb6
commit
50405339df
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
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
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 24 16:06:18 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
- update to v1.2.3
|
||||||
|
+ Enhancements
|
||||||
|
* [Base] Add :ignore and :padding option to encoding/decoding functions
|
||||||
|
* [Mix] Add Mix.Projects.deps_paths that returns the dependencies path as a map
|
||||||
|
+ Bug fixes
|
||||||
|
* [ExUnit] Do not provide negative line numbers without generated annotation (for compatibility with Erlang 19)
|
||||||
|
* [Mix] Reject non fullfilled optional dependencies later on in the convergence resolution for proper dependency sorting
|
||||||
|
* [String] Fix incomplete data trimming on both String.replace_trailing and String.rstrip
|
||||||
|
* [String] Attach debug_info back into Unicode modules for Dialyzer support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 4 09:10:38 UTC 2016 - pereira.alex@gmail.com
|
Thu Feb 4 09:10:38 UTC 2016 - pereira.alex@gmail.com
|
||||||
|
|
||||||
|
11
elixir.spec
11
elixir.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
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
|
||||||
@ -44,6 +44,14 @@ Elixir also provides first-class support for pattern matching, polymorphism via
|
|||||||
|
|
||||||
Finally, Elixir and Erlang share the same bytecode and data types. This means you can invoke Erlang code from Elixir (and vice-versa) without any conversion or performance hit. This allows a developer to mix the expressiveness of Elixir with the robustness and performance of Erlang.
|
Finally, Elixir and Erlang share the same bytecode and data types. This means you can invoke Erlang code from Elixir (and vice-versa) without any conversion or performance hit. This allows a developer to mix the expressiveness of Elixir with the robustness and performance of Erlang.
|
||||||
|
|
||||||
|
%package src
|
||||||
|
Summary: Elixir programming language sources
|
||||||
|
Group: Development/Languages/Other
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description src
|
||||||
|
Elixir source code.
|
||||||
|
|
||||||
%define elixirdir %{_prefix}/lib/elixir
|
%define elixirdir %{_prefix}/lib/elixir
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -57,6 +65,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
||||||
|
# install -D -m 0644
|
||||||
# Relink
|
# Relink
|
||||||
for I in iex elixir elixirc mix
|
for I in iex elixir elixirc mix
|
||||||
do
|
do
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09a51fe2680070e67c0b3ef1aeb6c409f383fc69da155020466bc54203d58056
|
|
||||||
size 1661328
|
|
3
v1.2.3.tar.gz
Normal file
3
v1.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:886e4efea0e9bbbb4ba55ea659986fb3460c5b77045410c10144838192214827
|
||||||
|
size 1662478
|
Loading…
x
Reference in New Issue
Block a user