diff options
-rw-r--r-- | njs.spec | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -18,19 +18,19 @@ %global gh_owner nginx %global project njs -%global gh_commit b87ad67adb2c557bd96e52a3221748a7ba028858 +%global gh_commit 9d3e71ca656b920e3e63b0e647aca8e91669d29a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global qjs_owner bellard %global qjs_project quickjs -%global qjs_commit 6e2e68fd0896957f92eb6c242a2e048c1ef3cae0 +%global qjs_commit 9d3776d0d45ca437ddb7f9079ae0367102abc90f %global qjs_short %(c=%{qjs_commit}; echo ${c:0:7}) Name: %{project} Summary: NGINX JavaScript -Version: 0.8.9 -Release: 2%{?dist} +Version: 0.8.10 +Release: 1%{?dist} License: BSD-2-Clause AND MIT URL: https://github.com/%{gh_owner}/%{project} @@ -93,7 +93,9 @@ pushd quickjs CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %make_build libquickjs.a popd +%if 0%{?fedora} >= 42 export CFLAGS="%{optflags} -Wno-error=unterminated-string-initialization" +%endif ./configure \ --with-quickjs \ @@ -161,6 +163,9 @@ make test %{?_smp_mflags} %changelog +* Tue Apr 8 2025 Remi Collet <remi@remirepo.net> - 0.8.10-1 +- update to 0.8.10 + * Fri Feb 14 2025 Remi Collet <remi@remirepo.net> - 0.8.9-2 - workaround build failure with GCC 15 reported as https://github.com/nginx/njs/issues/857 |