summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt4
-rw-r--r--php72.spec6
2 files changed, 7 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index ab73f6d..5fd95e0 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,11 +1,11 @@
-===== 7.2.26 (2019-12-19)
+===== 7.2.27 (2020-01-23)
$ 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.logTests failed : 16
+/var/lib/mock/el8x73/build.logTests failed : 17
/var/lib/mock/fc29i/build.log:Tests failed : 1
/var/lib/mock/fc29x/build.log:Tests failed : 1
diff --git a/php72.spec b/php72.spec
index 1fa99e2..e2c884e 100644
--- a/php72.spec
+++ b/php72.spec
@@ -120,7 +120,7 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.26
+%global upver 7.2.27
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -1653,6 +1653,7 @@ cd build-apache
# Run tests, using the CLI SAPI
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
export SKIP_ONLINE_TESTS=1
+export SKIP_SLOW_TESTS=1
export SKIP_IO_CAPTURE_TESTS=1
unset TZ LANG LC_ALL
if ! make test; then
@@ -2214,6 +2215,9 @@ fi
%changelog
+* Wed Jan 22 2020 Remi Collet <remi@remirepo.net> - 7.2.27-1
+- Update to 7.2.27 - http://www.php.net/releases/7_2_27.php
+
* Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 7.2.26-1
- Update to 7.2.26 - http://www.php.net/releases/7_2_26.php
- use oracle client library version 19.5 (18.5 on EL-6)