Accepting request 180516 from home:NicoK:branches:devel:languages:erlang
update to R16B01 OBS-URL: https://build.opensuse.org/request/show/180516 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=4
This commit is contained in:
parent
909d47b20b
commit
23a876fef4
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 20:11:27 UTC 2013 - kruber@zib.de
|
||||
|
||||
- update to R16B01 release:
|
||||
+ Migration of memory carriers between allocator instances, when
|
||||
enabled it will result in reduced memory footprint when the
|
||||
memory load is unevenly distributed between scheduler specific
|
||||
allocator instances.
|
||||
+ Interruptible term_to_binary, (thanks to Erik Stenman)
|
||||
+ Added the +sfwi <interval> Scheduler Forced Wakeup Interval
|
||||
+ All crypto functions except the block chipers will now chunk
|
||||
large input into several calls to avoid blocking the scheduler
|
||||
for too long.
|
||||
+ Elliptic curve support in crypto, ssl and ssh
|
||||
(thanks to Andreas Schultz)
|
||||
+ Lift static limitation (FD_SETSIZE) for file descriptors on
|
||||
Mac OS X. (thanks to Anthony Ramine)
|
||||
+ Removed a lock around GC statistics counter
|
||||
+ Many small improvements and in Diameter
|
||||
+ 60 user contributions
|
||||
- adapted fix-armv7hl.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 18:10:56 UTC 2013 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package erlang
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: erlang
|
||||
Version: R16B
|
||||
Version: R16B01
|
||||
Release: 0
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
License: ErlPL-1.1
|
||||
|
@ -3,8 +3,8 @@ Index: otp_src_R16B/erts/configure
|
||||
--- otp_src_R16B.orig/erts/configure
|
||||
+++ otp_src_R16B/erts/configure
|
||||
@@ -5413,6 +5413,7 @@ case $chk_arch_ in
|
||||
armv5tel) ARCH=arm;;
|
||||
armv5tejl) ARCH=arm;;
|
||||
armv6l) ARCH=arm;;
|
||||
armv7l) ARCH=arm;;
|
||||
+ armv7hl) ARCH=arm;;
|
||||
tile) ARCH=tile;;
|
||||
@ -15,8 +15,8 @@ Index: otp_src_R16B/erts/configure.in
|
||||
--- otp_src_R16B.orig/erts/configure.in
|
||||
+++ otp_src_R16B/erts/configure.in
|
||||
@@ -626,6 +626,7 @@ case $chk_arch_ in
|
||||
armv5tel) ARCH=arm;;
|
||||
armv5tejl) ARCH=arm;;
|
||||
armv6l) ARCH=arm;;
|
||||
armv7l) ARCH=arm;;
|
||||
+ armv7hl) ARCH=arm;;
|
||||
tile) ARCH=tile;;
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0bbfd483a267440046c77aed8af7d7eafa5d03553324db9bf365a850a6581ee
|
||||
size 32832774
|
3
otp_doc_html_R16B01.tar.gz
Normal file
3
otp_doc_html_R16B01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa8fc507b3f799e8ff4d2ab800f054f3f99b39212e348504024403a6951bd036
|
||||
size 33129717
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9
|
||||
size 1309209
|
3
otp_doc_man_R16B01.tar.gz
Normal file
3
otp_doc_man_R16B01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2
|
||||
size 1316676
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd
|
||||
size 67097626
|
3
otp_src_R16B01.tar.gz
Normal file
3
otp_src_R16B01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da388bc07b8ebdd008f5bb6c3d2c280e358bd188b5aac3ea01e3a7436315abc0
|
||||
size 65813898
|
Loading…
x
Reference in New Issue
Block a user