diff --git a/Makefile b/Makefile index fc5d542..c0d0e68 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ FINAL_OUTPUT_DIR=FINAL_RPMS -OTP_RELEASE=19.1.3 +OTP_RELEASE=19.1.5 # Where official Erlang distribution files come from... OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz diff --git a/erlang.spec b/erlang.spec index 386f977..c61d290 100644 --- a/erlang.spec +++ b/erlang.spec @@ -11,8 +11,8 @@ # the License for the specific language governing rights and limitations # under the License. -%global upstream_ver 19.1.3 -%global package_ver 19.1.3 +%global upstream_ver 19.1.5 +%global package_ver 19.1.5 %define OSL_File_Name Erlang_ASL2_LICENSE.txt @@ -344,6 +344,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 24 2016 Gabriele Santomaggio - 19.1.5 +- update for 19.1.5 + * Thu Oct 13 2016 Gabriele Santomaggio - 19.1.3 - update for 19.1.3