Ver. 18.3.3
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
7dd309b317
commit
99e86faeb6
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@ otp_src_R14A.tar.gz
|
|||||||
/otp-OTP-18.3.tar.gz
|
/otp-OTP-18.3.tar.gz
|
||||||
/otp-OTP-18.3.1.tar.gz
|
/otp-OTP-18.3.1.tar.gz
|
||||||
/otp-OTP-18.3.2.tar.gz
|
/otp-OTP-18.3.2.tar.gz
|
||||||
|
/otp-OTP-18.3.3.tar.gz
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: erlang
|
Name: erlang
|
||||||
Version: 18.3.2
|
Version: 18.3.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: General-purpose programming language and runtime environment
|
Summary: General-purpose programming language and runtime environment
|
||||||
|
|
||||||
@ -2445,6 +2445,9 @@ useradd -r -g epmd -d /tmp -s /sbin/nologin \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2016 Peter Lemenkov <lemenkov@gmail.com> - 18.3.3-1
|
||||||
|
- Ver. 18.3.3
|
||||||
|
|
||||||
* Wed Apr 27 2016 Peter Lemenkov <lemenkov@gmail.com> - 18.3.2-1
|
* Wed Apr 27 2016 Peter Lemenkov <lemenkov@gmail.com> - 18.3.2-1
|
||||||
- Ver. 18.3.2
|
- Ver. 18.3.2
|
||||||
|
|
||||||
|
@ -472,10 +472,10 @@ index 1c05d45..88f9f62 100644
|
|||||||
$(INSTALL_DATA) $(TARGET_FILES) $(BEHAVIOUR_TARGET_FILES) "$(RELSYSDIR)/ebin"
|
$(INSTALL_DATA) $(TARGET_FILES) $(BEHAVIOUR_TARGET_FILES) "$(RELSYSDIR)/ebin"
|
||||||
|
|
||||||
diff --git a/lib/inets/src/inets_app/Makefile b/lib/inets/src/inets_app/Makefile
|
diff --git a/lib/inets/src/inets_app/Makefile b/lib/inets/src/inets_app/Makefile
|
||||||
index 0a4b625..1b1d83d 100644
|
index 7f51676..093f462 100644
|
||||||
--- a/lib/inets/src/inets_app/Makefile
|
--- a/lib/inets/src/inets_app/Makefile
|
||||||
+++ b/lib/inets/src/inets_app/Makefile
|
+++ b/lib/inets/src/inets_app/Makefile
|
||||||
@@ -115,7 +115,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
|
@@ -116,7 +116,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
|
||||||
release_spec: opt
|
release_spec: opt
|
||||||
$(INSTALL_DIR) "$(RELSYSDIR)/src"
|
$(INSTALL_DIR) "$(RELSYSDIR)/src"
|
||||||
$(INSTALL_DIR) "$(RELSYSDIR)/src/inets_app"
|
$(INSTALL_DIR) "$(RELSYSDIR)/src/inets_app"
|
||||||
|
Loading…
Reference in New Issue
Block a user