Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2013-06-25 09:24:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang"

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2013-06-18 
10:30:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes       2013-06-25 
14:39:55.000000000 +0200
@@ -1,0 +2,22 @@
+Fri Jun 21 20:11:27 UTC 2013 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  otp_doc_html_R16B.tar.gz
  otp_doc_man_R16B.tar.gz
  otp_src_R16B.tar.gz

New:
----
  otp_doc_html_R16B01.tar.gz
  otp_doc_man_R16B01.tar.gz
  otp_src_R16B01.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ erlang.spec ++++++
--- /var/tmp/diff_new_pack.cgM7yi/_old  2013-06-25 14:40:01.000000000 +0200
+++ /var/tmp/diff_new_pack.cgM7yi/_new  2013-06-25 14:40:01.000000000 +0200
@@ -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

++++++ fix-armv7hl.patch ++++++
--- /var/tmp/diff_new_pack.cgM7yi/_old  2013-06-25 14:40:01.000000000 +0200
+++ /var/tmp/diff_new_pack.cgM7yi/_new  2013-06-25 14:40:01.000000000 +0200
@@ -3,8 +3,8 @@
 --- 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 @@
 --- 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;;

++++++ otp_doc_html_R16B.tar.gz -> otp_doc_html_R16B01.tar.gz ++++++
/work/SRC/openSUSE:Factory/erlang/otp_doc_html_R16B.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/otp_doc_html_R16B01.tar.gz differ: char 
5, line 1

++++++ otp_doc_man_R16B.tar.gz -> otp_doc_man_R16B01.tar.gz ++++++
++++ 8137 lines of diff (skipped)

++++++ otp_src_R16B.tar.gz -> otp_src_R16B01.tar.gz ++++++
/work/SRC/openSUSE:Factory/erlang/otp_src_R16B.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/otp_src_R16B01.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to