Accepting request 315411 from home:matwey:branches:devel:languages:erlang
OBS-URL: https://build.opensuse.org/request/show/315411 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=8
This commit is contained in:
parent
9c27786f5f
commit
f9b3c9b0b6
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled"><param name="scm">git</param>
|
||||
<param name="url">git://github.com/elixir-lang/elixir</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v1.0.4</param>
|
||||
<param name="revision">v1.0.5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/elixir-lang/elixir</param>
|
||||
<param name="changesrevision">e02d7bf913f3e5ea8c9e49648e69324ec5c65919</param></service></servicedata>
|
||||
<param name="changesrevision">3eb938a0ba7db5c6cc13d390e6242f66fdc9ef00</param></service></servicedata>
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir-doc
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
Summary: Documentation for elixir
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e74627019b62ce83c4073be2d9fda77dbed6e40912ac378393247afbbff298f
|
||||
size 901728
|
3
elixir-v1.0.5.tar.bz2
Normal file
3
elixir-v1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c79bd7d42dbf6badc6c2312e3b5311b29c56556320ec629c174de9524dc03f77
|
||||
size 904649
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 03 21:59:45 UTC 2015 - matwey.kornilov@gmail.com
|
||||
|
||||
- Update to version v1.0.5:
|
||||
+ Ensure we escape config before injecting into escript
|
||||
+ Read 4K blocks instead of lines in IO.binread
|
||||
+ Add unit test for IO.binread with :all option
|
||||
+ Optimize rstrip
|
||||
+ Handle corner cases for small strings in rstrp
|
||||
+ Ensure we properly underscore acronyms followed by paths
|
||||
+ Speed up upcase and downcase for large strings
|
||||
+ Ensure blocks do not clobber eex buffer
|
||||
+ Only consider outer halts in flat_map when the op is not halt itself
|
||||
+ Expand attributes and macros in record extractor
|
||||
+ Fix GenEvent detecting module that isn't loaded
|
||||
+ Ensure take/1 does not consume more than required
|
||||
+ Handle :undefined arity in Logger.Translator
|
||||
+ Add more documentation for ~> requirements
|
||||
+ Fix Version.pre typespec
|
||||
+ Fix to_string for Version with numeric pre
|
||||
+ Join pre-release parts with "."
|
||||
+ Fix race condition in logger translator test
|
||||
+ Merge pull request #3382 from lexmag/string_io-fixes
|
||||
+ Update CHANGELOG
|
||||
+ Really fix race condition in logger translator test
|
||||
+ Rely on loaded_applications instead of running ones
|
||||
+ Avoid non-fixed table errors on autocomplete
|
||||
+ Delegate to :erlang.binary_to_float on Float.parse/1
|
||||
+ Update CHANGELOG
|
||||
+ Add docs for simple one for one
|
||||
+ Also document exit reasons
|
||||
+ Improve wording
|
||||
+ Backport improvements to <<>>' docs
|
||||
+ Update to Erlang 18
|
||||
+ Move tests to Erlang 18 which has proper logger behaviour
|
||||
+ Translate emulator logged process crashes in 18.0+
|
||||
+ Fix logger translating process exit
|
||||
+ fix for Erlang R18.0 changes in maps module
|
||||
+ Ensure we also normalize badmap and badkey in rescue
|
||||
+ Run badkey and badmap only on 18
|
||||
+ Release v1.0.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 15:57:55 UTC 2015 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elixir
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
|
Loading…
Reference in New Issue
Block a user