diff options
| -rw-r--r-- | unit-php.spec | 8 | 
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  | 
