Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2012-12-05 13:50:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2012-11-21 
15:11:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes       2012-12-05 
13:50:49.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Dec  3 18:07:40 UTC 2012 - [email protected]
+
+- update to R15B03 release:
+  + mainly bug fixes
+  + ERL_CRASH_DUMP_SECONDS must be set in order to get any Erlang
+    crash dump (potential incompatibility introduced to fix the
+    use of "-heart" in combination with the Erlang crash dump
+  + details: http://www.erlang.org/download/otp_src_R15B03.readme
+
+-------------------------------------------------------------------

Old:
----
  otp_doc_html_R15B02.tar.gz
  otp_doc_man_R15B02.tar.gz
  otp_src_R15B02.tar.gz

New:
----
  otp-R15B03-fix_ssl_accept_timeout.patch
  otp_doc_html_R15B03.tar.gz
  otp_doc_man_R15B03.tar.gz
  otp_src_R15B03.tar.gz

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

Other differences:
------------------
++++++ erlang.spec ++++++
--- /var/tmp/diff_new_pack.jStf6a/_old  2012-12-05 13:50:55.000000000 +0100
+++ /var/tmp/diff_new_pack.jStf6a/_new  2012-12-05 13:50:55.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           erlang
-Version:        R15B02
+Version:        R15B03
 Release:        0
 Summary:        General-purpose programming language and runtime environment
 License:        ErlPL-1.1
@@ -36,6 +36,8 @@
 Patch0:         otp-R15B02-rpath.patch
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         erlang-ppc.patch 
+# PATCH-FIX-UPSTREAM -- See 
http://erlang.org/pipermail/erlang-bugs/2012-November/003214.html
+Patch2:         otp-R15B03-fix_ssl_accept_timeout.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  openssh
@@ -187,6 +189,7 @@
 %setup -q -n otp_src_%{version}
 %patch0 -p1 -b .rpath
 %patch1 -p1
+%patch2 -p1
 
 chmod -R u+w .
 # enable dynamic linking for ssl

++++++ otp-R15B03-fix_ssl_accept_timeout.patch ++++++
index 87cf49d..102dd4a 100644
--- a/lib/ssl/src/ssl_connection.erl
+++ b/lib/ssl/src/ssl_connection.erl
@@ -1001,6 +1001,10 @@ handle_info({cancel_start_or_recv, RecvFrom}, connection 
= StateName, #state{sta
     gen_fsm:reply(RecvFrom, {error, timeout}),
     {next_state, StateName, State#state{start_or_recv_from = undefined}, 
get_timeout(State)};
 
+handle_info({cancel_start_or_recv, RecvFrom}, StateName, State) when 
connection =/= StateName->
+    gen_fsm:reply(RecvFrom, {error, timeout}),
+    {next_state, StateName, State#state{start_or_recv_from = undefined}, 
get_timeout(State)};
+
 handle_info({cancel_start_or_recv, _RecvFrom}, StateName, State) ->
     {next_state, StateName, State, get_timeout(State)};
 
++++++ otp_doc_html_R15B02.tar.gz -> otp_doc_html_R15B03.tar.gz ++++++
/work/SRC/openSUSE:Factory/erlang/otp_doc_html_R15B02.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/otp_doc_html_R15B03.tar.gz differ: char 
5, line 1

++++++ otp_doc_man_R15B02.tar.gz -> otp_doc_man_R15B03.tar.gz ++++++
++++ 3236 lines of diff (skipped)

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

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

Reply via email to