summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 12:27:35 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 12:27:35 +0200
commit39adae2c42690d91285d912d15acc8d7cccd377a (patch)
treef77aa908fb4130fe087ff360c2a4ae058c210cec
parentfb7adb9801301a1f20ac3e5bf072d5a824743f01 (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--unit-php.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/unit-php.spec b/unit-php.spec
index 0f7636d..c0b90a5 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.19.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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/
@@ -121,6 +121,9 @@ make %{modname}-install DESTDIR=%{buildroot}
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.19.0-3
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.19.0-2
- add patch for PHP 8.0.0beta3 from
https://github.com/nginx/unit/pull/474