summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-13 07:03:25 +0100
committerRemi Collet <remi@remirepo.net>2020-03-13 07:03:25 +0100
commitff00c3e3506677768ad3c46def72558c9e613f0a (patch)
tree2ced4dddce68c32fdb2e51efce464f526f359656
parentfc1375c5b06a67963ca62405befc0b560a031670 (diff)
v1.16.0
-rw-r--r--unit-php.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/unit-php.spec b/unit-php.spec
index 85411b7..3507df2 100644
--- a/unit-php.spec
+++ b/unit-php.spec
@@ -9,7 +9,7 @@
%global gh_owner nginx
%global project unit
-%global gh_commit e6bb4c54932a329ff8bc76bf97b36bebeceb428f
+%global gh_commit 8f397c8ae5f31c3ae09cbcd74209e63b897be817
%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.15.0
+Version: 1.16.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP module for NGINX Unit
License: ASL 2.0
@@ -73,6 +73,7 @@ modbuild() {
--control="unix:/var/run/unit/control.sock" \
--pid=/var/run/unit/unit.pid \
--log=/var/log/unit/unit.log \
+ --tmp=/var/tmp \
--openssl \
--cc-opt="%{optflags}" \
--ld-opt="-L%{_libdir} %{?scl:-Wl,-rpath,%{_libdir}}" \
@@ -117,6 +118,9 @@ make %{modname}-install DESTDIR=%{buildroot}
%changelog
+* Fri Mar 13 2020 Remi Collet <remi@remirepo.net> - 1.16.0-1
+- update to 1.16.0
+
* Fri Feb 7 2020 Remi Collet <remi@remirepo.net> - 1.15.0-1
- update to 1.15.0