summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-16 13:56:14 +0200
committerRemi Collet <remi@remirepo.net>2019-07-16 13:56:14 +0200
commit07b6234f76a03619e7fee8e681d9a3f114758811 (patch)
tree64f801380b624da46b066c37dbff302b1f4cff2b /php.spec
parentf43fa65c5fd8383af3b5eb033f74d66db70a2ff4 (diff)
- update to 7.3.8RC1
- add upstream patch for #78297 - main package now recommends commonly used extensions (json, mbstring, opcache, pdo, xml)
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec22
1 files changed, 18 insertions, 4 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 7.3.7-3
- rebuild 7.3.7 (new tag)