summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-27 15:13:29 +0100
committerRemi Collet <remi@php.net>2024-02-27 15:13:29 +0100
commit0e255f200294633451dca62e90f7a9629e243c40 (patch)
tree28109f9433d9793e439af5339d6e24866f773972
parent97e9bf875bbcc5bf178c95bc308cf2e7f966da83 (diff)
update to 1.32.0 using njs 0.8.2
-rw-r--r--unit.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/unit.spec b/unit.spec
index ee4faf4..f52e541 100644
--- a/unit.spec
+++ b/unit.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for unit-php
#
-# Copyright (c) 2019-2023 Remi Collet
+# Copyright (c) 2019-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -13,13 +13,13 @@
%global gh_owner nginx
%global project unit
-%global gh_commit 09ab626b13a027a4d3f8b5dcdcdba3e8eee76977
+%global gh_commit 088117008c9e8f397a58cc8d8070ce047beff12f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
Name: unit
Summary: NGINX Unit application server
-Version: 1.31.1
-Release: 3%{?dist}
+Version: 1.32.0
+Release: 1%{?dist}
License: Apache-2.0
URL: https://unit.nginx.org/
@@ -35,7 +35,7 @@ BuildRequires: openssl-devel
BuildRequires: pcre2-devel
# command tool only to pull library dependencies
BuildRequires: njs
-BuildRequires: libnjs-devel
+BuildRequires: libnjs-devel = 0.8.2
BuildRequires: systemd
%if %{with wasm}
BuildRequires: clang
@@ -74,8 +74,6 @@ Library and include files required for NGINX Unit modules development.
%prep
%setup -qn %{project}-%{gh_commit}
-cp pkg/rpm/rpmbuild/SOURCES/unit.example.config example.config
-
%build
# see https://github.com/nginx/unit/issues/467
@@ -188,7 +186,6 @@ BANNER
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc NOTICE CHANGES *.md
-%doc example.config
%attr(0755,root,root) %{_bindir}/unitc
%attr(0755,root,root) %{_bindir}/setup-unit
%attr(0755,root,root) %{_sbindir}/unitd
@@ -220,6 +217,9 @@ BANNER
%changelog
+* Tue Feb 27 2024 Remi Collet <remi@remirepo.net> - 1.32.0-1
+- update to 1.32.0 using njs 0.8.2
+
* Wed Dec 20 2023 Remi Collet <remi@remirepo.net> - 1.31.1-3
- enable NGINX JavaScript (njs) configuration extension