summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-11 08:51:01 +0200
committerRemi Collet <remi@php.net>2023-05-11 08:51:01 +0200
commit773abf296e28f3aba6025c1b8814dd10ef79ea4f (patch)
treeb4ec04c3283e620cc87f706bdd5943c556faf96f
parent3f08d7dc06a2dd70fe9954938896b56caabd2f94 (diff)
update to 1.30.0
-rw-r--r--unit-php.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/unit-php.spec b/unit-php.spec
index a9cdeff..3ca3043 100644
--- a/unit-php.spec
+++ b/unit-php.spec
@@ -9,7 +9,7 @@
%global gh_owner nginx
%global project unit
-%global gh_commit 32f9c3d6f9a97875b901357e2fc7a39010450d2c
+%global gh_commit fcf1628b2c2014fab0ce227aab160bc61bc8d535
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%undefine _debugsource_packages
@@ -34,7 +34,7 @@ Requires: %{scl_prefix}php-embedded
%endif
Name: %{?scl_prefix}%{project}-php
-Version: 1.29.1
+Version: 1.30.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP module for NGINX Unit
License: Apache-2.0
@@ -71,11 +71,11 @@ modbuild() {
: Main unit configuration
./configure \
--prefix=%{_prefix} \
- --state=%{_root_sharedstatedir}/unit \
+ --statedir=%{_root_sharedstatedir}/unit \
--control="unix:/var/run/unit/control.sock" \
--pid=/var/run/unit/unit.pid \
--log=/var/log/unit/unit.log \
- --tmp=/var/tmp \
+ --tmpdir=/var/tmp \
--user=unit \
--group=unit \
--openssl \
@@ -90,11 +90,11 @@ make %{modname} %{?_smp_mflags}
}
: Debug build
-modbuild --modules=%{_root_libdir}/unit/debug-modules --debug
+modbuild --modulesdir=%{_root_libdir}/unit/debug-modules --debug
mv build deb-build
: Standard build
-modbuild --modules=%{_root_libdir}/unit/modules
+modbuild --modulesdir=%{_root_libdir}/unit/modules
mv build std-build
@@ -122,6 +122,9 @@ make %{modname}-install DESTDIR=%{buildroot}
%changelog
+* Thu May 11 2023 Remi Collet <remi@remirepo.net> - 1.30.0-1
+- update to 1.30.0
+
* Wed Mar 1 2023 Remi Collet <remi@remirepo.net> - 1.29.1-1
- update to 1.29.1