From 773abf296e28f3aba6025c1b8814dd10ef79ea4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 May 2023 08:51:01 +0200 Subject: update to 1.30.0 --- unit-php.spec | 15 +++++++++------ 1 file 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 - 1.30.0-1 +- update to 1.30.0 + * Wed Mar 1 2023 Remi Collet - 1.29.1-1 - update to 1.29.1 -- cgit