summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt10
-rw-r--r--php70.spec7
2 files changed, 9 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 8bb48ee..023ea49 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,16 @@
-===== 7.0.24RC1 (2017-09-14)
+===== 7.0.24 (2017-09-28)
$ grep -r 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/el6i/build.log:Tests failed : 1
+/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/fc24i/build.log:Tests failed : 1
+/var/lib/mock/fc24i/build.log:Tests failed : 0
/var/lib/mock/fc24x/build.log:Tests failed : 0
-/var/lib/mock/fc25i/build.log:Tests failed : 1
+/var/lib/mock/fc25i/build.log:Tests failed : 0
/var/lib/mock/fc25x/build.log:Tests failed : 0
-el6i, fc24i, fc25i:
- 3 Bug #74103: heap-use-after-free when unserializing invalid array size [ext/standard/tests/serialize/bug74103.phpt]
1 proc_open give erratic test results :(
diff --git a/php70.spec b/php70.spec
index f8999a5..62408c0 100644
--- a/php70.spec
+++ b/php70.spec
@@ -108,12 +108,12 @@
%endif
%global upver 7.0.24
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2030,6 +2030,9 @@ fi
%changelog
+* Tue Sep 26 2017 Remi Collet <remi@remirepo.net> - 7.0.24-1
+- Update to 7.0.24 - http://www.php.net/releases/7_0_24.php
+
* Thu Sep 14 2017 Remi Collet <remi@remirepo.net> - 7.0.24~RC1-2
- update builder from RHEL 7.3 to RHEL 7.4