From 53bc0a3f09a8a3088326c56b68cef6d951bb37b7 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 18 Jul 2023 15:47:59 +0400 Subject: [PATCH] Erlang/OTP 25.3.2.4 --- Makefile | 2 +- erlang.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3c47a5c..e7760ea 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ FINAL_OUTPUT_DIR=FINAL_RPMS -OTP_RELEASE=25.3.2.3 +OTP_RELEASE=25.3.2.4 # 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 7647735..f633f59 100644 --- a/erlang.spec +++ b/erlang.spec @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -%global upstream_ver 25.3.2.3 -%global package_ver 25.3.2.3 +%global upstream_ver 25.3.2.4 +%global package_ver 25.3.2.4 %global package_ver_release 1 # See https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild @@ -316,6 +316,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 18 2023 Michael Klishin - 25.3.2.4 +- Update to Erlang/OTP 25.3.2.4 + * Thu Jun 29 2023 Michael Klishin - 25.3.2.3 - Update to Erlang/OTP 25.3.2.3