diff --git a/.gitignore b/.gitignore index 1288b54..4955ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ otp_src_R14A.tar.gz /otp-OTP-18.3.tar.gz /otp-OTP-18.3.1.tar.gz /otp-OTP-18.3.2.tar.gz +/otp-OTP-18.3.3.tar.gz diff --git a/erlang.spec b/erlang.spec index 7cd0515..a5a987e 100644 --- a/erlang.spec +++ b/erlang.spec @@ -68,7 +68,7 @@ Name: erlang -Version: 18.3.2 +Version: 18.3.3 Release: 1%{?dist} Summary: General-purpose programming language and runtime environment @@ -2445,6 +2445,9 @@ useradd -r -g epmd -d /tmp -s /sbin/nologin \ %changelog +* Wed May 11 2016 Peter Lemenkov - 18.3.3-1 +- Ver. 18.3.3 + * Wed Apr 27 2016 Peter Lemenkov - 18.3.2-1 - Ver. 18.3.2 diff --git a/otp-0006-Do-not-install-erlang-sources.patch b/otp-0006-Do-not-install-erlang-sources.patch index 00038c5..2af76d2 100644 --- a/otp-0006-Do-not-install-erlang-sources.patch +++ b/otp-0006-Do-not-install-erlang-sources.patch @@ -472,10 +472,10 @@ index 1c05d45..88f9f62 100644 $(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 -index 0a4b625..1b1d83d 100644 +index 7f51676..093f462 100644 --- a/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 $(INSTALL_DIR) "$(RELSYSDIR)/src" $(INSTALL_DIR) "$(RELSYSDIR)/src/inets_app" diff --git a/sources b/sources index 25a955d..068a4eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -364da46692634bbf67da585540eda1cb otp-OTP-18.3.2.tar.gz +34d812a7b27060659e592c33384ad11d otp-OTP-18.3.3.tar.gz