From a1f4dae20b3985eba2950e76ce7746efdcde41de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Oct 2025 06:59:20 +0100 Subject: update to 0.9.4 update bundled quickjs to 2025.10.18 --- njs.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/njs.spec b/njs.spec index 65a567b..28e9aae 100644 --- a/njs.spec +++ b/njs.spec @@ -19,20 +19,20 @@ # See https://github.com/nginx/njs/tags %global gh_owner nginx %global project njs -%global gh_commit 5115c78ea0259fa7ef42b629eda4964fbf63aba5 +%global gh_commit 927d38d8438e8b3b3db63af4d9f6324210fd5dab %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # See https://github.com/bellard/quickjs/commits/master/ %global qjs_owner bellard %global qjs_project quickjs -%global qjs_commit 8e8eefb922b205bb56de14e0279b4e42b5f3f460 +%global qjs_commit eb2c89087def1829ed99630cb14b549d7a98408c %global qjs_short %(c=%{qjs_commit}; echo ${c:0:7}) -%global qjs_version 2025.10.04 +%global qjs_version 2025.10.18 Name: %{project} Summary: NGINX JavaScript -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} License: BSD-2-Clause AND MIT URL: https://github.com/%{gh_owner}/%{project} @@ -160,6 +160,10 @@ make test %{?_smp_mflags} %changelog +* Wed Oct 29 2025 Remi Collet - 0.9.4-1 +- update to 0.9.4 +- update bundled quickjs to 2025.10.18 + * Wed Oct 8 2025 Remi Collet - 0.9.3-1 - update to 0.9.3 - update bundled quickjs to 2025.10.04 -- cgit