From 255d29e0c6199c9a560867190cac5d2269ab1faa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Feb 2019 08:44:55 +0100 Subject: Update to 7.3.2 - http://www.php.net/releases/7_3_2.php --- failed.txt | 4 ++-- php73.spec | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index b6a622b..e363302 100644 --- a/failed.txt +++ b/failed.txt @@ -1,11 +1,11 @@ -===== 7.3.2RC1 (2019-01-24) +===== 7.3.2 (2019-02-07) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/el8x73/build.log:Tests failed : 31 +/var/lib/mock/el8x73/build.log:Tests failed : 13 /var/lib/mock/fc27i/build.log:Tests failed : 0 /var/lib/mock/fc27x/build.log:Tests failed : 0 /var/lib/mock/fc28i/build.log:Tests failed : 0 diff --git a/php73.spec b/php73.spec index 27f7909..ea079fd 100644 --- a/php73.spec +++ b/php73.spec @@ -119,8 +119,8 @@ %endif %global upver 7.3.2 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -189,7 +189,6 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.0.10-datetests.patch # WIP -Patch400: php-bug77287.patch BuildRequires: bzip2-devel, curl-devel >= 7.9 BuildRequires: httpd-devel >= 2.0.46-1, pam-devel @@ -1143,7 +1142,6 @@ low-level PHP extension for the libsodium cryptographic library. %endif # WIP patch -%patch400 -p1 -b .bug77287 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -2206,6 +2204,9 @@ fi %changelog +* Wed Feb 6 2019 Remi Collet - 7.3.2-1 +- Update to 7.3.2 - http://www.php.net/releases/7_3_2.php + * Tue Jan 22 2019 Remi Collet - 7.3.2~RC1-1 - update to 7.3.2RC1 - update system tzdata patch for timelib 2018.01 -- cgit