diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-17 11:52:58 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-17 11:52:58 +0200 |
commit | c5459c92a82c33611ab69637f75c47d4b0045a6f (patch) | |
tree | afcff7d2bcf66050d22e126b7b76a39030396152 /njs.spec | |
parent | 3bdba2f0ae51baf2596a2dd5c7ce756bc560147c (diff) |
add upstream patch for zlib-ng
Diffstat (limited to 'njs.spec')
-rw-r--r-- | njs.spec | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,10 @@ 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 @@ -59,6 +63,7 @@ Library and include files required for libnjs. %prep %setup -qn %{project}-%{gh_commit} +%patch -P0 -p1 %build @@ -108,6 +113,8 @@ make test %{?_smp_mflags} %changelog * Tue Apr 16 2024 Remi Collet <remi@remirepo.net> - 0.8.4-1 - update to 0.8.4 +- report test failure with zlib-ng + https://github.com/nginx/njs/issues/704 * Thu Feb 8 2024 Remi Collet <remi@remirepo.net> - 0.8.3-1 - update to 0.8.3 |