diff options
Diffstat (limited to 'njs.spec')
-rw-r--r-- | njs.spec | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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 |