From 989d700b06a38ddc54019c4a2554244686a2c807 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Sep 2019 17:38:20 +0200 Subject: v7.3.10RC1 --- php73.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index bdc7231..fa0abf9 100644 --- a/php73.spec +++ b/php73.spec @@ -116,13 +116,12 @@ %global db_devel libdb-devel %endif -%global upver 7.3.9 -#global rcver RC1 -#global lower RC1 +%global upver 7.3.10 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: %{upver}%{?rcver:~%{lower}} +Version: %{upver}%{?rcver:~%{rcver}} Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -181,6 +180,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+) @@ -1150,6 +1150,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -1193,6 +1194,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 # Should be skipped but fails sometime rm ext/standard/tests/file/file_get_contents_error001.phpt # fails sometime @@ -2234,6 +2237,9 @@ fi %changelog +* Tue Sep 10 2019 Remi Collet - 7.3.10~RC1-1 +- update to 7.3.10RC1 + * Wed Aug 28 2019 Remi Collet - 7.3.9-1 - Update to 7.3.9 - http://www.php.net/releases/7_3_9.php -- cgit