From b87e515d949c2a4f2f2709aaf4e396b4b5d9cf7f Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 4 May 2024 23:02:27 -0400 Subject: [PATCH] Erlang/OTP 26.2.5 --- Makefile | 2 +- erlang.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e034204..0272cea 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ FINAL_OUTPUT_DIR=FINAL_RPMS -OTP_RELEASE=26.2.4 +OTP_RELEASE=26.2.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 eaeee6d..438d978 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 26.2.4 -%global package_ver 26.2.4 +%global upstream_ver 26.2.5 +%global package_ver 26.2.5 %global package_ver_release 1 # See https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild @@ -323,6 +323,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 4 2024 Michael Klishin - 26.2.5 +- Update to Erlang/OTP 26.2.5 + * Sat Apr 13 2024 Michael Klishin - 26.2.4 - Update to Erlang/OTP 26.2.4