summaryrefslogtreecommitdiffstats
path: root/njs.spec
diff options
context:
space:
mode:
Diffstat (limited to 'njs.spec')
-rw-r--r--njs.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/njs.spec b/njs.spec
index 8e21369..8a81b7e 100644
--- a/njs.spec
+++ b/njs.spec
@@ -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