From dca1aea1d4760405a0cd2d61454ecd30b412462d Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Feb 23 2016 12:14:54 +0000 Subject: Ver. 18.2.4 Signed-off-by: Peter Lemenkov --- diff --git a/.gitignore b/.gitignore index d0b1f42..0e151bd 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ otp_src_R14A.tar.gz /otp-OTP-17.4.tar.gz /otp-OTP-18.2.2.tar.gz /otp-OTP-18.2.3.tar.gz +/otp-OTP-18.2.4.tar.gz diff --git a/erlang.spec b/erlang.spec index 83c691c..244f220 100644 --- a/erlang.spec +++ b/erlang.spec @@ -15,8 +15,8 @@ %endif Name: erlang -Version: 18.2.3 -Release: 3%{?dist} +Version: 18.2.4 +Release: 1%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -850,7 +850,7 @@ A tool that simplifying the use of web based Erlang tools. %package wx Summary: A library for wxWidgets support in Erlang Group: Development/Languages -BuildRequires: wxGTK-devel +BuildRequires: wxGTK3-devel Requires: %{name}-erts%{?_isa} = %{version}-%{release} Requires: %{name}-kernel%{?_isa} = %{version}-%{release} Requires: %{name}-stdlib%{?_isa} = %{version}-%{release} @@ -2232,6 +2232,11 @@ useradd -r -g epmd -d /tmp -s /sbin/nologin \ %changelog +* Tue Feb 23 2016 Peter Lemenkov - 18.2.4-1 +- Ver. 18.2.4 +- Build against wxGTK-3.x.y as recommended by upstream. This change won't + affect "headless" installations. + * Fri Feb 19 2016 Peter Lemenkov - 18.2.3-3 - Add missing dependency diff --git a/sources b/sources index b3b8f94..92f198a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -236741d3893b09cdd1699edd1549db6b otp-OTP-18.2.3.tar.gz +0ea13f170092d73f014c27296825bfc9 otp-OTP-18.2.4.tar.gz