Ver. 18.2.4
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
cf1ebfcf6c
commit
dca1aea1d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ otp_src_R14A.tar.gz
|
|||||||
/otp-OTP-17.4.tar.gz
|
/otp-OTP-17.4.tar.gz
|
||||||
/otp-OTP-18.2.2.tar.gz
|
/otp-OTP-18.2.2.tar.gz
|
||||||
/otp-OTP-18.2.3.tar.gz
|
/otp-OTP-18.2.3.tar.gz
|
||||||
|
/otp-OTP-18.2.4.tar.gz
|
||||||
|
11
erlang.spec
11
erlang.spec
@ -15,8 +15,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: erlang
|
Name: erlang
|
||||||
Version: 18.2.3
|
Version: 18.2.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: General-purpose programming language and runtime environment
|
Summary: General-purpose programming language and runtime environment
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -850,7 +850,7 @@ A tool that simplifying the use of web based Erlang tools.
|
|||||||
%package wx
|
%package wx
|
||||||
Summary: A library for wxWidgets support in Erlang
|
Summary: A library for wxWidgets support in Erlang
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
BuildRequires: wxGTK-devel
|
BuildRequires: wxGTK3-devel
|
||||||
Requires: %{name}-erts%{?_isa} = %{version}-%{release}
|
Requires: %{name}-erts%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-kernel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-kernel%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-stdlib%{?_isa} = %{version}-%{release}
|
Requires: %{name}-stdlib%{?_isa} = %{version}-%{release}
|
||||||
@ -2232,6 +2232,11 @@ useradd -r -g epmd -d /tmp -s /sbin/nologin \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 23 2016 Peter Lemenkov <lemenkov@gmail.com> - 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 <lemenkov@gmail.com> - 18.2.3-3
|
* Fri Feb 19 2016 Peter Lemenkov <lemenkov@gmail.com> - 18.2.3-3
|
||||||
- Add missing dependency
|
- Add missing dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user