From b3b9c5bae86442eb8a9302345654567f5993526e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Sep 2020 14:07:12 +0200 Subject: Update to 7.4.11 - http://www.php.net/releases/7_4_11.php --- php.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index ef7f606..e8d9c7c 100644 --- a/php.spec +++ b/php.spec @@ -70,12 +70,7 @@ # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} %global with_imap 1 -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_interbase 0 -%else %global with_interbase 1 -%endif %global with_freetds 1 %global with_tidy 1 %global with_sqlite3 1 @@ -106,7 +101,7 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.11 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1815,6 +1810,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