diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 10:18:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 10:18:29 +0200 |
commit | 12c94da1f0bc6fcbc8def691f92dc3860104b7f8 (patch) | |
tree | 5f84f379e88c2eb5f9a81dd86bf3765d30daab34 | |
parent | 132b1c3864a9b20b2d70fbcd8ca2c9f4fdf66bb8 (diff) |
rebuild for 8.1.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 4e61de5..01c3baa 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.25.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/ @@ -122,6 +122,9 @@ make %{modname}-install DESTDIR=%{buildroot} %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.25.0-2 +- rebuild for 8.1.0RC1 + * Tue Aug 24 2021 Remi Collet <remi@remirepo.net> - 1.25.0-1 - update to 1.25.0 |