From b128bf7f2b33652f56fbbefaac26d4ccefd2f475 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 10:12:50 +0200 Subject: update to 0.8.5 --- njs.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'njs.spec') 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 - 0.8.5-1 +- update to 0.8.5 + * Tue Apr 16 2024 Remi Collet - 0.8.4-1 - update to 0.8.4 - report test failure with zlib-ng -- cgit