summaryrefslogtreecommitdiffstats
path: root/njs.spec
diff options
context:
space:
mode:
Diffstat (limited to 'njs.spec')
-rw-r--r--njs.spec17
1 files changed, 7 insertions, 10 deletions
diff --git a/njs.spec b/njs.spec
index 8a81b7e..68cc113 100644
--- a/njs.spec
+++ b/njs.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for njs
#
-# SPDX-FileCopyrightText: Copyright 2023-2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2023-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -19,7 +19,7 @@
# See https://github.com/nginx/njs/tags
%global gh_owner nginx
%global project njs
-%global gh_commit b9ac319d8bfa696e3943bebbe494e8e723952bdf
+%global gh_commit e7ecb2c7365dd4f5a36d9b9b14bdb5dc4533360d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
# See https://github.com/bellard/quickjs/commits/master/
@@ -32,18 +32,14 @@
Name: %{project}
Summary: NGINX JavaScript
-Version: 0.9.5
-Release: 2%{?dist}
+Version: 0.9.6
+Release: 1%{?dist}
License: BSD-2-Clause AND MIT
URL: https://github.com/%{gh_owner}/%{project}
Source0: https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz
Source1: https://github.com/%{qjs_owner}/%{qjs_project}/archive/%{qjs_commit}/%{qjs_project}-%{qjs_short}.tar.gz
-# ignore 1 failed test related to pcre2 version
-# https://github.com/nginx/njs/issues/1011
-Patch0: tests.patch
-
BuildRequires: make
BuildRequires: gcc
BuildRequires: openssl-devel
@@ -91,8 +87,6 @@ mv %{qjs_project}-%{qjs_commit} quickjs
%setup -qn %{project}-%{gh_commit}
%endif
-%patch -P0 -p1
-
%build
%if %{with quickjs}
@@ -166,6 +160,9 @@ make test %{?_smp_mflags}
%changelog
+* Wed Feb 4 2026 Remi Collet <remi@remirepo.net> - 0.9.6-1
+- update to 0.9.6
+
* Thu Jan 15 2026 Remi Collet <remi@remirepo.net> - 0.9.5-2
- use upstream patch for test suite