From a92fd81f66edd58549941aa190a89c8e972c21d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Sep 2020 14:07:39 +0200 Subject: Update to 7.4.11 - http://www.php.net/releases/7_4_11.php --- php74.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/php74.spec b/php74.spec index 1bd960f..a7a04e3 100644 --- a/php74.spec +++ b/php74.spec @@ -51,12 +51,7 @@ %global with_libpcre 0 %endif -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_firebird 0 -%else -%global with_firebird 1 -%endif +%global with_firebird 1 # Build ZTS extension or only NTS %global with_zts 1 @@ -100,7 +95,7 @@ %global with_zip 0 %global upver 7.4.11 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2166,6 +2161,9 @@ fi %changelog +* Tue Sep 29 2020 Remi Collet - 7.4.11-1 +- Update to 7.4.11 - http://www.php.net/releases/7_4_11.php + * Tue Sep 15 2020 Remi Collet - 7.4.11~RC1-1 - update to 7.4.11RC1 -- cgit