summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-30 19:29:37 +0200
committerRemi Collet <remi@remirepo.net>2017-08-30 19:29:37 +0200
commit75b0e84ddbead52d7eccaf3eb700c2a955b3bbaa (patch)
treeb7ce713716225f66fd824df32c8f37a5c6573dcd
parent79da1beefb237eeae495337d21eab1d83cd35211 (diff)
Update to 7.1.9 - http://www.php.net/releases/7_1_9.php
-rw-r--r--failed.txt8
-rw-r--r--php.spec7
2 files changed, 8 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index 5a7fb40..fe5f5ea 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.1.9RC1 (2017-08-17)
+===== 7.1.9 (2017-08-31)
$ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
@@ -6,15 +6,13 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
/var/lib/mock/scl70el7x/build.log:Tests failed : 0
/var/lib/mock/scl70fc23x/build.log:Tests failed : 0
/var/lib/mock/scl70fc24x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc25x/build.log:Tests failed : 1
+/var/lib/mock/scl70fc25x/build.log:Tests failed : 0
/var/lib/mock/scl70fc26x/build.log:Tests failed : 0
/var/lib/mock/scl70fc27x/build.log:Tests failed : 1
-fc25x
- 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
fc27x
- 5 substr_compare() [ext/standard/tests/strings/substr_compare.phpt]
+ 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt]
1 proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index e3359f0..9647cd3 100644
--- a/php.spec
+++ b/php.spec
@@ -121,12 +121,12 @@
%endif
%global upver 7.1.9
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}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
@@ -1806,6 +1806,9 @@ fi
%changelog
+* Wed Aug 30 2017 Remi Collet <remi@fedoraproject.org> - 7.1.9-1
+- Update to 7.1.9 - http://www.php.net/releases/7_1_9.php
+
* Wed Aug 16 2017 Remi Collet <remi@fedoraproject.org> - 7.1.9~RC1-2
- disable httpd MPM check