diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 15:16:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 15:16:22 +0200 |
commit | 14ecd1ca772445c070c4dee85a6a305200ec3ad8 (patch) | |
tree | da5340f971e308b81b0b1795570d22f2ebd8feb5 | |
parent | c570d5a8e8aeb629248b6424f7e70b941333510f (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | unit-php.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unit-php.spec b/unit-php.spec index 5cff784..88dafab 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -35,7 +35,7 @@ Requires: %{scl_prefix}php-embedded Name: %{?scl_prefix}%{project}-php Version: 1.10.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP module for NGINX Unit License: ASL 2.0 URL: https://unit.nginx.org/ @@ -117,6 +117,9 @@ make %{modname}-install DESTDIR=%{buildroot} %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.10.0-2 +- rebuild for 7.4.0RC1 + * Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 1.10.0-1 - update to 1.10.0 |