summaryrefslogtreecommitdiffstats
path: root/njs.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 10:12:50 +0200
committerRemi Collet <remi@php.net>2024-07-03 10:12:50 +0200
commitb128bf7f2b33652f56fbbefaac26d4ccefd2f475 (patch)
tree829704597264e9c1ca32dad31b02aa06abfa5fa0 /njs.spec
parentc5459c92a82c33611ab69637f75c47d4b0045a6f (diff)
update to 0.8.5HEADmaster
Diffstat (limited to 'njs.spec')
-rw-r--r--njs.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/njs.spec b/njs.spec
index 1625e9e..c76f8f9 100644
--- a/njs.spec
+++ b/njs.spec
@@ -13,22 +13,18 @@
%global gh_owner nginx
%global project njs
-%global gh_commit 3fb0ee5e907c9a4153d92946c1ef1b96202f883b
+%global gh_commit 9d4bf6c60aa60a828609f64d1b5c50f71bb7ef62
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
Name: %{project}
Summary: NGINX JavaScript
-Version: 0.8.4
+Version: 0.8.5
Release: 1%{?dist}
License: BSD-2-Clause
URL: https://github.com/%{gh_owner}/%{project}
Source0: https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz
-# Fix the test-suite with zlib-ng
-# See https://github.com/nginx/njs/issues/704
-Patch0: github704.patch
-
BuildRequires: make
BuildRequires: gcc
BuildRequires: openssl-devel
@@ -63,7 +59,6 @@ Library and include files required for libnjs.
%prep
%setup -qn %{project}-%{gh_commit}
-%patch -P0 -p1
%build
@@ -111,6 +106,9 @@ make test %{?_smp_mflags}
%changelog
+* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 0.8.5-1
+- update to 0.8.5
+
* Tue Apr 16 2024 Remi Collet <remi@remirepo.net> - 0.8.4-1
- update to 0.8.4
- report test failure with zlib-ng