diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -131,8 +131,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.9 -#global rcver RC1 +%global upver 7.3.10 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -192,6 +192,7 @@ Patch48: php-7.3.3-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: https://github.com/php/php-src/commit/c43fc204b1639a8aa6c6212202def29b3c4cf611.patch # Security fixes (200+) @@ -219,7 +220,7 @@ BuildRequires: zlib-devel, smtpdaemon, libedit-devel %if %{with_libpcre} BuildRequires: pcre2-devel >= 10.30 %else -Provides: Provides: bundled(pcre2) = 10.32 +Provides: bundled(pcre2) = 10.32 %endif BuildRequires: bzip2 BuildRequires: perl @@ -952,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 .up # security patches @@ -993,6 +995,8 @@ rm ext/date/tests/bug33414-1.phpt rm ext/date/tests/bug33415-2.phpt rm ext/date/tests/date_modify-1.phpt %endif +# too fast builder +rm ext/date/tests/bug73837.phpt # fails sometime rm ext/sockets/tests/mcast_ipv?_recv.phpt # Should be skipped but fails sometime @@ -1891,6 +1895,9 @@ fi %changelog +* Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 7.3.10~RC1-1 +- update to 7.3.10RC1 + * Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 7.3.9-1 - Update to 7.3.9 - http://www.php.net/releases/7_3_9.php |