Accepting request 200339 from devel:languages:erlang:Factory
update to R16B02 (forwarded request 199747 by matwey) OBS-URL: https://build.opensuse.org/request/show/200339 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erlang?expand=0&rev=23
This commit is contained in:
commit
b3df592eed
@ -9,10 +9,10 @@ Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|||||||
erts/etc/unix/Install.src | 10 ----------
|
erts/etc/unix/Install.src | 10 ----------
|
||||||
2 files changed, 14 deletions(-)
|
2 files changed, 14 deletions(-)
|
||||||
|
|
||||||
diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in
|
Index: otp_src_R16B02/erts/etc/common/Makefile.in
|
||||||
index 5c1ce51..5a07855 100644
|
===================================================================
|
||||||
--- a/erts/etc/common/Makefile.in
|
--- otp_src_R16B02.orig/erts/etc/common/Makefile.in
|
||||||
+++ b/erts/etc/common/Makefile.in
|
+++ otp_src_R16B02/erts/etc/common/Makefile.in
|
||||||
@@ -474,10 +474,6 @@ endif
|
@@ -474,10 +474,6 @@ endif
|
||||||
ifneq ($(INSTALL_TOP_BIN),)
|
ifneq ($(INSTALL_TOP_BIN),)
|
||||||
$(INSTALL_PROGRAM) $(INSTALL_TOP_BIN) "$(RELEASE_PATH)"
|
$(INSTALL_PROGRAM) $(INSTALL_TOP_BIN) "$(RELEASE_PATH)"
|
||||||
@ -24,11 +24,11 @@ index 5c1ce51..5a07855 100644
|
|||||||
ifneq ($(INSTALL_ERL_OSE),)
|
ifneq ($(INSTALL_ERL_OSE),)
|
||||||
$(INSTALL_DIR) "$(RELEASE_PATH)/build_erl_ose"
|
$(INSTALL_DIR) "$(RELEASE_PATH)/build_erl_ose"
|
||||||
cd $(OSEETC) && $(TAR) erl_ose_$(SYSTEM_VSN).tar $(INSTALL_ERL_OSE)
|
cd $(OSEETC) && $(TAR) erl_ose_$(SYSTEM_VSN).tar $(INSTALL_ERL_OSE)
|
||||||
diff --git a/erts/etc/unix/Install.src b/erts/etc/unix/Install.src
|
Index: otp_src_R16B02/erts/etc/unix/Install.src
|
||||||
index 0f33258..01fde22 100644
|
===================================================================
|
||||||
--- a/erts/etc/unix/Install.src
|
--- otp_src_R16B02.orig/erts/etc/unix/Install.src
|
||||||
+++ b/erts/etc/unix/Install.src
|
+++ otp_src_R16B02/erts/etc/unix/Install.src
|
||||||
@@ -140,14 +140,4 @@ cp -p ../releases/%I_SYSTEM_VSN%/start_*.boot .
|
@@ -140,14 +140,4 @@ cp -p ../releases/%I_SYSTEM_VSN%/start_*
|
||||||
cp -p $Name.boot start.boot
|
cp -p $Name.boot start.boot
|
||||||
cp -p ../releases/%I_SYSTEM_VSN%/$Name.script start.script
|
cp -p ../releases/%I_SYSTEM_VSN%/$Name.script start.script
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: otp_src_R16B/erts/configure
|
Index: otp_src_R16B02/erts/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- otp_src_R16B.orig/erts/configure
|
--- otp_src_R16B02.orig/erts/configure
|
||||||
+++ otp_src_R16B/erts/configure
|
+++ otp_src_R16B02/erts/configure
|
||||||
@@ -5404,6 +5404,7 @@ case $chk_arch_ in
|
@@ -5418,6 +5418,7 @@ case $chk_arch_ in
|
||||||
x86_64) ARCH=amd64;;
|
x86_64) ARCH=amd64;;
|
||||||
amd64) ARCH=amd64;;
|
amd64) ARCH=amd64;;
|
||||||
macppc) ARCH=ppc;;
|
macppc) ARCH=ppc;;
|
||||||
@ -10,11 +10,11 @@ Index: otp_src_R16B/erts/configure
|
|||||||
ppc) ARCH=ppc;;
|
ppc) ARCH=ppc;;
|
||||||
ppc64) ARCH=ppc64;;
|
ppc64) ARCH=ppc64;;
|
||||||
"Power Macintosh") ARCH=ppc;;
|
"Power Macintosh") ARCH=ppc;;
|
||||||
Index: otp_src_R16B/erts/configure.in
|
Index: otp_src_R16B02/erts/configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- otp_src_R16B.orig/erts/configure.in
|
--- otp_src_R16B02.orig/erts/configure.in
|
||||||
+++ otp_src_R16B/erts/configure.in
|
+++ otp_src_R16B02/erts/configure.in
|
||||||
@@ -617,6 +617,7 @@ case $chk_arch_ in
|
@@ -625,6 +625,7 @@ case $chk_arch_ in
|
||||||
x86_64) ARCH=amd64;;
|
x86_64) ARCH=amd64;;
|
||||||
amd64) ARCH=amd64;;
|
amd64) ARCH=amd64;;
|
||||||
macppc) ARCH=ppc;;
|
macppc) ARCH=ppc;;
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 06:13:18 UTC 2013 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- update to R16B02 release:
|
||||||
|
+ Lots of bug-fixes
|
||||||
|
+ A new test scope
|
||||||
|
+ Added application:ensure_all_started/1-2
|
||||||
|
+ New erl option +SP to set schedulers by percentages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 21 20:11:27 UTC 2013 - kruber@zib.de
|
Fri Jun 21 20:11:27 UTC 2013 - kruber@zib.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: erlang
|
Name: erlang
|
||||||
Version: R16B01
|
Version: R16B02
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General-purpose programming language and runtime environment
|
Summary: General-purpose programming language and runtime environment
|
||||||
License: ErlPL-1.1
|
License: ErlPL-1.1
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: otp_src_R16B/erts/configure
|
Index: otp_src_R16B02/erts/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- otp_src_R16B.orig/erts/configure
|
--- otp_src_R16B02.orig/erts/configure
|
||||||
+++ otp_src_R16B/erts/configure
|
+++ otp_src_R16B02/erts/configure
|
||||||
@@ -5413,6 +5413,7 @@ case $chk_arch_ in
|
@@ -5428,6 +5428,7 @@ case $chk_arch_ in
|
||||||
armv5tejl) ARCH=arm;;
|
armv5tejl) ARCH=arm;;
|
||||||
armv6l) ARCH=arm;;
|
armv6l) ARCH=arm;;
|
||||||
armv7l) ARCH=arm;;
|
armv7l) ARCH=arm;;
|
||||||
@ -10,11 +10,11 @@ Index: otp_src_R16B/erts/configure
|
|||||||
tile) ARCH=tile;;
|
tile) ARCH=tile;;
|
||||||
*) ARCH=noarch;;
|
*) ARCH=noarch;;
|
||||||
esac
|
esac
|
||||||
Index: otp_src_R16B/erts/configure.in
|
Index: otp_src_R16B02/erts/configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- otp_src_R16B.orig/erts/configure.in
|
--- otp_src_R16B02.orig/erts/configure.in
|
||||||
+++ otp_src_R16B/erts/configure.in
|
+++ otp_src_R16B02/erts/configure.in
|
||||||
@@ -626,6 +626,7 @@ case $chk_arch_ in
|
@@ -635,6 +635,7 @@ case $chk_arch_ in
|
||||||
armv5tejl) ARCH=arm;;
|
armv5tejl) ARCH=arm;;
|
||||||
armv6l) ARCH=arm;;
|
armv6l) ARCH=arm;;
|
||||||
armv7l) ARCH=arm;;
|
armv7l) ARCH=arm;;
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
diff -U 3 -H -d -r -N -x .git -x .svn -- otp_src_R16B/lib/crypto/c_src/Makefile.in otp_src_R16B.rpath/lib/crypto/c_src/Makefile.in
|
Index: otp_src_R16B02/lib/crypto/c_src/Makefile.in
|
||||||
--- otp_src_R16B/lib/crypto/c_src/Makefile.in 2013-02-25 20:21:31.000000000 +0100
|
===================================================================
|
||||||
+++ otp_src_R16B.rpath/lib/crypto/c_src/Makefile.in 2013-02-27 15:57:38.439375246 +0100
|
--- otp_src_R16B02.orig/lib/crypto/c_src/Makefile.in
|
||||||
@@ -85,7 +85,7 @@
|
+++ otp_src_R16B02/lib/crypto/c_src/Makefile.in
|
||||||
|
@@ -85,7 +85,7 @@ endif
|
||||||
DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@
|
DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@
|
||||||
|
|
||||||
ifeq ($(DYNAMIC_CRYPTO_LIB),yes)
|
ifeq ($(DYNAMIC_CRYPTO_LIB),yes)
|
||||||
@ -10,10 +11,11 @@ diff -U 3 -H -d -r -N -x .git -x .svn -- otp_src_R16B/lib/crypto/c_src/Makefile.
|
|||||||
CRYPTO_LINK_LIB=$(SSL_DED_LD_RUNTIME_LIBRARY_PATH) -L$(SSL_LIBDIR) -l$(SSL_CRYPTO_LIBNAME)
|
CRYPTO_LINK_LIB=$(SSL_DED_LD_RUNTIME_LIBRARY_PATH) -L$(SSL_LIBDIR) -l$(SSL_CRYPTO_LIBNAME)
|
||||||
EXTRA_FLAGS = -DHAVE_DYNAMIC_CRYPTO_LIB
|
EXTRA_FLAGS = -DHAVE_DYNAMIC_CRYPTO_LIB
|
||||||
else
|
else
|
||||||
diff -U 3 -H -d -r -N -x .git -x .svn -- otp_src_R16B/lib/crypto/priv/Makefile otp_src_R16B.rpath/lib/crypto/priv/Makefile
|
Index: otp_src_R16B02/lib/crypto/priv/Makefile
|
||||||
--- otp_src_R16B/lib/crypto/priv/Makefile 2013-02-25 20:21:31.000000000 +0100
|
===================================================================
|
||||||
+++ otp_src_R16B.rpath/lib/crypto/priv/Makefile 2013-02-27 15:57:38.439375246 +0100
|
--- otp_src_R16B02.orig/lib/crypto/priv/Makefile
|
||||||
@@ -60,7 +60,7 @@
|
+++ otp_src_R16B02/lib/crypto/priv/Makefile
|
||||||
|
@@ -60,7 +60,7 @@ OBJS = $(OBJDIR)/crypto.o
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
|
|
||||||
$(SO_NIFLIB): $(OBJS)
|
$(SO_NIFLIB): $(OBJS)
|
||||||
@ -22,9 +24,10 @@ diff -U 3 -H -d -r -N -x .git -x .svn -- otp_src_R16B/lib/crypto/priv/Makefile o
|
|||||||
-o $@ $^ -lcrypto
|
-o $@ $^ -lcrypto
|
||||||
|
|
||||||
$(DLL_NIFLIB): $(OBJS)
|
$(DLL_NIFLIB): $(OBJS)
|
||||||
diff -U 3 -H -d -r -N -x .git -x .svn -- otp_src_R16B/lib/odbc/c_src/odbcserver.c otp_src_R16B.rpath/lib/odbc/c_src/odbcserver.c
|
Index: otp_src_R16B02/lib/odbc/c_src/odbcserver.c
|
||||||
--- otp_src_R16B/lib/odbc/c_src/odbcserver.c 2013-02-25 20:21:31.000000000 +0100
|
===================================================================
|
||||||
+++ otp_src_R16B.rpath/lib/odbc/c_src/odbcserver.c 2013-02-27 15:59:08.176307849 +0100
|
--- otp_src_R16B02.orig/lib/odbc/c_src/odbcserver.c
|
||||||
|
+++ otp_src_R16B02/lib/odbc/c_src/odbcserver.c
|
||||||
@@ -105,6 +105,8 @@
|
@@ -105,6 +105,8 @@
|
||||||
#ifdef UNIX
|
#ifdef UNIX
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa8fc507b3f799e8ff4d2ab800f054f3f99b39212e348504024403a6951bd036
|
|
||||||
size 33129717
|
|
3
otp_doc_html_R16B02.tar.gz
Normal file
3
otp_doc_html_R16B02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d54119b30c4d905b6b1298865309c3392fefb1580ad69725e997644bed04b7f
|
||||||
|
size 33241266
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2
|
|
||||||
size 1316676
|
|
3
otp_doc_man_R16B02.tar.gz
Normal file
3
otp_doc_man_R16B02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b79ceb0383415088b5f040f2f3705632b425cb3f29c3955ef2219556abec5789
|
||||||
|
size 1318271
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da388bc07b8ebdd008f5bb6c3d2c280e358bd188b5aac3ea01e3a7436315abc0
|
|
||||||
size 65813898
|
|
3
otp_src_R16B02.tar.gz
Normal file
3
otp_src_R16B02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ab8ad1df8185345554a4b80e10fd8be06c4f2b71b69dcfb8528352787b32f85
|
||||||
|
size 66023455
|
Loading…
x
Reference in New Issue
Block a user