From 07b6234f76a03619e7fee8e681d9a3f114758811 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Jul 2019 13:56:14 +0200 Subject: - update to 7.3.8RC1 - add upstream patch for #78297 - main package now recommends commonly used extensions (json, mbstring, opcache, pdo, xml) --- php.spec | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 594a688..6058e99 100644 --- a/php.spec +++ b/php.spec @@ -131,13 +131,13 @@ %global db_devel libdb-devel %endif -%global upver 7.3.7 -#global rcver RC3 +%global upver 7.3.8 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -192,6 +192,7 @@ Patch48: php-7.3.3-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-bug78297.patch # Security fixes (200+) @@ -252,7 +253,13 @@ Requires(pre): httpd %endif %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 # httpd have threaded MPM by default -Recommends: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} +# as "php" is now mostly a meta-package, commonly used extensions +Recommends: %{?scl_prefix}php-json%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-mbstring%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-opcache%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-pdo%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-xml%{?_isa} = %{version}-%{release} %endif @@ -946,6 +953,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .78297 # security patches @@ -1885,6 +1893,12 @@ fi %changelog +* Tue Jul 16 2019 Remi Collet - 7.3.8~RC1-1 +- update to 7.3.8RC1 +- add upstream patch for #78297 +- main package now recommends commonly used extensions + (json, mbstring, opcache, pdo, xml) + * Wed Jul 3 2019 Remi Collet - 7.3.7-3 - rebuild 7.3.7 (new tag) -- cgit