1
0
forked from erlang/erlang

Accepting request 313649 from home:dirkmueller:branches:devel:languages:erlang:Factory

- update to 17.5.6:
  * Fix broken relay counters
  * Fix diameter_sctp listener race
- fix build for SLE_12

OBS-URL: https://build.opensuse.org/request/show/313649
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=28
This commit is contained in:
2015-06-25 08:59:31 +00:00
committed by Git OBS Bridge
parent 8bc25917d7
commit 82eb673f25
4 changed files with 17 additions and 5 deletions

BIN
OTP-17.5.4.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
OTP-17.5.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jun 25 08:41:52 UTC 2015 - dmueller@suse.com
- update to 17.5.6:
* Fix broken relay counters
* Fix diameter_sctp listener race
- fix build for SLE_12
-------------------------------------------------------------------
Thu May 28 13:08:20 UTC 2015 - matwey.kornilov@gmail.com

View File

@@ -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 @@ BuildRequires: libxslt
%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: wxWidgets-wxcontainer-devel
BuildRequires: wxGTK-devel >= 2.8
%endif
%endif
%endif
%if 0%{?suse_version} >=1230
BuildRequires: systemd-devel