summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-29 11:06:02 +0100
committerRemi Collet <remi@remirepo.net>2019-10-29 11:06:02 +0100
commita943c5cc5bdfb213eb660288efcfb51577a7a392 (patch)
tree9d1be124cb4dd740fb53c07434a1021e79ca3e81 /php74.spec
parent1730e100dc68753a8e740950b4f6754e1fcb5feb (diff)
update to 7.4.0RC5
set opcache.enable_cli in provided default configuration
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/php74.spec b/php74.spec
index 0b860c7..23896c2 100644
--- a/php74.spec
+++ b/php74.spec
@@ -97,13 +97,13 @@
%global with_zip 0
%global upver 7.4.0
-%global rcver RC4
-%global lower RC4
+%global rcver RC5
+%global lower RC5
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 13%{?dist}
+Release: 14%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -168,7 +168,6 @@ Patch91: php-7.2.0-oci8conf.patch
Patch300: php-7.0.10-datetests.patch
# WIP
-Patch100: php-ffi.patch
BuildRequires: gnupg2
BuildRequires: bzip2-devel
@@ -1165,7 +1164,6 @@ in pure PHP.
%endif
# WIP patch
-%patch100 -p1
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -2151,10 +2149,14 @@ fi
%files json -f files.json
%files sodium -f files.sodium
%files ffi -f files.ffi
-%dir %{_datadir}/php
+%dir %{_datadir}/php/preload
%changelog
+* Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC5-14
+- update to 7.4.0RC5
+- set opcache.enable_cli in provided default configuration
+
* Fri Oct 25 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC4-13
- add /usr/share/php/preload as default ffi.preload configuration