diff options
Diffstat (limited to 'njs.spec')
| -rw-r--r-- | njs.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -33,7 +33,7 @@ Name: %{project} Summary: NGINX JavaScript Version: 0.9.5 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD-2-Clause AND MIT URL: https://github.com/%{gh_owner}/%{project} @@ -91,9 +91,7 @@ mv %{qjs_project}-%{qjs_commit} quickjs %setup -qn %{project}-%{gh_commit} %endif -if pkg-config libpcre2-8 --atleast-version 10.47; then -%patch -P0 -p0 -fi +%patch -P0 -p1 %build @@ -168,6 +166,9 @@ make test %{?_smp_mflags} %changelog +* Thu Jan 15 2026 Remi Collet <remi@remirepo.net> - 0.9.5-2 +- use upstream patch for test suite + * Tue Jan 13 2026 Remi Collet <remi@remirepo.net> - 0.9.5-1 - update to 0.9.5 - update bundled quickjs to 2025.12.22 |
