1
0
forked from erlang/erlang

Accepting request 967370 from home:matwey:branches:devel:languages:erlang:Factory

- Fix build for Factory. Currently, any Java version
  is fine for Erlang.

- Changes for 24.3.2:
  * erl_interface: Fix compile error regarding gethostbyaddr_r on
    Android. Error introduced in OTP 24.3.
  * kernel: Fix failed accepted connection setup after previous
    established connection from same node closed down silently.
  * kernel: Fixed a problem where typing Ctrl-R in the shell could
    hang if there were some problem with the history log file.
- Changes for 24.3.1:
  * dialyzer: There could be spurious warnings for unknown types
    when a type was a subtype of an existing type that was a
    subtype of an unknown type.
  * ssl: Client certification could fail for TLS-1.3 servers that
    did not include the certificat_authorties extension in its
    certificate request message.
- Changes for 24.3:
  * megaco: The compilation time is no longer recorded in BEAM
    files. There remained several undocumented functions that
    attempted to retrieve compilation times. Those have now been
    removed.
  * megaco: Update the performance and debug chapters of the megaco
    user's guide. Also some updates to the meas tools.
  * compiler: The expression <<0/native-float>>=Bin would always
    fail to match, while <<0/float-native>>=Bin would match
    (provided that Bin contained the binary representation of 0.0)
  * compiler: The compiler will now compile huge functions with
    straight-line code faster.
  * erl_interface: Add --enable-ei-dynamic-lib configure option

OBS-URL: https://build.opensuse.org/request/show/967370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=121
This commit is contained in:
2022-04-06 19:34:00 +00:00
committed by Git OBS Bridge
parent e0ecad3fb8
commit 693b3182f2
4 changed files with 245 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: erlang
Version: 24.2.2
Version: 24.3.2
Release: 0
Summary: General-purpose programming language and runtime environment
License: Apache-2.0
@@ -46,7 +46,7 @@ BuildRequires: dejavu-fonts
BuildRequires: fdupes
BuildRequires: fop
BuildRequires: gcc-c++
BuildRequires: java-devel >= 1.6.0
BuildRequires: java-devel
BuildRequires: openssh
BuildRequires: openssl-devel
BuildRequires: pkgconfig
@@ -260,7 +260,6 @@ sed -i 's|WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`|WX_LIBS="`$WX_CONFIG_WITH_ARGS -
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export JAVAC="javac -source 1.6 -target 1.6"
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS=$CFLAGS