Hello community, here is the log from the commit of package erlang for openSUSE:Factory checked in at 2015-06-30 10:16:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-06-23 11:58:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes 2015-06-30 10:16:09.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Jun 25 08:41:52 UTC 2015 - [email protected] + +- update to 17.5.6: + * Fix broken relay counters + * Fix diameter_sctp listener race +- fix build for SLE_12 + +------------------------------------------------------------------- @@ -4,0 +13,6 @@ + +------------------------------------------------------------------- +Mon May 4 10:01:30 UTC 2015 - [email protected] + +- fix systemd service files for epmd: + * fix stop of epmd (epmd -kill is deprecated and ignored, so stop hangs) Old: ---- OTP-17.5.4.tar.gz New: ---- OTP-17.5.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ erlang.spec ++++++ --- /var/tmp/diff_new_pack.wTd5xp/_old 2015-06-30 10:16:11.000000000 +0200 +++ /var/tmp/diff_new_pack.wTd5xp/_new 2015-06-30 10:16:11.000000000 +0200 @@ -17,7 +17,7 @@ Name: erlang -Version: 17.5.4 +Version: 17.5.6 Release: 0 Summary: General-purpose programming language and runtime environment License: ErlPL-1.1 @@ -59,9 +59,12 @@ %endif Requires: erlang-epmd -%if 0%{?suse_version} >= 1315 +%if 0%{?suse_version} >= 1320 BuildRequires: wxWidgets-devel >= 3 %else +%if 0%{?suse_version} >= 1315 +BuildRequires: wxWidgets-devel +%else %if 0%{?suse_version} >= 1140 BuildRequires: wxWidgets BuildRequires: wxWidgets-wxcontainer-devel @@ -71,6 +74,7 @@ BuildRequires: wxGTK-devel >= 2.8 %endif %endif +%endif %if 0%{?suse_version} >=1230 BuildRequires: systemd-devel ++++++ OTP-17.5.4.tar.gz -> OTP-17.5.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/erlang/OTP-17.5.4.tar.gz /work/SRC/openSUSE:Factory/.erlang.new/OTP-17.5.6.tar.gz differ: char 26, line 1 ++++++ epmd.service ++++++ --- /var/tmp/diff_new_pack.wTd5xp/_old 2015-06-30 10:16:11.000000000 +0200 +++ /var/tmp/diff_new_pack.wTd5xp/_new 2015-06-30 10:16:11.000000000 +0200 @@ -5,10 +5,13 @@ [Service] ExecStart=/usr/bin/epmd -systemd -ExecStop=/usr/bin/epmd -kill +#ExecStop=/usr/bin/epmd -kill Type=simple StandardOutput=journal StandardError=journal +Restart=always +LimitNPROC=1 +LimitFSIZE=0 User=epmd Group=epmd
