From eb18aeb0baa478e28a32a950d0cdf5b8c048c786 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 6 Aug 2021 18:32:46 +0200 Subject: [PATCH] Rebuild to pick up new build flags from redhat-rpm-config (#1984652) Related: #1984652 --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 2fc6226..c06c07f 100644 --- a/php.spec +++ b/php.spec @@ -62,7 +62,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1525,6 +1525,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Fri Aug 6 2021 Florian Weimer - 8.0.6-7 +- Rebuild to pick up new build flags from redhat-rpm-config (#1984652) + * Wed Jun 16 2021 Mohan Boddu - 8.0.6-6 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065